Troubleshooting : System Architect error messages and problems : System Architect problems : Report parsing errors
  
Report parsing errors
These rules apply 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
Go up to
System Architect problems