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}}
| Eigenschaft
| Property
| Beschreibung
| Description
|-
|-
| Name
| Name
| Zeigt den Namen des Parameters über den auf den Paramter zugegriffen wird
| Shows the name of the parameter which is used to access it
|-
|-
| Text
| Text
| Anzeigetext des Parameters
| Display text of the parameter
|-
|-
| Typ
| Type
| Gibt an ob der Filter einen Text, numerische Werte oder boolsche Werte enthält
| Defines if the filter includes a text, number or bool
 
|-
|-
| Default
| Default
| Definiert den Standardwert des Parameters
| Define a default value of the parameter
|-
|-
| Sichtbar
| Visible
| Gibt an ob der Parameter im Bericht sichtbar ist oder nicht
| Defines if the parameter is visible or not inside the report
|-
|-
| Werte...
| Values...
| Definiert den Wertebereich des Parameters
| Defines value range of the parameter
:*Hinzufügen: Fügt einen Wertebereich für den Parameter ein
:*Add: Inserts a value range for the parameter
:*Löschen: Löscht den ausgewählten Parameterbereich
:*Delete: Deletes selected value range
:*Nach oben: verschiebt das ausgewählte Element nach oben
:*Up: Move selected element up
:*Nach unten: verschiebt das ausgewählte Element nach unten
:*Down: Moves selected element down
|}
|}




==Anzeige von Parametern==
==Display of parameter==
In der Berichtsansicht und in der Druckvorschau erhalten Sie rechts eine Parameterbox, in welcher alle sichtbaren Parameter angezeigt werden.
In the report view and print view you get a parameter box in which all visible parameters are shown.  
Eine Änderung des gewählten Wertes des Parameters hat sofort Auswirkung auf den Bericht, ohne das man manuell eine Aktualisierung durchführen muss.
A change of the selected value of the parameter affects the report immediately without making a manual actualization.




==Verwendung von Parametern==
==Usage of parameter==
Parameter können z.B. bei berechneten Measures oder der bedingten Sichtbarkeit verwendet werden.
Parameter can be used for example in calculated measures or conditional visibility.  


Zugegriffen werden kann auf die Parameter wie folgt:
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
  • 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 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