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: 
Not applicable

expression with alternate states

I have an expression: count(distinct{GroupC}responses_id)

This works fine. But I need to have a filter NPS_Flag=1, how do I put it in this expression?

2 Replies
ankit777
Specialist
Specialist

Hi,

Try this

count({<NPS_Flag={1}>}distinct{GroupC}responses_id)



Not applicable
Author

count(distinct{[GroupC]<NPS_Flag={'1'}>}responses_id)