FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

AssignedX

Read access to the name of the data object assigned as the X component. Read/write access to the name of the data object assigned as the X component of the current formula.

Syntax

[DataObject].AssignedX

or

[this].AssignedX = Path

The syntax of the AssignedX 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.

Path

String with the path name of the linked data object.

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 preferably edit the attribute on the General tab of the Properties dialog box.

Available In

FlexPro Basic, Professional, Developer Suite

Examples

$.AssignedX$[-1n]

Accesses the last value of the data set which is assigned to the current formula as an X data set.

.AssignedX = "Time"

Assigns the "Time" data set to the formula.

 

See Also

AssignedZ Property