WebApps:Dimension Maintenance: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
=System requirements=
=System requirements=


==Supported Browsers==
The requirements can be found [[WebApps:Requirements|here]].
* Internet Explorer 11 oder higher
* Edge
* Firefox
* Chrome


=Invocation=
=Invocation=
Line 19: Line 15:
Example with name of dimension:
Example with name of dimension:


<nowiki>https://server:4443/coplanner/DimensionsEditor/?name=Produkte</nowiki>
<nowiki>https://server:4443/coplanner/DimensionEditor/?name=Produkte</nowiki>




Line 32: Line 28:


=Menu=
=Menu=


{| class="wikitable" width="857"
{| class="wikitable" width="857"
|- {{Tabellentitel}}
|- {{Tabellentitel}}
| Button
| Schaltfläche
| Action
| Aktion
|-
|-
| [[Image:ReportViewer_CoPlanner.JPG]]
| [[Image:ReportViewer_CoPlanner.JPG]]
| Back to last page.
| Back to last page
|-
|-
| [[Image:ReportViewer_MenueOpenClose.JPG]]
| [[Image:ReportViewer_MenueOpenClose.JPG]]
| Open/Close of display text of menu.
| Open/Close of display text of menu
|-
|-
| [[Image:Web_Speichern.PNG]]
| [[Image:Web_Speichern.PNG]]
| Saves all changes  
| Saves all changes
|-
| [[Image:Dim_Felderbereich.PNG]]
| Open/Close fields area to set attributes visible or invisible
|-
|-
| [[Image:Web_Zuruecksetzen.PNG]]
| [[Image:Web_Zuruecksetzen.PNG]]
Line 52: Line 50:
|-
|-
| [[Image:Web_Loeschen.PNG]]
| [[Image:Web_Loeschen.PNG]]
| Deletes the selected element  
| Deletes the selected element
|-
|-
| [[Image:Web_NeuesElementEbenedarunter.PNG]]
| [[Image:Web_NeuesElementEbenedarunter.PNG]]
| Create new element on level below  
| Create new element on level below
|-
|-
| [[Image:Web_NeuesElementGleicheEbene.PNG]]
| [[Image:Web_NeuesElementGleicheEbene.PNG]]
| Create new element on same level  
| Create new element on same level
|-
| [[Image:Ber_Dimelemenet_EbeneDarunter.PNG]]
| Create new calculated element on level below
|-
| [[Image:Ber_Dimelemenet_GleicheEbene.PNG]]
| Create new calculated element on same level
|-
|-
| [[Image:Web_NachLinksVerschieben.PNG]]
| [[Image:Web_NachLinksVerschieben.PNG]]
| Switch element to next higher level  
| Switch element to next higher level
|-
|-
| [[Image:Web_NachRechtsVerschieben.PNG]]
| [[Image:Web_NachRechtsVerschieben.PNG]]
| Switch element below element above  
| Switch element below element above
|-
|-
| [[Image:Web_NachObenVerschieben.PNG]]
| [[Image:Web_NachObenVerschieben.PNG]]
| Switch element up on same level  
| Switch element up on same level
|-
|-
| [[Image:Web_NachUntenVerschieben.PNG]]
| [[Image:Web_NachUntenVerschieben.PNG]]
Line 73: Line 77:
|-
|-
| [[Image:Web_Sortieren.PNG]]
| [[Image:Web_Sortieren.PNG]]
| Sort dimension element in alphabetical order  
| Sort dimension element in alphabetical order
|-
|-
| [[Image:Web_Suche.PNG]]
| [[Image:Web_Suche.PNG]]
| Opens dialog field "Search"  
| Opens dialog field "Search"
|-
|-
| [[Image:Web_AttributspaltenAnzeigen.PNG]]
| [[Image:Web_AttributspaltenAnzeigen.PNG]]
| Shows attribute columns of dimension
| Shows attribute columns of dimension
|-
| [[Image:Ber_Dimelemente_Check.PNG]]
| Checks, if all calculated elements are valid
|-
| [[Image:Veroeffentlichen.JPG]]
| Publish the dimension
|-
| [[Image:Pivotform_ExcelExport.PNG]]
| Opens the dialog for an export to a XLSX file
|-
| [[Image:Pivotform_CSVExport.PNG]]
| Opens the dialog for an export to a CSV file
|}
|}


__NOEDITSECTION__
__NOEDITSECTION__


[[Category:WebApps|Dimensionswartung]]
[[Category:WebApps|Dimension Maintenance]]
[[de:WebApps:Dimensionswartung]]

Latest revision as of 08:52, 29 June 2023

System requirements

The requirements can be found here.

Invocation

<WebAppUrl of server (replace "+" with Servername/IP address)>/DimensionEditor/?name=<Dimension name>

oder

<WebAppUrl of server (replace "+" with Servername/IP address)>/DimensionEditor/?id=<COPSYS_ID of dimension>


Example with name of dimension:

https://server:4443/coplanner/DimensionEditor/?name=Produkte


Invocation with e.g. Tiles should be done with Session-Variable @Session_WebAppUrl@. e.g.:

@Session_WebAppUrl@/DimensionEditor/?name=Produkte


Extended Invocation

  • hideSessionHeader: Defines if the session header should be visible or not (true fades out the Session-Header). Default while opening is false

Menu

Schaltfläche Aktion
Back to last page
Open/Close of display text of menu
Saves all changes
Open/Close fields area to set attributes visible or invisible
Reset of dimension
Deletes the selected element
Create new element on level below
Create new element on same level
Create new calculated element on level below
Create new calculated element on same level
Switch element to next higher level
Switch element below element above
Switch element up on same level
Switch element down on same level
Sort dimension element in alphabetical order
Opens dialog field "Search"
Shows attribute columns of dimension
Checks, if all calculated elements are valid
Publish the dimension
Opens the dialog for an export to a XLSX file
Opens the dialog for an export to a CSV file