Hi,
Using CR 8.5:
I am pulling data from a numeric field (Order.Count) where if the field is empty (isnull), I want to display the word "Blank", else display the contents of this field.
I am using:
if isnull({Order.Count})
then "Blank"
else ({Order.Count)
but I keep on getting "A string is required here" error message after "else" in the above formula.
What am I doing wrong?
Thanks in advance.
Using CR 8.5:
I am pulling data from a numeric field (Order.Count) where if the field is empty (isnull), I want to display the word "Blank", else display the contents of this field.
I am using:
if isnull({Order.Count})
then "Blank"
else ({Order.Count)
but I keep on getting "A string is required here" error message after "else" in the above formula.
What am I doing wrong?
Thanks in advance.