Output a value as NULL
Janet_21505
Altair Community Member
Best Answer
-
Janet_21505 said:
Unfortunately the IF expression did not like 1/0.
Sorry, I should have suggested:
str(1/0)
because you are outputting a character field.
0
Answers
-
try using 1/0
0 -
Unfortunately the IF expression did not like 1/0.
0 -
Janet_21505 said:
Unfortunately the IF expression did not like 1/0.
Sorry, I should have suggested:
str(1/0)
because you are outputting a character field.
0 -
That is exactly what I needed. Thanks Chris!
0