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

Parameter not working.

Status
Not open for further replies.

nikol

Programmer
Apr 12, 2005
126
US
I have used a Static parameter to filter the report on date range.
I have used 2 formula's
Minimum ({parameter}) for starting date
&
maximum ({parameter}) for end date, & place these formula's in Report header.
In parameters I kept "Custom values" & Range values' to TRUE.
Its not working.
 
You have to add the parameter to the record selection formula. Go to report->selection formula->record and enter:

{table.date} in {?daterange}

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top