Tuesday, March 20, 2012

Crystal reports

I am working on creating Crystal Reports from a SQL database.
In CR you can define a multiple range parameter i.e. 1-10, 100-200, 300-400 and Cr will filer records that satisfy this criteria.
How can I transfer this functionality using a stored procedure?What functionality? Filtering? A stored procedure can do that by being passed the Min and Max as paramters, of course.

No comments:

Post a Comment