Export von Daten im Bestandsgraph: Unterschied zwischen den Versionen

Aus Asprova Hilfe
Wechseln zu: Navigation, Suche
(Export in Textdatei)
Zeile 6: Zeile 6:
 
# Öffnen Sie den Bestandsgraphen
 
# Öffnen Sie den Bestandsgraphen
 
# Klicken Sie im Menü [Diagramm] > [Bestandsgraph] > [Export: Tabellenformat] beziehungsweise [Export: RDB-Format]
 
# Klicken Sie im Menü [Diagramm] > [Bestandsgraph] > [Export: Tabellenformat] beziehungsweise [Export: RDB-Format]
# Geben Sie im folgenden Dialog "Speichern unter" einen Dateinamen (zum Beispiel: .TXT) ein und klicken Sie auf "OK". Die Daten des Auslastungsgraphen werden im entsprechenden Format in die angegebene Datei exportiert.
+
# Geben Sie Dialog 'Speichern unter' den gewünschten Pfad und Dateinamen ein.
  
 
=== Kontextmenü ===
 
=== Kontextmenü ===
 
# Öffnen Sie den Bestandsgraphen
 
# Öffnen Sie den Bestandsgraphen
# In the right-click menu of the upper left corner box of the inventory graph, select "Inventory Graph Export: Spreadsheet Format" or "Inventory Graph Export: RDB Format".
+
# Klicken sie im Kontextmenü der linken oberen Ecke auf [Bestandsgraphexport: Tabellenformat] beziehungsweise [Bestandsgraphexport: RDB-Format]
# A save file dialog box is displayed. Specify a file name to save the data.
+
# Geben Sie Dialog 'Speichern unter' den gewünschten Pfad und Dateinamen ein.
  
 
=== Formate ===
 
=== Formate ===

Version vom 28. Oktober 2021, 16:18 Uhr

Hilfe Nummer: 169000

Export in Textdatei

Hauptmenü

  1. Öffnen Sie den Bestandsgraphen
  2. Klicken Sie im Menü [Diagramm] > [Bestandsgraph] > [Export: Tabellenformat] beziehungsweise [Export: RDB-Format]
  3. Geben Sie Dialog 'Speichern unter' den gewünschten Pfad und Dateinamen ein.

Kontextmenü

  1. Öffnen Sie den Bestandsgraphen
  2. Klicken sie im Kontextmenü der linken oberen Ecke auf [Bestandsgraphexport: Tabellenformat] beziehungsweise [Bestandsgraphexport: RDB-Format]
  3. Geben Sie Dialog 'Speichern unter' den gewünschten Pfad und Dateinamen ein.

Formate

Tabelle

Exports values in the inventory graph by a spreadsheet-format (table-format) text file.

In spreadsheet format, values are output in a matrix with vertical axis representing items and the horizontal axis representing time.

2003/06/02 00:00:00,86400
Artikel A - Raw materials, 0.000000,-19.791667,-30.000000,-30.000000,...
Artikel B - Raw materials, 0.000000,0.000000,-6.197917,-25.000000,...
...

The first row represents the start time and summary period (the number of seconds). The second row and after represent data, and the first field represents resource code and the second field and after represent data for each summary period.

When the summary period is set to "Demarcation times", the first row will be a list of the start time and demarcation times.

2003/06/02 00:00:00,{00:00:00;04:00:00;08:00:00;16:00:00}
Artikel A - Material, 0.000000,-19.791667,-30.000000,-30.000000,...
Artikel B - Material, 0.000000,0.000000,-6.197917,-25.000000,...
...

RDB

Exports values in the inventory graph by a RDB-format (record-format) text file.

In RDB format, values are output as "time / item / value" in a row of horizontal axis.

Artikel A - Material,2003/06/04 00:00:00,0.000000
Artikel A - Material,2003/06/05 00:00:00,-19.791667
Artikel A - Material,2003/06/06 00:00:00,-30.000000
Artikel A - Material,2003/06/07 00:00:00,-30.000000
...
Artikel B - Material, 2003/06/05 00:00:00,0.000000
Artikel B - Material, 2003/06/06 00:00:00,-6.197917
Artikel B - Material, 2003/06/07 00:00:00,-25.000000
Artikel B - Material, 2003/06/08 00:00:00,-25.000000
...

The first field of each row represents resource code, the second field represents time and the third field represents a value.

Tabelle erstellen

Use the Generate Table (Inventory Graph) command to generate an inventory graph table and export it in DBIO.

Hinweis

Ist der [Zusammenfassungsmodus] des Bestandsgraphen auf "Nichts" gesetzt, so ist kein Export möglich.

Verwandte Themen


Hilfe Nummer: 169000