Help with some rules calculation
Hello all,
I'm facing a challenge with some rules calculation and would like some insights on how would be possible to edit the measure mkdP without having the CvrR recalculated.
My goal is to edit mkdP, keep the value in CvrR and recalculate the StkR.
StkR = uncover(CvrR,SlsR + MkdR,1,SlsR + MkdR)
CvrR = cover(StkR,SlsR + MkdR,1,SlsR + MkdR)
When MkdR is changed, StkR changes and CvrR maintains
mkdR = mkdP * stkR
mkdP = mkdR * stkR
However, when MkdP is changed, MkdR changes and StkR cannot be updated accordingly, so CvrR is recalculated.
Could you share some thoughts on this please?
Thanks in advance!