Dec 12, 2006 #1 qwertyu1 Technical User Nov 1, 2006 57 US hello all, iam using crystal xi and oracle 9. i have a one database date field. on that i have to create parameters like start_date and end_date. (i.e user has to enter these two dates.) how can i create paramter fields on this field. help requested.
hello all, iam using crystal xi and oracle 9. i have a one database date field. on that i have to create parameters like start_date and end_date. (i.e user has to enter these two dates.) how can i create paramter fields on this field. help requested.
Dec 12, 2006 #2 GJParker Programmer Jul 4, 2002 1,614 GB Create a date range paramater call it date_range, set the type to date and in the options set Allow range values to True. Then simply use this in your record se;ection formula i.e. {MyTable.DateField} In {?date_range} HTH Gary Parker MIS Data Analyst Manchester, England Upvote 0 Downvote
Create a date range paramater call it date_range, set the type to date and in the options set Allow range values to True. Then simply use this in your record se;ection formula i.e. {MyTable.DateField} In {?date_range} HTH Gary Parker MIS Data Analyst Manchester, England