Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a variable that performs a ranking. I want to then use that variable inside a new variable that evaluates the result and then sets a color based on the if condition. I have tried IF($(vRank) and if($(-vRank), but neither approach works.
IF($(vRank) <=2,Yellow(), White())
IF($(=vRank) <=2,Yellow(), White())
IF(vRank <=2,Yellow(), White())
Any suggestions are appreciated
can you share a sample data or your qvw file ?
May be check this link.
https://analyticshub.io/2019/11/23/double-dollar-sign-expansions/