That means it probably is already a string. Remove the totext(,0,""). You can tell the datatype by letting your mouse move over the field and observing the tool tip.
It WAS a string...I am out of my mind.
So let say I had created fromula and grouped by formula instead of the order number? It doesn't do anything different somehow.
If you group by a string that contains nulls then all the nulls are grouped together with a blank "null" groupname.
Whenever I group on a field, I always do Group Name customization (options tab) and insert a formula like the one LB provided you:
If isnull({Table.Field})
then 'Some Text Regarding It is Null'
else {Table.Field}
By doing so, you ensure that anyone reading the report sees the value is labeled as Null or whatever text you want. It makes for a more readable report.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.