Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Crystal .NET Blog

Sample codes, tips, random rantings on Crystal Reports, Crystal Enterprise etc...

Filtering out data in a report

If you want to filter out the data your report returns such as only people whose last name starts with letter A-L, you'll want to use the SelectionFormula for filtering out the data at runtime.   The formula editor allows you to create design-time filters.  Here's the link to a tutorial that has the sample code for using the Selection Formula to do this filtering out of data:

http://www.businessobjects.com/products/dev_zone/granville_beta/GranvilleBetaOnlineHelp/html/crtsktutorialscrvselectionformulas.htm

The selection formula tutorial uses the API, and therefore is intended to create run-time filters.

 
The tutorial allows you to make selections in the web page that apply modified filters to the report upon clicking of the submit button.
 
Good luck,
Y
Sponsor
Published Tuesday, September 07, 2004 5:11 PM by crystal

Comments

No Comments
Anonymous comments are disabled