Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: 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 ....)