New

Expose Passolo Reporting to the Object Model

Hi,

I have many things automated in my workflow but one exception is the ability to automate the generation of statistics reports.

Currently, I do this by:

  1. Manually open the project
  2. Manually run a report
  3. Manually export the report
  4. Automate generate of my wordcount spreadsheet.

It would be great if the Report feature in Passolo could be part of the Object Model.

Thanks

Mark

Parents
  • The word count statistics is already part of the Object Model and with a slightly different approach you can already achieve the above.

    1. Automatically open the project using CLI with parameter /openproject:c:\myProject.lpu

    2. Run a macro that uses  the PslTransList.GetStatistics method to create and maybe sum up the statistics for the whole project or selected languages/translation lists. This macro can already create an Excel spreadsheet and store the data in the format you want to have. Macro can also be called automatically in CLI scripts using /runmacro=ExportStatistics2Excel.bas

    3. Close the project /closeproject

Comment
  • The word count statistics is already part of the Object Model and with a slightly different approach you can already achieve the above.

    1. Automatically open the project using CLI with parameter /openproject:c:\myProject.lpu

    2. Run a macro that uses  the PslTransList.GetStatistics method to create and maybe sum up the statistics for the whole project or selected languages/translation lists. This macro can already create an Excel spreadsheet and store the data in the format you want to have. Macro can also be called automatically in CLI scripts using /runmacro=ExportStatistics2Excel.bas

    3. Close the project /closeproject

Children
No Data