Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
Gets a list of all reports for a project.
Since 7.8.1
This function accepts keyword arguments.
system.report.getReportNamesAsList(project)
String project - The name of the project where the reports are located. Optional in client scope.
List - A list of report paths for the project. Returns an empty list if the project has no reports.
IllegalArgumentException - Thrown when any of the following occurs: If the project name is omitted in the Gateway scope, project does not exist.
All
# Gets a list of reports for the current project and prints it reports = system.report.getReportNamesAsList() for report in reports: print report
Comparisons Line Reports/Line 1/Defect rates Line Reports/Line 1/Production Line Reports/Line 2/Defect Rates