im trying to change font color of text object useing below set analysis.but its only working if i assign value to some other variables then its working
v1=MaxString(if(Id='05' and Type=$(vType) and Key='$(=$(vKey))' and num#('$(=$(vCalc))')*100 < High and num#('$(=$(vCalc))')*100 > Low,Color, 0))
if i use v1 in text object calculated font color its working
but i wold like to use directley as font color. how i can achive that as below
=MaxString(if(Id='05' and Type=$(vType) and Key='$(=$(vKey))' and num#('$(=$(vCalc))')*100 < High and num#('$(=$(vCalc))')*100 > Low,Color, 0))