Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
To find out which internal variables are available, see the help for the specific property page, which are listed on Property Pages.
contextcontextcontextUsed as a prefix to reference the context parameter values that have been configured within a table-action using the notation _context.<ContextParameter Name>; see Table-Action.
Anchor_count_count_count_count provides the number of records in the current candidate set. _count is used on CalculateBySet and Aggregate tables.
If you want to know how many items have been returned by a Lookup Pipe or the number of items returned by a specific Pipe for the current Candidate Set then use the countElements() function.
Anchor_current_current_currentFor attribute expressions, _current is only available when a table is configured to carry out CalculateBySet processing.
_current refers to the current input record being processed within the candidate set.
Note |
---|
If you attempt to refer to the record using the name of the pipe e.g. in.accountNum that expression would return an array of all the values of accountNum in the current candidate set or pipe in. Instead of using in.accountNum you should use _current.accountNum to return the current input. |
_current is most often used in attribute expressions but is also used in objects connected to tables, such as pipes, database collectors and file collectors.
You can also use _current in expressions for the CSS Properties of grid rows.
Anchor_dragSource_dragSource_dragSourceUsed as a prefix to reference the values that are being dragged within a table-action using the notation _dragSource.<AttributeName>.
See Also Drag Types and Drop Targets and Table-Action.
Anchor_dropPosition_dropPosition _dropPositionA record on a view that is configured with a Drag Type can be dragged onto a component that is:
- backed by a table
- configured with a Drop Target action.
For more information, see Drag Types and Drop Targets.
Use this variable for the drop target action to provide co-ordinate values:
- _dropPosition.left - the number of pixels from the left hand edge of the dropTarget
- _dropPosition.top - gives the number of pixels from the top of the drop target.
When _dropPosition is used for a:
- card container: the _dropPosition is relative to the top-left of the area within which cards are displayed, excluding the header for the card container.
- area component: the _dropPosition is relative to the the top-left co-ordinates of the component on which it was dropped. Position is given as the top-left co-ordinates.
Used as a prefix to reference the values that are having data dropped onto them within a table-action using the notation _dropTarget.<AttributeName>.
See also Drag Types and Drop Targets and Table-Action.
_edited_edited is available in formatting rules for components. It is true if the form has unsaved data Anchor_error_error_error_error contains the details of one or more error messages, and may be used in various contexts.
_error values are:
message
- The text of the message.sequence
- The sequence number of the message within the log file.datetime
- The date and time that the message was generated.type
- The type of the message; one of 'ERROR', 'WARNING' or 'INFO'.
_errors contains the number of error messages generated during the running of a Task Plan.
This variable can be used in the Task Plan user notification rules to specify for example that an email should only be sent if there are more than a certain number of error messages.
This variable can also be used in the subject line and email body expressions.
Anchor_field_field_field_field contains properties of a single field or attribute, and is set in contexts where table-actions, fields or attributes are processed one at a time. For example, use _field in:
- attribute expressions
- view attribute label expressions
- formatting rule expressions.
In table-actions that are double-click or in-cell actions, use _field to access the name and label of a column or to refer to the value in the cell.
Use _field to access the name and value of an input field for components that are:
- either input fields
- or field containers that have an input field.
Values are:
name
: The name of the field. This field is set in all contexts in which _field is defined.value
: The value of the field. This field is not set in all contexts. See individual form help pages for details.labels
: The list of header labels associated with the field. This field is not set in all contexts. See individual form help pages for details.
_fieldName can be used within attribute expressions. It represents currently processed attribute.
_fieldName contains the name of the field (attribute name) whose expression is currently being evaluated. This can be helpful for debug messages or user generated error messages.
Anchor_file_file_file_file contains the details of one or more files that have been processed.
The file details are:
name
: The name of the file, excluding the directory.directory
: The directory containing the file.directory
: The type of the file; one of 'INPUT' (Imported), 'OUTPUT' (Exported).
_fileCount contains the number of files processed during the running of a Task Plan.
This variable can be used in the table-action result message.
Anchor_fileName_fileName_fileName_fileName can be used within attribute expressions in cases where the Table has data coming from a File Collector. It contains the name of the file that provided the current input record.
_fileName must be prefixed with the name of the pipe linking the file collector to the table e.g. in._fileName.
Anchor_filePathList_filePathList_filePathList_filePathList is set to a list of the files that were received as attachments to the same email as that of the attachment currently being processed.
The full path of each file is shown. Individual file paths are separated by semi-colons (;).
This variable is only populated when reading from a File Collector with the Source Type set to Managed File
Anchor_files_files_filesContains a list of names of files that have been uploaded by the table-action
Anchor_fileUploadId_fileUploadId_context._fileUploadIdContains the Id of the FileUpload Process, used to identify the location of the files that have been uploaded by the table-action Anchor_form_form_formAvailable when a user is entering values in a form - a type of view. Current form view values can be referred in Selection Views by using the _form variable (e.g. in background filters). Can be also referred in table-ations Database Collector recird Task Plan table table Export tablee HTML Comment are planned for a future release of PhixFlow. These . Export Task Plan Task Plan Candidate Set Input Pipes each pipe on a calculate is processed separately) to 9615724239 to 9615724239See 9615724239 Task Plan