Teun.ToString()

by Teun Duynstee [Macaw]

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Subscriptions

News

I discontinued this blog. I now post at: www.TeunToString.net



Download Finch PocketBlogger

Post Categories

Article Categories



Wednesday, June 15, 2005 - Posts

How to filter the results from WSS in your report

I received a question from a reader asking how you can set a filter on the items returned from a list. Suppose you want to show only the Defects with status Active or Issues with Impact > 3? We cannot set the where clause, as we don't have a SQL statement. The data extension presented in the article always returns all rows.

Luckily, the Report Designer offers features to sort and filter the data returned before inserting it into the report. This is how to do it:

1. In Report Designer (in VS.NET) open your report on the Data tab. Select the ... button next to the list of datasets:

2. This will open the DataSet dialog. On the Filter tab, you can build expressions to filter the data. You can enter fixed values, but the expression builder will also help you to use global settings and passed parameters from the user in your filter.

This dialog allows you to do many more things to your data, like adding calculated columns. Check here.

posted Wednesday, June 15, 2005 6:17 AM by TeunD with 1 Comments




Powered by Dot Net Junkies, by Telligent Systems