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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with aggr function

prb.PNG

Hi All

I want to calculate % for above rows i.e. 367/5793 and 5426/5793

I used aggr function for calculating 5793, but it is not populating in all rows

please help..

1 Reply
sunny_talwar

What are the expressions that you are using here? I think you are using Aggr() function, but it would be better to use Count(TOTAL <Region> .....) for denominator. Although, if you do want to use Aggr(), you need to use NODISTINCT -> Aggr(NODISTINCT ....)