Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
Cartesian Joins between large tables consume vast amounts of memory and compute resources as every row in one table is joined to every row in another table. At best, this degrades the performance experience for other users in the system. At worst, the resulting memory spike can bring down a server node with the memory depletion.
Because of the impact, the VLDB Property, Cartesian Join Warning, introduced in Strategy 2020 Update 2 exists to protect the system in Live Connect to Project Schema scenarios. However, there is no governing for in-memory executions, including data blending which creates unnecessary risk to the stability and performance of the Intelligence Server.
You can enable the new setting, Cartesian Join Governing, to govern all the Cartesian Joins for SQL, MDX, and In-memory queries, except for two business cases which require Cartesian Join. The new VLDB Property is accessible in Strategy Developer, Web, and Workstation. For more details, refer to How to set VLDB Property Cartesian Join Governing.
The new VLDB Property has the following 3 options:
If option 2 or 3 are selected, Cartesian Join Governing replaces Cartesian Join Warning and Cartesian Join Warning no longer works and becomes obsolete.
The following internationalized error message may appear for a report, document, or dossier which produces a Cross Join when Cartesian Join Governing is set to Cancel Execution.

In some cases, error occurs unexpectedly due to Cross join detected. Here are some sample cases and workaround.
Case 1: Derived attribute defined with a constant value
Case 2: Cross Join is used to apply unrelated filter
The Strategy Internal Reference Number for the issue discussed in this technical note is KB484141 and F24210.