Hi, I am having a trouble with a report I am trying generate. I have some experiences with crystal reports, but this report I am trying to pull has gotten me stump. Any help/advice is very much appreciated.
We have a database that data gets enter on a daily basis. I connect to crystal reports through OLE DB (ADO). The following fields are fields that I need to show in the report.
Table name: FEES
LastName_
FirstName_
State_ (ex: GA)
Month_ (number 1-12)
Date_Created (date and time)
A total of 2140 people are in the database.
The field name "Date_created" (located in the same FEES table) which records the date and time that the record was recorded.
The report that I need to generate needs to pull data (lastname, firstname, state, and month, Date_Created) that did not report at the end of the month.
So, if John Smith did not reported his data for the month of October, I need his information (lastname, firstname, state, month, Date_Created) to pull from the data.
I tried using the Select Expert with this formula:
{FEES_Month} = 9.00 and
not ({FEES.Date_Created} in DateTime (2011, 05, 03, 08, 26, 48) to DateTime (2011, 10, 07, 13, 27, 02))
But there are data (35 out of 2140) that have not been enter in the month 9 and it is not showing up.
Thanks!
We have a database that data gets enter on a daily basis. I connect to crystal reports through OLE DB (ADO). The following fields are fields that I need to show in the report.
Table name: FEES
LastName_
FirstName_
State_ (ex: GA)
Month_ (number 1-12)
Date_Created (date and time)
A total of 2140 people are in the database.
The field name "Date_created" (located in the same FEES table) which records the date and time that the record was recorded.
The report that I need to generate needs to pull data (lastname, firstname, state, and month, Date_Created) that did not report at the end of the month.
So, if John Smith did not reported his data for the month of October, I need his information (lastname, firstname, state, month, Date_Created) to pull from the data.
I tried using the Select Expert with this formula:
{FEES_Month} = 9.00 and
not ({FEES.Date_Created} in DateTime (2011, 05, 03, 08, 26, 48) to DateTime (2011, 10, 07, 13, 27, 02))
But there are data (35 out of 2140) that have not been enter in the month 9 and it is not showing up.
Thanks!