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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
s4ni9r
Contributor III
Contributor III

Running Count of Distinct Values at UI Level

 

Dear All,

Could you please help me with the requirement

i have got the below table

Month Value
Jan A
Jan B
Jan C
Jan D
Feb A
Feb B
Feb C
Mar A
Mar B
Mar C
Mar D
Mar E

 

Expected Result :

if the User Selects, JAN - The distinct count of values in Jan- 4 

if the User Selects, JAN +FEB - The distinct count of values in JAN+FEB -  4 

if the User Selects, JAN +FEB+MARCH - The distinct count of values in JAN+FEB+MARCH - 5(A,B,C,D,E)

 

expected result  
jan 4
Feb 4
Mar 5

 

Thanks in Advance

2 Replies
Joseph_Musekura
Support
Support

Hi @s4ni9r ,

Did you try to use Count({$} distinct Value) as measure?

Regards,

s4ni9r
Contributor III
Contributor III
Author

No, it doesnt work