Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
krish2459
Creator
Creator

aggr with rangeavg

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..

1 Solution

Accepted Solutions
Kushal_Chawda

looks some syntax error

num(aggr(RangeAvg([Location Activities],[Primary Business Use],[Maximum Potential Loss],[Employee Occupancy],[ISOS Rating]),Timeline),'#,##0.0')))

View solution in original post

2 Replies
soniashaik
Contributor
Contributor

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'))

Kushal_Chawda

looks some syntax error

num(aggr(RangeAvg([Location Activities],[Primary Business Use],[Maximum Potential Loss],[Employee Occupancy],[ISOS Rating]),Timeline),'#,##0.0')))