Copy Paste in RPAS 14.1.x does not respect measure locking
We found an issue when we copy to clipboard and paste to clipboard GM $ and GM% when Sales $ exists. The calcs are written as inverse calcs:
GM $ = Sales $ - Cost
Cost = Sales $ - GM $
Sales $ = Cost + GM $
And
GM $ = GM % * Sales $
GM % = GM $ / Sales $
Pretty basic.
When we enter a sales $, GM %, then GM $ is locked and calculates after I hit the calc button. If I enter a sales $ value in another week, hit calculate, then copy to clipboard the GM $ and GM % from a different week and paste it to my new week, both values paste. I hit calc and no error is displayed and the values at the lower level for GM $ and GM % are there, but they are empty at aggregate levels.