Formula

Formula allows users to perform custom calculations or transformations that do not exist in the original data. You can use mathematical operators or apply SQL functions on columns. The result will be a new column at the very right side of the table as the last column. All calculations are done at the row level. That is, it will not change the number of rows in a table. Thus, Formula does not support aggregation functions, such as SUM() or COUNT().

Please visit Supported functions page for all the operators that Acho Formula supports.

Last updated