if ({ado.LIB_Spread}/100) > 0 then ({ado.LIB_Spread}/100) else "NA"
I am getting the following error message when I attempt to use this formula in my report:
"A number is required here"
It then places focus on the "else 'NA'" portion of my formula. I have tried a number of things, including converting the statement to a string and checking if the length > 0. Nothing has proved successful.
If statement does not seem to want to allow both an outcome of a number and a string in the same statement.
Anyone?
I am getting the following error message when I attempt to use this formula in my report:
"A number is required here"
It then places focus on the "else 'NA'" portion of my formula. I have tried a number of things, including converting the statement to a string and checking if the length > 0. Nothing has proved successful.
If statement does not seem to want to allow both an outcome of a number and a string in the same statement.
Anyone?