...
Section | Configuration and Access Information | Examples | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Expressions |
Both will help to identify in the template pieces of text that are expected to be replaced with data. | If you stick with the default values, then everything that is between the # character will be replaced: #myDataset.myValue# You can change to the Suffix and Prefix to be an character, for example the $ character, then you should be able to access your data in your template this way: $myDataset.myValue$ | |||||||||||||||||||||||||||||||||||
Repeating Sections | The output data of your report might have rows and columns of information instead of just having one single value. If this is your case, then you should configure Repeating Sections to access all of your rows and/or columns. As a side note, if the data of your report has a lot of rows and columns, might be possible that the XLS Report Renderer is more suitable for you. The following options literally mean if a sheet | row | column should be repeated in a template.
| For the following examples let's assume that our report output the following table using the encountersByType key as name for the Data Set Definition:
| |||||||||||||||||||||||||||||||||||
Designing Properties | You can define any key-value property that your template might need.
|
| |||||||||||||||||||||||||||||||||||
Miscellaneous |
|
...
- Handles multiple data set definitions.
- Handles templates with scripting in Groovy an and Velocity.
1 | Select HTML/text-based template option from the drop-down list and click on the Add another button. | ||||||||
2 | Only the description field is optional. Let's assume a Data Set Definition that can be accessed with the name "encountersByTypeByGender" and the following template.
| ||||||||
3 | If you run your report, the new added design will appear as an output option of the Report Definition you previously linked it to and it will be added to the list displayed on the Report Designs Manager page as well. | ||||||||
4 | The expected output is a text file, an XML in this example. |
...