Column “Voting_Diff_R” is a number(double) column with values ranging from 0 to 6. The following expression always results in a value of “No” even when the value of Voting_Diff_R is 0. I don’t get an error message, just the value “No” for every row. What am I doing wrong?
Thank you
if(column(“Voting_Diff_R”)==0) {“Yes”} {“No”}