Jump to Labeled Section Action
Event Function: GotoSection
The Jump to Labeled Section action jumps to a labeled section in a selected CaseView document.
Using the Events tab
Under | Enter | 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. |
|
Goto Labeled |
The label of the section to jump to |
"CurrentLiab" |
Syntax (if entering it in the Equation bar)
ACTION("GotoSection", expr)
Where
expr = entry under Goto Labeled
How the example will appear in the Equation bar
ACTION("GotoSection","CurrentLiab")