Hello,
I have been trying to use a if statement in a calculation based upon the value of a different question. I can't find the answer by browsing topics so could use some help.
I have an alignment code with is an integer within a select one question. If the alignment code is 9 (N/A) then the approach condition should also equal 9 (N/A). The approach condition is also an integer. I have tried the following in the calculation column.
if(selected(${alignment_cd},9),9)
If(${alignment_cd}=9, 9)
However, the approach condition is not getting set. It seems straight forward but I cannot get it to work.
Thank you,
Kevin