Enterprise Edition:Reportparameter: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
{| class="wikitable" width="857" | {| class="wikitable" width="857" | ||
|- {{Tabellentitel}} | |- {{Tabellentitel}} | ||
| | | Property | ||
| | | Description | ||
|- | |- | ||
| Name | | Name | ||
| | | Shows the name of the parameter which is used to access it | ||
|- | |- | ||
| Text | | Text | ||
| | | Display text of the parameter | ||
|- | |- | ||
| | | Type | ||
| | | Defines if the filter includes a text, number or bool | ||
|- | |- | ||
| Default | | 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 | ||
:* | :*Add: Inserts a value range for the parameter | ||
:* | :*Delete: Deletes selected value range | ||
:* | :*Up: Move selected element up | ||
:* | :*Down: Moves selected element down | ||
|} | |} | ||
== | ==Display of parameter== | ||
In | 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 | Parameter can be used for example in calculated measures or conditional visibility. | ||
Access of parameter is possible with: | |||
:* Bool: {parametername}=0 | :* Bool: {parametername}=0 | ||
Revision as of 11:53, 26 April 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‘
- Zahl: {parametername}=1