How to use the Reporting add-on values for run parameters - 6.x
Description
The Reporting add-on can be used to supply default or selection values for the run macro. This examples uses the Replace and Render Macro to accomplish this. The following is a simple example to show the concept only .
{report-variable:Development Project|value=My project} {replace-and-render} {replace-item:%development_project%}{report-info:variable:Development Project}{replace-item} {replace-body} {run:autorun=true|replace=development_project:%development_project%:Development Project} This is the selected project: $development_project {run} {replace-body} {replace-and-render}