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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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 ....)