Greetings,
Here's a stumper. I have a field that displays as blank on my reports. Now, it's entirely possible that the thing has nothing in it... but I'm trying to filter for it, and I can't get anywhere.
It's not null.
It's not a blank string.
It's not a string of blanks (ie trim(field)="")
So to test it, I wrote a little formula called 'test'. When test has the underlying formula:
"x"+"x" - I get "xx" on screen
"x"+{field}+"x" - I get blank on screen
Anyone have any idea what's up with this field?
Thanks,
Here's a stumper. I have a field that displays as blank on my reports. Now, it's entirely possible that the thing has nothing in it... but I'm trying to filter for it, and I can't get anywhere.
It's not null.
It's not a blank string.
It's not a string of blanks (ie trim(field)="")
So to test it, I wrote a little formula called 'test'. When test has the underlying formula:
"x"+"x" - I get "xx" on screen
"x"+{field}+"x" - I get blank on screen
Anyone have any idea what's up with this field?
Thanks,