Jun 13, 2003 #1 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.
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.
Jun 13, 2003 1 #2 synapsevampire Programmer Mar 23, 2002 20,180 US 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 Upvote 0 Downvote
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
Jun 13, 2003 Thread starter #3 rmiller11 MIS Jan 20, 2003 43 US 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} Upvote 0 Downvote
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}
Jun 13, 2003 #4 synapsevampire Programmer Mar 23, 2002 20,180 US 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 Upvote 0 Downvote
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
Jun 13, 2003 Thread starter #5 rmiller11 MIS Jan 20, 2003 43 US It is working... Thank you for your help. Upvote 0 Downvote