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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

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

looks some syntax error

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