Move to Performance Measures Action
The Move to Performance Measures action publishes the values of a tagged cell to the performance measures database.
Event Function:
- MoveToPerformanceMeasures
Option | Description | Example |
---|---|---|
Run Skip Condition |
If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed. |
- |
Account Number | Enter the applicable account number or select it from the drop-down menu. | 1.2.3.4.5 |
Account Name | Enter the cell containing the account name to publish to the trial balance. | T1.B1 |
Period | Select the applicable period from the drop-down menu. | OpeningBalance |
Value | Enter the cell containing the value to publish to the trial balance. | T1.B2 |
Syntax:
- ACTION("MoveToPerformanceMeasures","AccountNumber",AccountName,"Period",Value)
Example:
- ACTION("MoveToPerformanceMeasures","1.2.3.4.5",T1.B1,"OpeningBalance",T1.B2)