PM49653: SANDBOX VALUES INCORRECT
Posted: Fri Oct 14, 2011 2:50 pm
This one comes from SR65372 077 649: TM1 Sandbox deletes unmodified values when logging out / logging back in when fed and FEEDSTRING in rules (which IMHO has a better title
).
It's very easy to reproduce:
When a user changes a value in a sandbox, logs out and then logs back
in, UNCHANGED values are erased (put at 0).
This happens when:
updated.
Log out and log back in and QTY will still be changed but PRICE will be
0 and TOTAL will still be changed.
The test case RUX file (and for that matter my test case cube with dims) is available on request.

It's very easy to reproduce:
When a user changes a value in a sandbox, logs out and then logs back
in, UNCHANGED values are erased (put at 0).
This happens when:
- There are rules of the cube.
- Those rules have feeders and that the unchanged value is fed by the changed one
Code: Select all
for example, QTY, PRICE and TOTAL where TOTAL = N:QTY * PRICE but: PRICE = C:TOTAL \ QTY; FEEDERS; QTY => PRICE; QTY => TOTAL;
- Those rules have a FEEDSTRING;
updated.
Log out and log back in and QTY will still be changed but PRICE will be
0 and TOTAL will still be changed.
The test case RUX file (and for that matter my test case cube with dims) is available on request.