Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
andrew001
Contributor III
Contributor III

Count distinct rows into a group

Group

FIELD1FIELD2FIELD3COUNT
GROUP1AAC2
GROUP1AAC2
GROUP1BBC2
GROUP2AAA3
GROUP2BBB3
GROUP2BBB3
GROUP2CCC3

Hi

by the above table, I would calculate, in a expression into pivot chart,  the field "COUNT" that has to count the distinct row (FIELD1, FIELD2, FIELD3) within each  "GROUP"

Can anyone help me ?

Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be try this

Count(TOTAL <Group> DISTINCT FIELD1&FIELD2&FIELD3)

View solution in original post

1 Reply
sunny_talwar

May be try this

Count(TOTAL <Group> DISTINCT FIELD1&FIELD2&FIELD3)