Specifying jump inputs

You can specify inputs, as well as parameters, for report jumps. Like a parameter, a jump input is a pair of objects with a value to be set. Jump inputs reference the report objects of the source report. Parameters reference the report objects of the target report. Both can reference global objects.

If there is a 'When report is loading' action in a target report, the action is executed after the report has loaded and before applying jump parameters. So, a value set by the parameter cannot be used in the on-load action. To set a value that can be used in the on-load action, use jump inputs. Jump inputs are executed in the source report, before the jump is executed.