I have uploaded historical data from .csv file into existing cube.
The structure of the element in the cube as below: I notice that the problem will only happen to a consolidate cell if its leaf cell use ' IF ELSE' statement in the rules.
In the cell that has value 1902, here is the rules formula that attach to it:
['GPSC-GAS OBO','GAS REVENUE']=N:IF(!type @='ACTUAL' & !period @='FULL-YR',STET, ROUNDP(['GPSC-GAS OBE','GAS PRICE/GJ']*['GPSC-GAS OBO','ENI-GAS KGJ'],0));
Initially, I manage to solve this issue by deleting the existing rules, then i have to manually enter something to a leaf cell, finally put back the rules into rules editor. Then the correct value will appear in a consolidated cell (1904).
However, only the value for a selected year(2002) and month (JAN) was changed. When i select a different month (eg. Feb) or year then i have to redo again the above step..

Help me if there is a better way of doing it....
Thank you in advance.