WebApps:Row View: Difference between revisions
Created page with "__TOC__ Verfügbar ab 9.5 HF 2.1 =Systemvoraussetzungen= ==Unterstütze Browser== * Internet Explorer 11 oder höher * Edge * Firefox * Chrome ==CoPlanner Server== In der..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
Available from 9.5 HF 2.1 | |||
= | =System requirements= | ||
The requirements can be found [[WebApps:Requirements|here]]. | |||
=Invocation= | |||
@Session_WebAppUrl@/pivottable/?tableform=<mask name> | |||
Example: | |||
<nowiki>https://servername:4444/coplanner/pivottable/?tableform=ZS Bilanz PLAN</nowiki> | <nowiki>https://servername:4444/coplanner/pivottable/?tableform=ZS Bilanz PLAN</nowiki> | ||
| Line 26: | Line 17: | ||
{| {{Bausteindesign2}} | {| {{Bausteindesign2}} | ||
|- | |- | ||
|<span style="color: darkblue">''' | |<span style="color: darkblue">'''Hint'''</span> upper and lower case of the mask name has to be correct otherwise the mask will not open. | ||
|} | |} | ||
== | ==Extended invocation== | ||
:* Title: | :* Title: Name which will be displayed instead of the mask name | ||
:* Description: | :* Description: Description which will be displayed optionally below the title/mask name | ||
:* ShowFields: | :* ShowFields: Defines if the fields area will be displayed while mask opening. Default is false. | ||
From 9.5 HF 2.4: | |||
:* hideSessionHeader: | :* hideSessionHeader: Defines if the session header should be visible or not (true fades out the Session-Header). Default while opening is false | ||
Example: | |||
<nowiki>https://servername:4444/coplanner/pivottable/?tableform=ZS Umsatzerloese Plan&Title=Zeilensicht Umsätze PLAN&Description=Detailinformationen zu Ihren Umsätzen&ShowFields=true</nowiki> | <nowiki>https://servername:4444/coplanner/pivottable/?tableform=ZS Umsatzerloese Plan&Title=Zeilensicht Umsätze PLAN&Description=Detailinformationen zu Ihren Umsätzen&ShowFields=true</nowiki> | ||
From 9.5 HF 2.8.1: | |||
:* disableFields: | :* disableFields: Defines if the fields area can be displayed or not ( true means that the fields area can not be displayed). Default is false.false. | ||
From 9.5 HF 3.3: | |||
:* contextFilters: | :* contextFilters: Defines filter values which are used while opening the mask | ||
:* contextDimensions: | :* contextDimensions: Defines elements of axes with which the mask will be opened | ||
Example: | |||
Transfer to filter time, filter operator =, element 2 and entity, filteroperator me+under, element 1 | |||
&contextFilters= | &contextFilters=timeeq 2 and entity mu 1 | ||
Transfer to axis time with elements 1,2,2010010101 and axis entity with 2 | |||
&contextDimensions=time :1,2,2010010101 and entity :2 | |||
&contextFilters=" | When using " and " in filter name with transferred value or space this has to be done: | ||
&contextFilters="My text filter" eq "Text with space" | |||
&contextDimensions="My time and test dimension:1,2,2010010101" | &contextDimensions="My time and test dimension:1,2,2010010101" | ||
Example for use in a calculated measure in a cube. The mask MAX_Rueckstellungen will be opened and filters SonstigeErloesundKostenarten, time and PC/KST transferred. Additionally the title Rückstellungen will be defined and the session transferred. | |||
IIF([ErloesKosten LC]<>0,'@Session_WebAppUrl@/pivottable/?pivotform=MAX_Rueckstellungen_PLAN&contextFilters="SonstigeErloesundKostenarten" mu [Attribut_SonstigeErloesundKostenarten] and "Zeit" mu [Zeit.ID] and "PC/KST" mu [PC/KST.ID]&title=Rückstellungen&SessionID=@Session_ID@','') | IIF([ErloesKosten LC]<>0,'@Session_WebAppUrl@/pivottable/?pivotform=MAX_Rueckstellungen_PLAN&contextFilters="SonstigeErloesundKostenarten" mu [Attribut_SonstigeErloesundKostenarten] and "Zeit" mu [Zeit.ID] and "PC/KST" mu [PC/KST.ID]&title=Rückstellungen&SessionID=@Session_ID@','') | ||
Operators: | |||
{| class="wikitable" width="857px" | {| class="wikitable" width="857px" | ||
|- {{Tabellentitel}} | |- {{Tabellentitel}} | ||
| | | Filter operator | ||
| | | Invocation in context | ||
| | | Description | ||
|- | |- | ||
| [[Image:Filter_Operand_Alle.jpg]] | | [[Image:Filter_Operand_Alle.jpg]] | ||
| mu | | mu | ||
| | | Selected element and all levels below will be displayed. | ||
|- | |- | ||
| [[Image:Filter_Operand_ParentChild.jpg]] | | [[Image:Filter_Operand_ParentChild.jpg]] | ||
| mf | | mf | ||
| | | Selected element and one level below will be displayed. | ||
|- | |- | ||
| [[Image:Filter_Operand_OhneParent.jpg]] | | [[Image:Filter_Operand_OhneParent.jpg]] | ||
| fu | | fu | ||
| | | All levels below the selected element will be displayed. | ||
|- | |- | ||
| [[Image:Filter_Nur_Ebene_darunter.jpg]] | | [[Image:Filter_Nur_Ebene_darunter.jpg]] | ||
| un | | un | ||
| | | One level below the selected element will be displayed. | ||
|- | |- | ||
| = | | = | ||
| eq | | eq | ||
| | | Only values from this dimension element will be displayed. | ||
|- | |- | ||
| <> | | <> | ||
| ne | | ne | ||
| | | All values will be displayed but values from the selected filter element. | ||
|} | |} | ||
In | In data record masks these operators are available for value fields: | ||
{| class="wikitable" width="857px" | {| class="wikitable" width="857px" | ||
|- {{Tabellentitel}} | |- {{Tabellentitel}} | ||
| Filteroperand | | Filteroperand | ||
| | | Invocation in context | ||
| | | Description | ||
|- | |- | ||
| = | | = | ||
| eq | | eq | ||
| | | Default "=" will be proposed and all data records will be displayed. | ||
|- | |- | ||
| < | | < | ||
| lt | | lt | ||
| | | Data records less than the entered value will be displayed. | ||
|- | |- | ||
| > | | > | ||
| gt | | gt | ||
| | | Data records bigger than the entered value will be displayed. | ||
|- | |- | ||
| <= | | <= | ||
| le | | le | ||
| | | Data records less or equal than the entered value will be displayed. | ||
|- | |- | ||
| >= | | >= | ||
| ge | | ge | ||
| | | Data records bigger or equal than the entered value will be displayed. | ||
|- | |- | ||
| <> | | <> | ||
| ne | | ne | ||
| | | Data records which are less or bigger than the entered value will be displayed. | ||
|- | |- | ||
| LIKE | | LIKE | ||
| lk | | lk | ||
| | | Data records which include the entered expression will be displayed. | ||
|} | |} | ||
= | =Menu= | ||
{| class="wikitable" width={{{breite|50%}}} | {| class="wikitable" width={{{breite|50%}}} | ||
|- | |- | ||
|[[Image:ReportViewer_CoPlanner.JPG]] | |[[Image:ReportViewer_CoPlanner.JPG]] | ||
| | |Back to last page. | ||
|- | |- | ||
|[[Image:ReportViewer_MenueOpenClose.JPG]] | |[[Image:ReportViewer_MenueOpenClose.JPG]] | ||
| | |Open/Close of display text of menu. | ||
|- | |- | ||
|[[Image:ReportViewer_Aktualisieren.JPG]] | |[[Image:ReportViewer_Aktualisieren.JPG]] | ||
| | |Update of data in the mask. | ||
|- | |- | ||
|[[Image:ReportViewer_Filterbereich.JPG]] | |[[Image:ReportViewer_Filterbereich.JPG]] | ||
| | |Fade in/Fade out filter area. | ||
|- | |- | ||
|[[Image:Pivotform_Felderbereich.JPG]] | |[[Image:Pivotform_Felderbereich.JPG]] | ||
| | |Fade in/Fade out fields area. | ||
|- | |- | ||
|[[Image:Pivotform_NeueDatensaetze.JPG]] | |[[Image:Pivotform_NeueDatensaetze.JPG]] | ||
| | |Create new data records. | ||
|- | |- | ||
|[[Image:Pivotform_Loeschen.JPG]] | |[[Image:Pivotform_Loeschen.JPG]] | ||
| | |Deletion of data. | ||
|- | |- | ||
|[[Image:Pivotform_Zurueck.JPG]] | |[[Image:Pivotform_Zurueck.JPG]] | ||
| | |Back to superior mask. | ||
|} | |} | ||
Menu with display texts: | |||
[[Image:Pivottable_Menue.JPG]] | [[Image:Pivottable_Menue.JPG]] | ||
| Line 179: | Line 171: | ||
= | =Design of the mask= | ||
[[Image:WEB_ZS_Allgemein.png|900px]] | [[Image:WEB_ZS_Allgemein.png|900px]] | ||
== | ==Fields area== | ||
Using the fields area measures can be en-/disabled easily, filters can be added and removed, add and remove dimensions on axes, switch axes and assign measures to the X-Axis or Y-Axis. You can do this by using Drag & Drop the elements at the desired position. | |||
The fields area can be en-/disabled with the menu. You can define if this area should be displayed as default via the URL. | |||
== | ==Filter bar== | ||
In the filter you can see - as opposed to the windows client - only dimensions which are not defined as axis. Filter settings for dimension which are defined as axis can be done by using the filter symbol in the filter area which is shown besides the dimension or column. | |||
== | ==Filter area for columns== | ||
Measures/ | Measures/dimension which are defined in the data area can be filtered directly in the area between description of the measures/dimensions and the data. | ||
Entered data for the filtering can be removed with the "x". | |||
== | ==Data area== | ||
In the data area measures and axis are displayed which can be changed. In the data area you can see all measures which are defined as measures in the fields area. | |||
= | ==Implemented functions== | ||
A list of all implemented functions in the input mask can be found [[WebApps:Zeilensicht:_Umgesetzte_Funktionen|here]]. | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
Latest revision as of 17:25, 5 August 2019
Available from 9.5 HF 2.1
System requirements
The requirements can be found here.
Invocation
@Session_WebAppUrl@/pivottable/?tableform=<mask name>
Example:
https://servername:4444/coplanner/pivottable/?tableform=ZS Bilanz PLAN
| Hint upper and lower case of the mask name has to be correct otherwise the mask will not open. |
Extended invocation
- Title: Name which will be displayed instead of the mask name
- Description: Description which will be displayed optionally below the title/mask name
- ShowFields: Defines if the fields area will be displayed while mask opening. Default is false.
From 9.5 HF 2.4:
- hideSessionHeader: Defines if the session header should be visible or not (true fades out the Session-Header). Default while opening is false
Example:
https://servername:4444/coplanner/pivottable/?tableform=ZS Umsatzerloese Plan&Title=Zeilensicht Umsätze PLAN&Description=Detailinformationen zu Ihren Umsätzen&ShowFields=true
From 9.5 HF 2.8.1:
- disableFields: Defines if the fields area can be displayed or not ( true means that the fields area can not be displayed). Default is false.false.
From 9.5 HF 3.3:
- contextFilters: Defines filter values which are used while opening the mask
- contextDimensions: Defines elements of axes with which the mask will be opened
Example:
Transfer to filter time, filter operator =, element 2 and entity, filteroperator me+under, element 1
&contextFilters=timeeq 2 and entity mu 1
Transfer to axis time with elements 1,2,2010010101 and axis entity with 2
&contextDimensions=time :1,2,2010010101 and entity :2
When using " and " in filter name with transferred value or space this has to be done:
&contextFilters="My text filter" eq "Text with space"
&contextDimensions="My time and test dimension:1,2,2010010101"
Example for use in a calculated measure in a cube. The mask MAX_Rueckstellungen will be opened and filters SonstigeErloesundKostenarten, time and PC/KST transferred. Additionally the title Rückstellungen will be defined and the session transferred.
IIF([ErloesKosten LC]<>0,'@Session_WebAppUrl@/pivottable/?pivotform=MAX_Rueckstellungen_PLAN&contextFilters="SonstigeErloesundKostenarten" mu [Attribut_SonstigeErloesundKostenarten] and "Zeit" mu [Zeit.ID] and "PC/KST" mu [PC/KST.ID]&title=Rückstellungen&SessionID=@Session_ID@',)
Operators:
In data record masks these operators are available for value fields:
| Filteroperand | Invocation in context | Description |
| = | eq | Default "=" will be proposed and all data records will be displayed. |
| < | lt | Data records less than the entered value will be displayed. |
| > | gt | Data records bigger than the entered value will be displayed. |
| <= | le | Data records less or equal than the entered value will be displayed. |
| >= | ge | Data records bigger or equal than the entered value will be displayed. |
| <> | ne | Data records which are less or bigger than the entered value will be displayed. |
| LIKE | lk | Data records which include the entered expression will be displayed. |
Menu
Menu with display texts:
Design of the mask
Fields area
Using the fields area measures can be en-/disabled easily, filters can be added and removed, add and remove dimensions on axes, switch axes and assign measures to the X-Axis or Y-Axis. You can do this by using Drag & Drop the elements at the desired position.
The fields area can be en-/disabled with the menu. You can define if this area should be displayed as default via the URL.
Filter bar
In the filter you can see - as opposed to the windows client - only dimensions which are not defined as axis. Filter settings for dimension which are defined as axis can be done by using the filter symbol in the filter area which is shown besides the dimension or column.
Filter area for columns
Measures/dimension which are defined in the data area can be filtered directly in the area between description of the measures/dimensions and the data.
Entered data for the filtering can be removed with the "x".
Data area
In the data area measures and axis are displayed which can be changed. In the data area you can see all measures which are defined as measures in the fields area.
Implemented functions
A list of all implemented functions in the input mask can be found here.
