Enterprise Edition:Reportparameter: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
==Create and edit parameter== | ==Create and edit parameter== | ||
To create one or more report parameter click on the icon "Parameter" [[Image:Icon Parameter.png]] | To create one or more report parameter click on the icon "Parameter" [[Image:Icon Parameter.png]]. A dialog will be opened where the parameters can be created and edited. These buttons are available: | ||
{| class="wikitable" width="857" | {| class="wikitable" width="857" | ||
| Line 70: | Line 70: | ||
:* Bool: {parametername}=0 | :* Bool: {parametername}=0 | ||
:*Text: ‘{parametername}‘=‘Text‘ | :*Text: ‘{parametername}‘=‘Text‘ | ||
:* | :*Number: {parametername}=1 | ||
Latest revision as of 09:37, 4 May 2016
Create and edit parameter
To create one or more report parameter click on the icon "Parameter"
. A dialog will be opened where the parameters can be created and edited. These buttons are available:
| Button | Action |
| Creates a new parameter | |
| Deletes selected parameter | |
| Moves the selected element within the same level in the tree up | |
| Moves the selected element within the same level in the tree down |
A click on new opens a new dialog where you have to enter a name. Afterwards the parameter will be created.
These settings are available for each parameter:
| Property | Description |
| Name | Shows the name of the parameter which is used to access it |
| Text | Display text of the parameter |
| Type | Defines if the filter includes a text, number or bool |
| Default | Define a default value of the parameter |
| Visible | Defines if the parameter is visible or not inside the report |
| Values... | Defines value range of the parameter
|
Display of parameter
In the report view and print view you get a parameter box in which all visible parameters are shown. A change of the selected value of the parameter affects the report immediately without making a manual actualization.
Usage of parameter
Parameter can be used for example in calculated measures or conditional visibility.
Access of parameter is possible with:
- Bool: {parametername}=0
- Text: ‘{parametername}‘=‘Text‘
- Number: {parametername}=1