Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The History tab in the Data Manager task and the Rules Manager task displays all the operations performed by the user during the current session.

Image RemovedImage Added

Every time the Save button is clicked, each operation performed since the last save operation is displayed in a new row. History operations are irreversible, i.e. the undo command does not have any effect, but operations can be deleted, moved or copied and pasted between Data Managers.

...

Each series of operations are identified by an icon according to the type of operation performed:

Image RemovedImage Added

The status of each task is also displayed in the Status column:

  • Ready status
    Operations are not made permanent until the task is computed, and consequently they are displayed with a blue "ready" icon Image Removedicon. If the task is subsequently closed and reopened in ready status, the non-computed operation will still be in the History tab, but the data displayed will correspond to the data before the operation. If you then perform new operations on the same data, these operations will overwrite those in the History tab that have not been computed. For example, if you perform a filter on column x and then save and close the task, when you re-open the task the data displayed will not be filtered, although the filter operation will be listed in the History tab in ready status. If you now perform new operations, for example a new filter, these will be performed on the original data, effectively overwriting the previous operations in the History tab. Consequently, it is advisable to compute the Data Manager before performing new operations, and ensure all operations in the History tab are green (computed).

  • Computed status
    Once tasks has been computed, the status icon becomes green and the Undo command is disabled.

...

Operation

Procedure

View and copy the Rulex Language (RL) code

Rulex Language (RL) is a programming language used to manage many of the operations performed in the Rulex GUI. 

  1. Double-click on any cell in the Action column, the RL code associated to the operation is displayed. 

    Image RemovedImage Added
  2. Right-click on the cell in and select Copy action code to clipboard to copy and paste the code to another editor.

Legend

  • Rows starting with “//” are comments and consequently do not correspond to processed RL statements. 

  • @set is a variable containing the dataset and includes: 

    • @set.att  for the attribute properties 

    • @set.data for the data matrix 

    • @set.rec for the record properties.

Copy and paste actions

Copying and pasting allows you to copy single operations performed in one Data Manager to another.

  1. Right-click the cells of all the operations you want to copy in the Action column.

  2. Select Copy actions.

  3. Right-click again on any cell in the Action column and select Paste actions: the operations will be added to the end of the list.

Alternatively the CTRL+C / CTRL+V key combinations can be used to copy and paste actions.

Delete selected or all operations

  1. Select one or more cells in the Action column.

  2. Right-click and select either:

    • Deleted selected actions to remove only the operations you selected in step one, or

    • Delete all actions, to remove all the actions in the History table.

Alternatively the Delete key can be used to delete actions.

Reset operations

  1. Right-click on any cell in the Action column.

  2. Select Reset actions to reset all the operations to the Ready status.

As the history is normally recomputed from the first non-computed row, resetting operations allows you to re-compute all operations from the first row. This is particularly useful when errors occur, or if you have changed a process variable value and want the Data Manager to be re-computed with new value.

Export operations in a .txt file

The export option allows you to export the RL code associated with every operation that has been performed on the data set as in a .txt file.

  1. Right-click on any cell in the Action column.

  2. Select Export history.

  3. In the Save description file dialog box select where you want to save the file and enter a name for it.

  4. Click Save.

Drag and drop operations

You can move the operations to a different position in the history to change the order in which operations are performed.

...

When you compute the task, the icons turn green, indicating they have been definitively executed, the Undo button is disabled, and changes are permanent. 

Image RemovedImage Added

If you now perform other operations on the data, a new row in Ready status is added.

Image RemovedImage Added

The task status (at the right bottom corner of the window) has changed to Dirty as the status of the currently saved task does not correspond to the executed task.

...