Thanks all for your suggestions. Variable (column) labeled as VALUE is numeric. I didn't wanted to use round function because SAY A=0.696 B=0.7 if A=B then color=RED if A <B then color=GREEN I am exporting these values to a dashboard where variable A value should appear as one decimal precision. now if I use ROUND(A,0.1) THEN A value would be 0.7, In the dashboard value of A AND B would appear as 0.7 and COLOR value as GREEN. Thanks Shiv
... View more