Reports use queries to extract data from data stores, and then present the results to a user. At a low level, there are two main ways of creating queries.
1. Using a query language appropriate to the data store, e.g. SQL or MDX.
2. Use of semantic layer
[Continue reading...]
1. Using a query language appropriate to the data store, e.g. SQL or MDX.
2. Use of semantic layer