titans4771
MIS
I have the below code:
If isnull({Command.missingdocs}) or {Command.missingdocs} ="" then 'NULL'
Else {Command.missingdocs}
What I am trying to do is have the formula display "Null" if the row is empty. The value of that field is a number there fore the error is saying I need a number where I have ""?
Any suggestions?
Thanks!
If isnull({Command.missingdocs}) or {Command.missingdocs} ="" then 'NULL'
Else {Command.missingdocs}
What I am trying to do is have the formula display "Null" if the row is empty. The value of that field is a number there fore the error is saying I need a number where I have ""?
Any suggestions?
Thanks!