Arithmetic Expression Table Column aggregation
In DW Version 7.10, only Sum(), Count() and Avg() are supported for aggregation of table field columns.
For me, that is currently sufficient. However, in several cases I need to create a Sum of the absolute values in a column, but Math.Abs() is only supported for single values and not for a column.
Example:
ColumnAmount:
10,00
-3,00
Sum(ColumnAmount) now returns 7. However, the result I need is 13.
Please provide Math.Abs() and/or similar functions for table column aggregation.
2
votes
Simon H. Hellmann – Toshiba TGIS GmbH | IT-Consultant
shared this idea