This content has been marked as final.
Show 2 replies
-
1. Re: pop-up alert for out-of-control metrics
Sasha Hanna Feb 8, 2018 6:05 AM (in response to Christian Go)1 of 1 people found this helpfulHi Christian,
Yes you could do this via calculated field something like:
IF [x]>0 then "Alert" else "" END
So if you go over the threshold the message will appear and otherwise it will remain blank.
Hope this helps.
Cheers,
Sasha
-
2. Re: pop-up alert for out-of-control metrics
Christian Go Feb 15, 2018 2:03 AM (in response to Sasha Hanna)Also thought of this but one problem that comes up on my mind is how to close the pop-up using this work around.