Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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
Tagged:
0