Skip to end of banner
Go to start of banner

How to use the Reporting add-on values for run parameters

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 (smile).

{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}

  • No labels