With this switch, ibaAnalyzer starts, loads a specified DAT file and performs an analysis in accordance with the specified analysis. Thereafter, the integrated report generator is started, and the data is printed on the Windows default printer using a report layout specified in the analysis if the [:filename] option was not used with the switch.

If you use the [:filename] switch option, the report is written to a file instead of being printed. You specify the desired file type using the file name extension. Many customary formats are supported, including, for example, .pdf, .htm, .rtf, .tiff, .jpg, .xls.

Example /report[:filename]

Print report

C:\ibaAnalyzer.exe C:\dat\pda040.dat C:\iba\rep.pdo /report

Save report to PDF

C:\ibaAnalyzer.exe C:\dat\pda040.dat C:\iba\rep.pdo /report:"c:\report1.pdf"

You can also create the report using database queries. After a standard or trend query, you can create a report with the selected data. Use the corresponding file extensions .sql or .pdo.

Example /report[:filename] using a database query

C:\ibaAnalyzer.exe /sql:"C:\iba\merge.sql";sync:"STRIP_ID" 8 C:\iba\strip_rep.pdo /report:"c:\tmp\report1.pdf"