Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter Date Parameters

Status
Not open for further replies.

GP777

Technical User
Nov 11, 2002
1
US
I created a report from SQL view. I am trying to create date prompt; but the crystal is not filtering the data by date. Is there a special formula that crystal needs for date prompt?
 
Since you didn't share what formula you used, I'll just supply a generic overview:

Create a parameter of type date (I'll refer to it as MyDateParm).

Select Report-Edit Record Selection->Record

Now place something like:

{MyTable.MyDateField} >= {?MyDateParm}

This will filter rows to only those greater than the date entered in the parameter.

-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top