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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
suzel404
Creator
Creator

Exluded Function

Hi all,

I want to calculate the number of ID without TYPE_ID = 4 like this : Count(DISTINCT {<ID= E({<TYPE_ID={4}>} ID)>} ID)

But when I select an ID : 20133663 normally I have to see the unique selection but I cannot display it in the straight table.

Thanks for your help,

Regards

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Count(DISTINCT {<ID *= E({<TYPE_ID={4}>} ID)>} ID)

View solution in original post

2 Replies
sunny_talwar

Try this:

=Count(DISTINCT {<ID *= E({<TYPE_ID={4}>} ID)>} ID)

suzel404
Creator
Creator
Author

Thanks you Sunny

It works fine !!