CASE Statement - Multiple rows in OTBI
Content
Hi,
We have local legislative requirement for a report do deliver it in certain type of format.
As the information is stored differently in HCM Cloud e.g. Element Name Type and Displayed Input Value, we need to put information one per column for each element type as on following screenshot:
For that wanted to use following case statement:
CASE WHEN "Element"."Element Name"='XX:Personal Pay' THEN "Element Entry Value"."Displayed Input Value" ELSE NULL END
But it seems that this solution bring multiple rows with no values. Preview in attachement.
Any advice how to fix this to have this in one row?