Reporting : Native reporting system : Reporting system command language : RUNACROSSWS subcommand
  
RUNACROSSWS subcommand
Instructs the reporting system to run a report across workspaces. What happens is that the output from each workspace is combined.
SETTING { RUNACROSSWS "" FALSE }
The quoted string can contain a comma-separated list of workspace identifiers. These can be found by executing this statement in SAEM:
SELECT * FROM Workspaces
If no valid specification is made then the report is run across all workspaces.
The final parameter, if TRUE, causes output for each workspace to be restricted to those records that were stored in that workspace. This means creations and modifications made in this workspace, so excludes anything that was inherited from parent workspaces that was not changed.
Notes
1 Where the report is referenced from or specified within an SAXT page file and specified there to be run across workspaces, this REPORT-level setting command will be ignored.
2 The values returned by the WorkspaceName and WorkspacePath fields will be those of the workspace being reported on, when a report is run across workspaces, in order to understand records that might otherwise appear to be duplicates.
Parent topic
Reporting system command language