I would gladly hear your views about the following behaviour of the STET rule. I could also simply reproduce it in the GO_NEW_STORES sample by creating CubeA and CubeB as 2-dim cubes from Month and PriceandCost.
Rules in CubeA:
Code: Select all
['Jan' , 'Unit cost'] = N:STET;
['Unit cost'] = N: DB(CubeB, !Month , !Price and Cost);
1. Enter data into CubeA, jan, unit cost
2. Commenting out the first line -> unit cost for jan is displayed from CubeB as expected. As much as I know, the formerly entered data for jan and unit cost should still reside in the cube "behind the scenes".
3.
a) Commenting the second line out, too -> data comes back as stored in CubeA
b) Leaving the second line as it is and enabling the first line again -> data lost, zeroes displayed.
I could find this thread but I think this is a different case from that.
http://www.tm1forum.com/viewtopic.php?f=3&t=483&p=2948
Thanks
Matyas