Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a field that basically a status. For example,the value only two which are "MEET" and "NOT MEET".
I need to display the status in text format depending on the user selection.
I've tried using the word cloud but the word cloud will display both status.
Is there any other way for me to do this?Extension perhaps?
Thanks.
Regards.
Hi,
Thanks for the reply. But it did not work for me. Instead I use the conditional if else to display the value
if(Sum(StockLvl)>=Sum(SafetyLvl), 'MEET','NOT MEET')
Previously I straight away do this condition in script and add "as status".
Thanks.
use expression
only(Status) in text object
Hi,
Thanks for the reply. But it did not work for me. Instead I use the conditional if else to display the value
if(Sum(StockLvl)>=Sum(SafetyLvl), 'MEET','NOT MEET')
Previously I straight away do this condition in script and add "as status".
Thanks.