Hello,
We're trying to create a custom OTBI report with the below requirement.
- If employees reported hours is null/blanked, it should return 'WO' value
Please see the formula that we've used:
WHEN "Reported Time Cards"."Reported Hours" = '' THEN 'WO' ELSE CAST("Reported Time Cards"."Reported Hours" AS CHAR) END
Output:
Upon using this formula, it doesn't return the 'WO' value even though the reported hours for that specific employee is blanked.
Thank you in advance for your help.
Kind Regards