Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to use the aggr with rangeavg but it is not working.
below is the logic.
num(aggr(RangeAvg([Location Activities],[Primary Business Use],[Maximum Potential Loss],[Employee Occupancy],[ISOS Rating]),Timeline,'#,##0.0')))
Thanks..
looks some syntax error
num(aggr(RangeAvg([Location Activities],[Primary Business Use],[Maximum Potential Loss],[Employee Occupancy],[ISOS Rating]),Timeline),'#,##0.0')))
Hi,
I think its because of the extra bracket please try this
num(aggr(RangeAvg([Location Activities],[Primary Business Use],[Maximum Potential Loss],[Employee Occupancy],[ISOS Rating]),Timeline,'#,##0.0'))
looks some syntax error
num(aggr(RangeAvg([Location Activities],[Primary Business Use],[Maximum Potential Loss],[Employee Occupancy],[ISOS Rating]),Timeline),'#,##0.0')))