Hello,
I am working using a formula to identify the completeness of each row in every column of the report and for this I am using IF function (see below). It worked for most of the columns except for column fields that are either number or date. What I need to do in this case? I just need to measure the completeness of each row.
FORMULA USED:
IF IsEmpty([Outputfield name]) THEN
""
ELSE
"Complete"
ENDIF
ERROR MESSAGE:
Formula (1) The formula "Completeness - Default weekly hours" resulted in a string but the field is numeric. Use ToNumber(...) if this is correct. (Expression #15)
Formula (1) The formula "Completeness - Scheduled weekly hours" resulted in a string but the field is numeric. Use ToNumber(...) if this is correct. (Expression #16)
Formula (1) The formula "Completeness - Salary" resulted in a string but the field is numeric. Use ToNumber(...) if this is correct. (Expression #28)