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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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?

Labels (1)
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)