Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
The New Dossier TXN feature is available on Strategy Workstation and Strategy Library only, it is not available on Strategy Web. On the MSTR Workstation, you need to save a newly created dossier with a modern grid to Intelligence Server first then to see the entry point to configure the TXN.

Strategy supports connectivity to multiple Hadoop components and SaaS applications through an ODBC or JDBC driver. Example: Hive, Salesforce, MongoDB. These drivers support data retrieval (queries) but do not support data manipulation. The dossier transaction feature cannot be used with them.



The SQL view in the transaction configuration dialog is a way to show the mapping view configuration in SQL. This view supports the basic customization of SQL statements. It is not another freeform SQL report editor.

If the user type the database name space and table name directly into the editor, the SQL view treats them as a string.

For inline editing manipulations, if the user is expected to update data in one row or delete one row, it is necessary to use the primary key of the target database table or column with unique value in the WHERE clause. Otherwise, all rows meet the WHERE clause conditions and are updated/deleted.
Do not use decimal, double, or float data types in the WHERE clause, as the data precision may fail to match a row correctly.
For inline editing manipulations, if the user expects to update data in one cell/one row, but the transaction is configured on a grid based on an in-memory cube/dataset, there it is possibility that non-updated data will unintentionally overwrite updated data.
In Strategy 2021 Update 6, by default , the configuration dialog put “VarChar” for all attributes and “Integer” for all metrics in the input configuration section and rely on the Dossier author to put int he proper data type.

In Strategy 2021 Update 7, by default , in the mapping view, the configuration dialog get the data type from the target table and uses this conversion table to convert it to the closest displaying data type:



For not supported datatype, we display "VarChar" as the default type, the user can access the full short list to assign a proper one.
For the SQL view, the data type is populated with the data type of the template object forms, the user can access the full short list to assign a proper one.
For a template object shared in mapping view/SQL view, shared among different TXN manipulations, once the default data type is set, it will not change unless a user manually update it.
https://community.Strategy.com/s/article/KB485720-Dossier-transaction-gateway-usage-suggestions-and-workarounds-for-known-defects-limitations?language=en_US