November 2016
Beginner to intermediate
586 pages
12h 26m
English
In this chapter, we will cover the following recipes:
When reporting with multi-dimensional data using MDX queries, there are usually two approaches. One is to use a parameterized MDX query. Another is to use a concatenated dynamic MDX query. In the parameterized MDX query approach, only the values of parameters are passed from the reporting tool, and the MDX query is in the form of parameterized query. In the concatenated dynamic MDX query approach, the entire query is constructed in the reporting tool with string manipulation.
In the SQL Reporting ...
Read now
Unlock full access