Hello guys I am trying to calculate the volume of a grain bin depending whether it is a top cone or not. I have a select one question in the survey that provides the information. I am using the following if statement in the calculation column: if(selected(${bin_top},'Top cone'),${circumference_in}*2,${circumference_in}*3)
This is not working, anyone has any recommendations?