Skip to Content
0
Former Member
Jul 28, 2016 at 08:09 AM

After running the package result is not showing in report?

34 Views

Hi Experts,

I am calculating some percentage on actual for the period of 2016.01. and i want see that value in my plan column. So that written a script like

*XDIM_ADDMEMBERSET ACCOUNT=BS

*XDIM_ADDMEMBERSET TIME=2016.01

*XDIM_ADDMEMBERSET CATEGORY=Actual

*XDIM_ADDMEMBERSET PCTR=310501

*WHEN ACCOUNT

*IS BS

*REC(FACTOR=.1,CATEGORY="ABP")

*ENDWHEN

When i run the package it is showing as succeed but when i am refreshing the report it not showing calculated results.

Thanks

Gowtham