Variable access in included (reference) sheet
I am using an include statement to include calculations and values from a reference sheet in my main Mathcad document.
Is there a way to get access to variables defined in the parent document in the reference document? For example, if I define a variable called "mass" in the parent document, and then I have an expression in the referenced document that multiplies mass by 2, as in: double_mass := mass * 2, will that work?
Right now, I am only able to use variables in the reference sheet that have been defined in that sheet. I do note that functions and variables defined in the reference sheet are available in the parent sheet following the include statement, as expected.


