Troubleshooting : System Architect XT error messages and problems : Report parsing errors
  
Report parsing errors
These rules apply in SAXT Reader mode and when reporting across workspaces:
Each level should have either a Select statement or a Where clause
Partial keyword has to be between Select and Where clauses
Example:
Select Name
Partial
Where Class = Diagram
Diagram keyword has to follow WHERE clauses
Example:
Select Name
Where Class = Diagram
Diagram
Subreport keyword has to be before Diagram keyword
Example:
Select Name
Where Identity =1234
SUBREPORT "Parent Diagram" { }
Diagram
Subreport names should not contain comma (,) characters
These will cause the report to fail with an object error.
Go up to
System Architect XT error messages and problems