This content has been marked as final.
Show 2 replies
-
1. Re: I'm looking for a way to hide one status if Service = 'x'. Does anyone have any ideas on how to achieve this?
AlasdairRobertson Mar 3, 2017 9:36 AM (in response to clinton.randall)1 of 1 people found this helpfulHere is a simple solution which will work for a status...you just cant run in list type queries from here as far as I can work out. The example below will hide the Waiting for 3rd Party status if the service desk service is selected:
Expression:
$(if [ValidationList]Service == "Service Desk"
then "Waiting for 3rd Party"
else "") -
2. Re: I'm looking for a way to hide one status if Service = 'x'. Does anyone have any ideas on how to achieve this?
clinton.randall Mar 6, 2017 5:06 AM (in response to AlasdairRobertson)Alasdair,
Than you for the quick response! That did the trick.
Take care,
Clinton