Recalc measure manually edited
Hi,
we are facing problems implementing these scenarios on RPAS 14.0.1:
Given these three real measures:
Sls, editable, base intx str_line_mnth, aggregated in total and spreaded as prop_pop, calculated as Sls = PySls * (1 + DeltaVsPyP)
PySls, base intx str_line_mnth, aggregated in total and spreaded as prop_pop, calculated as PySls = Sls of previous year
DeltaVsPyP, editable, base intx str_line_mnth, aggregated in recalc, calculated as DeltaVsPyP = (Sls - PySls) / PySls
Our customer wants that RPAS recalculate the value of DeltaVsPyP whenever DeltaVsPyP or Sls is manually edited.
Cosider this example:
2014 | 2015 | 2016 | |
---|---|---|---|
Sls | 80 | 100 | 110 |
PySls | 80 | 100 | |
DeltaVsPyP | 10% | 10% |
- When changing Sls of year 2015 to 200, RPAS must calculate