Column Formatting for hashtag results
Content
Hi all,
I'm hoping the request I'm asking is relatively simple to do.
We have an OTBI report that when run within OTBI, displays date values as '00/00/0' but when its outputted to Excel, returns date values as '#########' when there isn't a result keyed in the field.
Is it possible to stop this via some conversion? I've tried using a CASE WHEN statement but because its a date field, it doesn't seem to work the way I'd expect it to work.
My Case When example:
CASE WHEN "FIELD"."NAME" = '00/00/0' THEN 'BLANK' ELSE "FIELD"."NAME" END