Go to screen. Opens the specified screen of the current Capsule. Select the screen to go to from the list. The following options can be set:
Same Tab : opens the screen on the same tab of the current one, therefore closes the current screen. When this option is disabled the screen is opened in a new tab.
Disable initial Layout execution : opens the screen without executing the Layouts (reports and other objects) so that objects are not populated with data. A subsequent Refresh screen action is necessary to populate the data presentation objects (reports, charts etc).
Apply data selection : Applies to the target screen the same selection (of the Select and Pager objects) existing on the source screen.
Go to capsule. Jumps to another Capsule and closes the current one. Select the Capsule name from the list box.
Go to Group. Makes the execution flow jump to the specified actions group.
The following options can be set:
Get back: execution flow returns to the calling point after the last action of the group is completed. If this option is disabled, the procedure will terminate with the last action of the group.
Iterations. creates a loop, specifies the number of iterations of the loop. This option must be used in conjunction with the Get back option.
If Then Else. Define a conditional execution of a branch of program: on the basis of a condition (a value of a cube) the execution flow can be directed to a group or another.
Configuration panel:
select the cube to test from the list box,
if required, click the Refer To Select button to define the selection range on which to evaluate the test. This may be required if the cube value should be tested on a range different to the current Select of the procedure.
select the comparison operator from the list.
type the test value in the text are
next to the Then clause, set the actions group to jump to in case the test is "true"
optionally next to the Else clause, set the actions group to jump to in case the test is "false"
Exit procedure. Exits the procedure.
Exit screen. Exits the current screen.
Exit capsule. Exits the current Capsule.