I am using CR 11 and SQL Server 2005 DB.
I am working on a report that looks at today, yesterday, WTD, MTD, YTD, and TODate volumes by plant. On today's date, I need to count the number of loads shipped.
Seemed simple enough to say if RUNDATE = CurrentDate then RTTicket.ID, slap into the details and do a distinct count for two groups: product and plant.
It works, but is counting the null as a distinct because the date criteria is in the period YeartoDate.
Does anyone have a suggestion?
I am working on a report that looks at today, yesterday, WTD, MTD, YTD, and TODate volumes by plant. On today's date, I need to count the number of loads shipped.
Seemed simple enough to say if RUNDATE = CurrentDate then RTTicket.ID, slap into the details and do a distinct count for two groups: product and plant.
It works, but is counting the null as a distinct because the date criteria is in the period YeartoDate.
Does anyone have a suggestion?