Calculations.Unit Property (FPScript)
Read access to the unit of a data object calculation.
Syntax
[DataObject].Calculations(Name).Unit
The syntax of the Calculations.Unit property consists of the following elements:
Element |
Description |
---|---|
DataObject |
Optional. The data object being accessed. If you omit this element, then the current formula is accessed. In the case of embedded FPScript you have to use the This keyword. |
Name |
Required. A string with the name of the calculation. |
Available in
FlexPro Basic, Professional, Developer Suite
Examples
.Calculations("Frequency").Unit |
Accesses the unit of a calculation called "Frequency", which is saved in the formula calculation list. |
ChangeUnit(.Calculations("Frequency"), .Calculations("Frequency").Unit) |
Recombines the value and unit of a calculation called "Frequency". |
See Also
You might be interested in these articles
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information