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

Rolling aggregation function

uma_telugu
Discoverer
1,867

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
former_member654033
Contributor

Hi,

I wrote with below syntax (2 single quote) and planning area is activated successfully, Please see below (You can copy paste syntax)

TEST@WKPRODLOC = IBP_RAGGR("INDEPENDENTDEMAND@WKPRODLOC",''SUM'',-1, 3,''PASTCURRENTFUTURE'')

Please try and let me know if this works.

Thanks

Girish