Making jumps conditional

You can set conditions so that an action is only executed when the condition is true. For example, to specify that the jumps work only for you, set the condition of the action to:
=GlobalVariables._CurrentUser.Text="Admin"
If you do not log on as Admin, replace "Admin" with your user name.
  1. Right-click the cell containing the condition and select Edit Action.
  2. Double-click the =TRUE condition.
    The Edit Condition dialog opens.
  3. Delete =TRUE and replace it with =GlobalVariables._CurrentUser.Text="Your user name"
  4. Click OK.
  5. Verify that the report jump still works.
  6. Check in the report and the target reports.
  7. Select File > Log Off
  8. Select File > Log On With Options and log back on as Guest (no password required).
    The jumps no longer work.