Two types of parameter lookups are now available when using the Repertoire Client (version 2024 and upwards) to send report rendering requests to either Ambience/Repertoire server instances. Note that the Ambience/Repertoire server installed must also be version 2024 or newer.
Based on the following report template sample TestDirect.zip (1.3 KB):
- “Raw” refers to the parameter key name
- “Dynamic” refers to the UI parameter label name
Add the following to etc/application.conf for those migrating from Ambience 4.x/Repertoire 8.x or older whose applications were using the older versions of the Repertoire Client, e.g.:
If not added, the Repertoire Client will lookup the UI parameter label name by default.
-
Setting direct parameters to ‘true’, the application parses the parameter key name:
elixir.rml.direct-parameters = true
Rendered output:
-
Omitting or setting direct parameters to ‘false’, the application parses the UI parameter label name:
elixir.rml.direct-parameters = false
Rendered output: