I added a custom property `Weight' and `RoundWeight' in part model file. `Weight' is just SW-Mass and `RoundWeight' is an equation based on SW-Mass (to roundoff the weight).
"RoundMassEquation"=IIF("SW-Mass">10,IIF("SW-Mass">100,ROUND("SW-Mass",0),ROUND("SW-Mass",1)),ROUND("SW-Mass",2))
I have two configurations in Part model file. I saved the part model with configuration A as active.
When I made drawing from the part mdoel, I inserted view from configuration B. Then I added a note with link to `RoundWeight'. Now the problem is `RoundWeight' only shows the weight of active configuration (A) in part model file (in red box), while it should show the rounded weight of the configuration (B) of the view inserted in drawing.
To check this I added another property `Weight' in drawing, which was working with no problem (in green box). I mean to say it changes according to the configuration (B) of view in drawing, whether it is active or not in part model.
SolidworksDrawings And Detailing