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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Use NODISTINCT like:

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

View solution in original post

1 Reply
tresB
Champion III
Champion III

Use NODISTINCT like:

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