Aug 9, 2004 #1 Hellopin Programmer May 14, 2004 13 US I want to get the data between date range can anyone know me the formula for that
Aug 9, 2004 #2 dgillz Instructor Mar 2, 2001 10,038 US Please explain what you mean by "get the data between date range". Much more info is needed to adequately answer your question. Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports http://www.trianglepartners.com Upvote 0 Downvote
Please explain what you mean by "get the data between date range". Much more info is needed to adequately answer your question. Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports http://www.trianglepartners.com
Aug 9, 2004 Thread starter #3 Hellopin Programmer May 14, 2004 13 US i want to get the data from Database (SQL SERVER) between two dates from the date field and the date fields are parameter does this makes sense Upvote 0 Downvote
i want to get the data from Database (SQL SERVER) between two dates from the date field and the date fields are parameter does this makes sense
Aug 9, 2004 #4 bdreed35 Programmer Mar 2, 2003 1,549 US I think things are still a little unclear but I think this is what you have: You want data to be returned from your database where a database date field is in a range that is defined by 2 parameters. Try this: Go to Report, Selection Formulas, Record. Enter this into the editor window, but modify it with your fields: {table.date_field} in {@Date_Parameter1} to {@Date_Parameter2} If this is not what you are looking for, I think you will need to get more detailed in your response. ~Brian Upvote 0 Downvote
I think things are still a little unclear but I think this is what you have: You want data to be returned from your database where a database date field is in a range that is defined by 2 parameters. Try this: Go to Report, Selection Formulas, Record. Enter this into the editor window, but modify it with your fields: {table.date_field} in {@Date_Parameter1} to {@Date_Parameter2} If this is not what you are looking for, I think you will need to get more detailed in your response. ~Brian