Excerpt |
---|
You can use formulas in Table Grid Next Generation as a separate column or as an aggregation option for other column types. You can input formula inside embedded JavaScript Editor and get results on the grid view. The grid can process formula logic and display formula results. |
...
string concatenation;
mathematical operations with numbers: addition, subtraction, multiplication, division;
date subtraction - it's possible to use Moments.js library;
conditions
- userlist operation
...
Tip |
---|
Check out how to use this formula here: Update grid data with Single Select List or Multi Select List columnscolumn |
Retrieve all option attributes from a Single Select List column
...