cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rolling aggregation function

uma_telugu
Discoverer
1,887

Hi,

Did anyone try the new function IBP_RAGGR?

Activation fails if we use double quotes for SUM and PASTCURRENTFUTURE parameters treating them as key figures.

Using two single quotes or one single quote did not work. Activation fails with no detailed log.

AGGREGATEDDEMAND@PERPRODLOC = IBP_RAGGR ("DEMAND@PERPRODLOC" , "SUM" , -1 , 3 , "PASTCURRENTFUTURE")

Regards,

Uma

View Entire Topic

Hi Uma,

It seems you are using double quotes for 2nd (SUM) and 5th (PASTCURRENTFUTURE) Parameters.

I would suggest to use single quote for SUM and PASTCURRENTFUTURE and use double quote only for Demand Key Figure and it should work.

Please refer the below configuration.

Thanks & Regards,

Pradeep K C