Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Wiem
Could able provide the sample data ?
or
Could elaborate your need little more
Regards
Hemanth
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
where to add the getselectedcount(Yourfield) <> 0 condition. here's my alert :