Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I want to get a column with acumulative values from two Measure Fields:
I wrote some code but got error:
sum(
{<
Fiscal_Year_BAL={">=$(=max(FISCAL_Year_BAL))"} <=$(=Period_BAL(max(Fiscal_Year_BAL)))"}
>}
profit_center_local_currency_BAL)
What i want if i select year 2018 and period 12 is get value´s result from acumulative value like <=2018 and <=12 in Acumulado Column.
Thank you there..