Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

set a variable

hi,

i want to set a variable in the script that have-

if($(v_metric_5)<90,'red',if($(v_metric_5)<95,'yellow',if($(v_metric_5)<=100,'green','gray')))

how can i do that?

3 Replies
petter
Partner - Champion III
Partner - Champion III

Please do not cross-post (post the exact same question multiple times) as it is counter-productive. Read the Community guidelines and do your best to follow them

rubenmarin

This question is duplicated: set a variable

andrey_krylov
Specialist
Specialist

vVar = 'if($'&'(v_metric_5)<90,''red'',if($'&'(v_metric_5)<95,''yellow'',if($'&'(v_metric_5)<=100,''green'',''gray'')))';