Parameter Injection

Overview

Several parameters in various macros support being injected using a %key:value% syntax. These are called supplier keychains.

This allows you to inject Supplier values into the parameter, based on whatever the context of the macro is in.

The parameters that support this are marked as such in the relevant macro documentation page.

Parameter injection in use

The Report Variable macro (from unnamed link) uses this for the Value and Default Value parameters.

You can also do this multiple times, or within the context of other text, in which case it will result in a Text value, as shown below.

Where the full Value is:

Created by %page:creator > user:name% on %page:creation date > date:dd-MMM-yyyy%

See also