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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Range for Date

Status
Not open for further replies.

Steveie

Technical User
Joined
Feb 7, 2002
Messages
5
Location
GB
Does anyone know how to do date range using the between function in select expert. I can get the is equal to work but when I select between parameter it is not there.
 
You can create two parameters: start and end. Don't use select expert. Do it through Report, Edit Selection Formulat, Record then enter this code:
{datefield} in {?start} to {?end}
 
also, you can create one parameter instead of 2, and make it a date range parameter. To display this parameter on your report header, write a formula:

totext(minimum({?DRParm}))+" to "+totext(maximum({?DRparm})) Software Support for Sage Mas90, Macola, Crystal Reports, Goldmine and MS Office
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top