Hi All,
I need help on Case statment in OBIEE. I am using OBIEE 11g.
The requirement is like that I need to do the calculation in the column like below:
WHEN "TASK"."WBS Level" = '1' THEN "FACTS_EXPENDITURE"."Acct Burdened Cost CFY_CFM GT" ELSE "FACTS_EXPENDITURE"."Acct Burdened Cost CFY_CFM GT Task Detail"
When I use the CASE statement in Edit column dialogue box, I am getting error like "Invalid Alias Format : Table_name.Column_name required". I used the below statement:
CASE WHEN "TASK"."WBS Level" = '1' THEN "FACTS_EXPENDITURE"."Acct Burdened Cost CFY_CFM GT" ELSE "FACTS_EXPENDITURE"."Acct Burdened Cost CFY_CFM GT Task Detail" END
Please help.
Thanks