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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I need a set analysis

I want to count all the emtyings where the field error is filled in.

The two expressions below didnit work.

What is the correct way to calculate this?

count(distinct(if(match(emptyings_error,'%'), emptyings_id)))

count(distinct(if(match(emptyings_error,'*'), emptyings_id)))

0 Replies