WebApps:Dimension Maintenance: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "__TOC__ =Systemvoraussetzungen= ==Unterstütze Browser== * Internet Explorer 11 oder höher * Edge * Firefox * Chrome =Aufruf= <WebAppUrl des Servers (das + durch Servernam..." |
No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
= | =System requirements= | ||
The requirements can be found [[WebApps:Requirements|here]]. | |||
= | =Invocation= | ||
<WebAppUrl | <WebAppUrl of server (replace "+" with Servername/IP address)>/DimensionEditor/?name=<Dimension name> | ||
oder | oder | ||
<WebAppUrl | <WebAppUrl of server (replace "+" with Servername/IP address)>/DimensionEditor/?id=<COPSYS_ID of dimension> | ||
Example with name of dimension: | |||
<nowiki>https://server:4443/coplanner/ | <nowiki>https://server:4443/coplanner/DimensionEditor/?name=Produkte</nowiki> | ||
Invocation with e.g. Tiles should be done with Session-Variable @Session_WebAppUrl@. e.g.: | |||
@Session_WebAppUrl@/DimensionEditor/?name=Produkte | @Session_WebAppUrl@/DimensionEditor/?name=Produkte | ||
=== | ===Extended Invocation=== | ||
:* hideSessionHeader: | :* hideSessionHeader: Defines if the session header should be visible or not (true fades out the Session-Header). Default while opening is false | ||
=Menu= | |||
{| class="wikitable" width="857" | {| class="wikitable" width="857" | ||
| Line 40: | Line 35: | ||
|- | |- | ||
| [[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:Web_Speichern.PNG]] | | [[Image:Web_Speichern.PNG]] | ||
| | | 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]] | ||
| | | Reset of dimension | ||
|- | |- | ||
| [[Image:Web_Loeschen.PNG]] | | [[Image:Web_Loeschen.PNG]] | ||
| | | Deletes the selected element | ||
|- | |- | ||
| [[Image:Web_NeuesElementEbenedarunter.PNG]] | | [[Image:Web_NeuesElementEbenedarunter.PNG]] | ||
| | | Create new element on level below | ||
|- | |- | ||
| [[Image:Web_NeuesElementGleicheEbene.PNG]] | | [[Image:Web_NeuesElementGleicheEbene.PNG]] | ||
| | | 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 | ||
|- | |- | ||
| [[Image:Web_NachRechtsVerschieben.PNG]] | | [[Image:Web_NachRechtsVerschieben.PNG]] | ||
| | | Switch element below element above | ||
|- | |- | ||
| [[Image:Web_NachObenVerschieben.PNG]] | | [[Image:Web_NachObenVerschieben.PNG]] | ||
| | | Switch element up on same level | ||
|- | |- | ||
| [[Image:Web_NachUntenVerschieben.PNG]] | | [[Image:Web_NachUntenVerschieben.PNG]] | ||
| | | Switch element down on same level | ||
|- | |- | ||
| [[Image:Web_Sortieren.PNG]] | | [[Image:Web_Sortieren.PNG]] | ||
| | | Sort dimension element in alphabetical order | ||
|- | |- | ||
| [[Image:Web_Suche.PNG]] | | [[Image:Web_Suche.PNG]] | ||
| | | Opens dialog field "Search" | ||
|- | |- | ||
| [[Image:Web_AttributspaltenAnzeigen.PNG]] | | [[Image:Web_AttributspaltenAnzeigen.PNG]] | ||
| | | 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