|
-
Jan 3rd, 2009, 11:47 AM
#1
Thread Starter
Lively Member
-
Jan 3rd, 2009, 08:44 PM
#2
Re: [2005] Generate Report between two dates
Could be
1.- Ask for the dates range inside the application, generate the table or recordset or dataset that crystal reports will read
or
2.- In Crystal Reports, insert a parameter field that ask the user for a range of dates and use that Parameter field in the Record Selection formula
Last edited by jggtz; Jan 3rd, 2009 at 08:48 PM.
-
Jan 3rd, 2009, 11:59 PM
#3
Thread Starter
Lively Member
Re: [2005] Generate Report between two dates
 Originally Posted by jggtz
Could be
1.- Ask for the dates range inside the application, generate the table or recordset or dataset that crystal reports will read
or
2.- In Crystal Reports, insert a parameter field that ask the user for a range of dates and use that Parameter field in the Record Selection formula
Thank you for your reply.
First thing i can pass two dates in the parameeter value but in function i cannot find the Between And Operator for the forumla
-
Jan 4th, 2009, 07:11 PM
#4
Re: [2005] Generate Report between two dates
Considering that the Range of Dates Parameter Field is an array, then your RecordSelectionFormula should be as :
Code:
{Table.DateField} IN {?DateRangeParameter}
Last edited by jggtz; Jan 5th, 2009 at 10:57 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|