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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression not showing values

Hi,

Please take a look at the attached example. What I can not figure out is why the Percentage expression only calculates for the first row of each row group. Here, rows are grouped by the "PAIR" values and are visually indicated by alternating background coloring.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Use NODISTINCT like:

=count(id)/sum(aggr(NODISTINCT count(id),PAIR))

View solution in original post

1 Reply
tresesco
MVP
MVP

Use NODISTINCT like:

=count(id)/sum(aggr(NODISTINCT count(id),PAIR))