Reporting > Native reporting system > Reporting system command language > RUNACROSSWS subcommand
  
RUNACROSSWS subcommand
The RUNACROSSWS subcommand run a report across workspaces. The output from each workspace is combined.
Syntax
SETTING { RUNACROSSWS "workspace[, workspace]..." TRUE|FALSE }
The quoted string can contain a comma-separated list of workspace identifiers. These can be found by running this statement in SAEM:
SELECT * FROM Workspaces
If no valid specification is made then the report is run across all workspaces.
TRUE restricts output for each workspace 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.
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 is ignored.
The values returned by the WorkspaceName and WorkspacePath fields are 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