Hi everyone,
I have a excel with column ‘Variance’. I am looping through each excel row and I have a if condition ‘CurrentRow(“Variance”).ToInt < 0’. But it is not working for values between o to -0.50 and it is working if value is -0.6 and greater.
Thanks in advance!