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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

alert

Hello Everyone,

I need your help as usual

I would like to add an alert to one of my dashbords. This is the expression : =((count(DISTINCT [Code cas]) -count (distinct [Concern. MSISDN]) )/ count (distinct [Concern. MSISDN]))*100. A dimension Type should be selected


How to add  this condition to my experssion?


Thanks

Labels (1)
3 Replies
hemanthaanichet
Creator III
Creator III

Hi Wiem

Could able provide the sample data ?

or

Could elaborate your need little more

Regards

Hemanth

Anonymous
Not applicable

Add a textbox with your expression and format and make sure it is displaying correctly..

Then use conditional show hid

Textbox > layout > Enable Conditional and the the expression:

=getselectedcount(Yourfield) <> 0

Textbox > layout > Layer > custom = 5

If the dimension is not selected, the alert will pop up

master_student
Creator III
Creator III
Author

where to add the getselectedcount(Yourfield) <> 0 condition. here's my alert :

Capture.PNG