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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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)