hexagon logo

Report als csv Datei ausgeben

Hallo
Gibt es einen einfachen Weg den erstellten Report mit den Messergebnissen auch als csv Datei (also für Excel) auszugeben?
Bei den anderen Messsoftwaren die ich kenne gibt es die Möglichkeit die Ausgabeart einfach auszuwählen z.B. pdf ,csv ,txt oder html.

Gruß Stefan
Parents
  • Hello Stefan,

    to export to.csv you can try this command:

    !---CSV EXPORT-----------------------------------------------------------
    !SAVE LOCATION
    ~DIRECTORY='C:\FOLDER\'
    CRELNM (LOG=EXPORTDIMENSION:, EQV=~DIRECTORY)
    !EXPORT
    STCEXCEL (VAL=EXPORTDIMENSION:FILENAME.csv, VL2=QUE:$RPO, VL3=PV)
    !------------------------------------------------------------------------
Reply
  • Hello Stefan,

    to export to.csv you can try this command:

    !---CSV EXPORT-----------------------------------------------------------
    !SAVE LOCATION
    ~DIRECTORY='C:\FOLDER\'
    CRELNM (LOG=EXPORTDIMENSION:, EQV=~DIRECTORY)
    !EXPORT
    STCEXCEL (VAL=EXPORTDIMENSION:FILENAME.csv, VL2=QUE:$RPO, VL3=PV)
    !------------------------------------------------------------------------
Children
No Data