Skip to main content
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))