hexagon logo

Can PRINT/REPORT generate CSVs ?

We are using PCDMIS v2021.2 and in our programs we use PRINT/REPORT command to generate PDFs on the PCDMIS PC.

We also use XML/STATS to generate XML reports and save them to a file server.

We have a new requirement to generate CSV reports now, in addition to the PDFs and XMLS.

Is there a straightforward way of doing this with the PRINT/REPORT command?

The CSVs are to be written to a file server in the same way that the XMLS are. 

Thanks!

z


Parents
  • Thanks everyone. It turns out that, ExcelFormReport command, if added at the top level of a program structured by subroutines (inside the same program file), will generate an empty report. Not sure if that is a bug.

    By instead inserting an ExcelFormReport at the end of each subroutine in the program, we get the expected, populated CSV report! 

    Hope that is useful for others.

Reply
  • Thanks everyone. It turns out that, ExcelFormReport command, if added at the top level of a program structured by subroutines (inside the same program file), will generate an empty report. Not sure if that is a bug.

    By instead inserting an ExcelFormReport at the end of each subroutine in the program, we get the expected, populated CSV report! 

    Hope that is useful for others.

Children
No Data