Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

alert

Hello,

How to create an alert with condition a field must be selected ? here is my expression : =((count(DISTINCT [Code cas]) -count (distinct [Concern. MSISDN]) )/ count (distinct [Concern. MSISDN]))*100 >10

Thanks

5 Replies
sunny_talwar

What kind of alert are you looking to create?

master_student
Creator III
Creator III
Author

a pop up when opening the qlikview document

sunny_talwar

So are you saying that you want this pop up to show only if a particular field in the dashboard have selections made in it?

master_student
Creator III
Creator III
Author

yes

sunny_talwar

If it is for a particular field

=((Count(DISTINCT [Code cas]) -Count(DISTINCT [Concern. MSISDN]) )/ Count(DISTINCT [Concern. MSISDN]))*100 >10 and GetSelectedCount(FieldName) > 0