Retrieving Aggregate Data from Analysis Services for Reports

March 8, 2011

It’s the second Tuesday of the month, so that means it’s T-SQL Tuesday! This month’s host is Jes Borland (blog | twitter) and the topic is Aggregate Functions. I agree with Doug Lane (blog | twitter), who pointed out in his T-SQL Tuesday post that it’s best if you use the database engine to calculate [...]

5

Working with Reporting Services Filters–Part 5: OR Logic

February 4, 2011
Tags: ,

When you combine multiple filters, Reporting Services uses AND logic. Once upon a time, there was actually a drop-down list for selecting AND or OR between filters which was very confusing to people because often it was grayed out. Now that selection is gone, but no matter. It wouldn’t help us solve the problem that [...]

1

The Case of the Missing Date/Time Stamp: Reporting Services 2008 R2 Snapshots

January 25, 2011

This week I stumbled upon an undocumented “feature” in SQL Server 2008 R2 Reporting Services as I was preparing a demonstration on how to set up and use report snapshots. If you’re familiar with the main changes in this latest release of Reporting Services, you probably already know that Report Manager got a facelift this [...]

0

Working with Reporting Services Filters – Part 4: Creating a NOT IN Filter

January 20, 2011
Tags: ,

A question came in from a reader asking about how to create a NOT IN filter. You can see in the first of this series of blog posts about Reporting Services filters, NOT IN is not available in our list of operators for filters. However, it’s still possible to produce a filter that excludes items [...]

3

Working with Reporting Services Filters – Part 3: The TOP and BOTTOM Operators

January 7, 2011
Tags: ,

Thus far in this series, I have described using the IN operator and the LIKE operator. Today, I’ll continue the series by reviewing the TOP and BOTTOM operators. Today, I happened to be working on an example of using the TOP N operator and was not successful on my first try because the behavior is [...]

0