MDX with Custom
Queries
Spotfire Custom Query capability is great for
SQL-based data extraction, however it can also be used to extract data using MDX or
other non-SQL based query language. This
can be done by injecting the custom syntax inside a SQL FROM clause.
You can also save the Query/Connection to Spotfire Library and then reuse across multiple analysis.
Here’s an example of passing MDX using a SQL Server
connection. In this scenario, the
OPENQUERY function is used inside the FROM clause in order to pass the MDX to a
linked MSAS Cube.
Once connected, the data can be used in-memory or kept
external. The data connection behaves
just like a standard SQL-based data connection.
Where do I find this window of writing MDX ??
ReplyDelete