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

Date Range Parameter 1

Status
Not open for further replies.

rmiller11

MIS
Jan 20, 2003
43
US
I am not sure how to do a date range parameter. I am new to parameters.

I have a field called WoShipLog.ShipDate and I want the report to ask the beginning >= and ending <= Dates.
 
Select Insert-Field Object->Right Click parameters and select New.

Change the type to Date and select Range Values.

Now select Report->Edit Selection Formula->Record and place:

{WoShipLog.ShipDate} = {?MyDateRangeParm}

Replacing {?MyDateRangeParm} with your parameter name.

-k
 
I must be missing something. It askes the date but when the report prints, it does not give me the date specified.

Parameter -> Ship Date:
ValueType: Date Time, Options: Range value, Options: Range Limited Field

Formula Field: ShipDT
{WoShipDateMult.PackSlipDate} = {?Ship Date}

 
Check the previous post:

Now select Report->Edit Selection Formula->Record and place:

{WoShipLog.ShipDate} = {?MyDateRangeParm}

What does it does not give me the date specified mean, it gives you records but not the date specified?

Copy and paste the record selection formula you used, and also the SQL (Database->Show SQL Query)

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top