Working with Reporting Services Filters – Part 2: The LIKE Operator

December 30, 2010
Tags: ,

In the first post of this series, I introduced the use of filters within the report rather than in the query. I included a list of filter operators, and then focused on the use of the IN operator. As I mentioned in the previous post, the use of some of these operators is not obvious, [...]

7

Working with Reporting Services Filters–Part 1

December 21, 2010
Tags: ,

There are two ways that you can filter data in Reporting Services. The first way, which usually provides a faster performance, is to use query parameters to apply a filter using the WHERE clause in a SQL statement. In that case, the structure of the filter depends upon the syntax recognized by the source database. [...]

5

Using Dynamic MDX in Reporting Services: Part 2

October 9, 2010
Tags: , ,

In this post, I continue my exploration of approaches to working with dynamic MDX in a Reporting Services dataset when you are using Analysis Services as a data source. I began this series with a look at string conversion functions in Part 1. In Part 1, the dynamic MDX relied on parameters that work as [...]

4

Using Dynamic MDX in Reporting Services: Part 1

October 7, 2010
Tags: , ,

If you’re using Analysis Services as a data source for Reporting Services reports, you can build a simple dataset using the graphical query designer, but you’ll want to switch to the generic query designer to create the MDX query string manually when you have more advanced requirements. Using the generic query designer, you can: ยท [...]

4

Do-It-Yourself Map Gallery in SQL Server 2008 R2 Reporting Services

August 31, 2010

A common question that I get when introducing the map feature in SQL Server 2008 R2 Reporting Services is why the map gallery is limited to maps of the United States and individual states in the US. The reason as I’ve heard it explained is that the political boundaries for other countries are sometimes in [...]

2