Actual Cost Tranactions year Wise in OTBI
Summary
Actual Cost Tranactions year Wise in OTBIContent
Hi Experts,
I am creating OTBI report for one of the columns I need to display Actual cost year wise
Ex: Actual cost prior year , Actual cost current year
How to add this condition in the formula of column and system has to identify the current year and prior year using SQL expression or by using condition?
for time being I am using the below-mentioned filter condition for the actual cost column.
FILTER( IFNULL("Projects - Cross Subject Area Analysis - Real Time"."Cost Transaction Measures"."Cost",0) USING ("Projects - Cross Subject Area Analysis - Real Time"."Fiscal Calendar"."Fiscal Year Number" = 2019))