|
Hi All,
When i am trying to copy the data from one version to another using TI Process ...I am able to copy data only for input cells but not for derived cells.
I have defined the VIEWEXTRACTSKIPRULEVALUESSET =1 and CellIsUpdateable(Cube, e1, e2 [,...en]) in the TI but still i could not copy or export the data for the derived cells.
Rules for that cube:
Feedstrings;
SKipcheck;
['A','B','Current Version']=S: IF(Dimix('Entity', ATTRS('Geography',!Geography, 'MC')|ATTRS('Entity', !Entity, 'Code')) =0, STET, ATTRS('Geography',!Geograph, 'MC')|ATTRS('Entity', !Entity, 'Code'));
['C', 'Current Version'] = S: IF(DIMIX('Entity',DB('PL',!Geography,!Entity,!Account,!Version,'A'))=0,'No','Yes');
['D','Current Version']= S:IF(DIMIX('Entity',DB('PL',!Geography,!Entity,!Account,!Version,'E'))<>0,DB('PL',!Geography,!Entity,!Account,!Version,'E'),STET);
Am i missing anything any here?
Can any let me know ...where is the issue. |
|