Customization → Attributes Setup → Attributes → Calculation Editor
Mathematical Markup Language (MathML) is an XML-based method of rendering mathematical expressions in Web pages. MathML consists of a number of XML tags which can be used to calculate equations. MathML is used for calculated timephase attributes and ranged calculated attributes. MathML calculations must be entered using the proper syntax and must call the XML names of properly formatted attributes.
<Calculation> <Expression> <math xmlns:mathml="http://www.w3.org/1998/Math/MathML"> <lambda> <bvar> <ci>a</ci> </bvar> <bvar> <ci>b</ci> </bvar> <apply> <plus/> <ci>a</ci> <ci>b</ci> </apply> </lambda> </math> </Expression> <RHSVariable name="Total-Cost-Labor.Actual" identifier="a"/> <RHSVariable name="Total-Cost-Support.Actual" identifier="b"/> </Calculation>
Copyright © 2003–2010 Serena Software, Inc. All rights reserved.