AssignedZ Property (FPScript)
Read access to the name of the data object assigned as the Z component.
Syntax
[DataObject].AssignedZ
The syntax of the AssignedZ 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. |
Remarks
Write access to the header information of a data object is only allowed for the formula where the FPScript code is located. You should only use this option in embedded FPScript. For standard formula objects, you should edit the attribute on theGeneral tab of the Properties dialog box instead.
Available in
FlexPro Basic, Professional, Developer Suite
Examples
$.AssignedZ$[-1n] |
Accesses the last value of the data set which is assigned to the actual formula as a Z data set. |
$"\Folder\" : \Folder\DataSet.AssignedZ$ |
Returns the value of the data set assigned as a Z data set to a data set located in a folder other than the current formula. |