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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Alert

Hi guys!

I have a table with Employee's name and his salary.

What kind of expression do I need to write in condition of Alert Wizard if I want a popping up alert whenever there is a mising value in salary?

IsNull(Salary) isnt working properly, it always shows me an alert though there are no missing values....

1 Solution

Accepted Solutions
rubenmarin

Hi Diana, depends on data model but maybe:

Count(Employee)<>Count(Salary)

or

Sum(Aggr(If(Count(Salary)=0, 1), Employee))>1

View solution in original post

1 Reply
rubenmarin

Hi Diana, depends on data model but maybe:

Count(Employee)<>Count(Salary)

or

Sum(Aggr(If(Count(Salary)=0, 1), Employee))>1