Forum Discussion
jerish
Helper I
7 years agoMAX of Calculated Column value
MAX of calculated column. I have a calculated column as
UnitVal :=DIVIDE([Total],[Count]) .
Now what I need is to find the MAX of that calculation as in MAX(UnitVal)
- Anonymous7 years ago
yourmax=MAXX(table;table[column])
1 Reply
- AnonymousNot applicable
yourmax=MAXX(table;table[column])