I've got a super-simple report that displays work tickets and department names. Problem is, half the department names are invisible.
No, they aren't null.
No, they aren't blank strings.
No, they aren't a bunch of spaces strung together.
They're INVISIBLE.
(And no, I'm not crazy)
As a last-ditch resort to figure out what they were, I tried the old programmer's standby - I created this formula:
"X" + {MyTable.Department} + "X"
and stuck it on the report.
They're still INVISIBLE!!! I don't even get "XX" which I would have thought I'd get at a minimum.
Anyone seen this? Better yet, anyone fixed this? Is there some 'suppress values when blank' option?
shera4111
No, they aren't null.
No, they aren't blank strings.
No, they aren't a bunch of spaces strung together.
They're INVISIBLE.
(And no, I'm not crazy)
As a last-ditch resort to figure out what they were, I tried the old programmer's standby - I created this formula:
"X" + {MyTable.Department} + "X"
and stuck it on the report.
They're still INVISIBLE!!! I don't even get "XX" which I would have thought I'd get at a minimum.
Anyone seen this? Better yet, anyone fixed this? Is there some 'suppress values when blank' option?
shera4111