Hi,
We need to create YTD KPIs based on the Monthly KPIs.
We are trying to use te ACCUM function to create the KPIs:
calc KPI_ACC = ACCUM(KPI,yearly)
but when the time consolidation method of the KPI is not SUM (e.g. LAST), the ACCUM function doesn't take this into account.
Any ideas?
Regards