Hey guys,
I have a question here which seems easy enough yet, I could not put it together after reading the posts here.
I need to create a report as such.
Report is group by Item ID and I was trying to use running totals for the counts below.
# of Items today # of Items MTD # of Items YTD
MTD, would mean that if I select the 22nd of July, the report should give me the count from 1st July to the 22nd of July.
YTD, would mean from the 1st of Jan to the date selected. In this case, 22nd July.
1) Do I need to select all data for a year. Right now, my select expert is saying this,
{@ItemDate} <= {?ReportingDate}
2) how do I use in the evaluate portion of the running total to produce the right numbers?
Thanks.
-- gyfu --
Crystal Ver 10
Microsoft SQL
I have a question here which seems easy enough yet, I could not put it together after reading the posts here.
I need to create a report as such.
Report is group by Item ID and I was trying to use running totals for the counts below.
# of Items today # of Items MTD # of Items YTD
MTD, would mean that if I select the 22nd of July, the report should give me the count from 1st July to the 22nd of July.
YTD, would mean from the 1st of Jan to the date selected. In this case, 22nd July.
1) Do I need to select all data for a year. Right now, my select expert is saying this,
{@ItemDate} <= {?ReportingDate}
2) how do I use in the evaluate portion of the running total to produce the right numbers?
Thanks.
-- gyfu --
Crystal Ver 10
Microsoft SQL