crogers111
Technical User
I've verified the datasource and at a loss as to why my date range is being altered to the default date of 12-30-1899 ? Hopefully I've provided enough info below:
CR XI
SQL OLE DB Connection.
Here is my record selection as seen in CR:
{Data.VenGroupNumber} = {?Group#}
and{Data.Vendor} = "ABC"
and {Data.CheckDate} in datetime(4/1/2006) to datetime(4/30/2006)
and {Data.ClaimStatus} in ["P"]
When I "Show SQL Query" under the Database Menu in CR:
WHERE "Data"."VenGroupNumber"='10060' AND "Data"."Vendor"='ABC' AND ("Data"."CheckDate">{ts '1899-12-30 00:00:06'} AND "Data"."CheckDate"<={ts '1899-12-30 00:02:52'}) AND "Data"."ClaimStatus"='P'
CR XI
SQL OLE DB Connection.
Here is my record selection as seen in CR:
{Data.VenGroupNumber} = {?Group#}
and{Data.Vendor} = "ABC"
and {Data.CheckDate} in datetime(4/1/2006) to datetime(4/30/2006)
and {Data.ClaimStatus} in ["P"]
When I "Show SQL Query" under the Database Menu in CR:
WHERE "Data"."VenGroupNumber"='10060' AND "Data"."Vendor"='ABC' AND ("Data"."CheckDate">{ts '1899-12-30 00:00:06'} AND "Data"."CheckDate"<={ts '1899-12-30 00:02:52'}) AND "Data"."ClaimStatus"='P'