I have a problem with running totals. Actually I have also tried using summary totals and it still produce the same result. Running out of ideas what to troubleshoot.
Group by ID No. of Items
where status=2
101 320
107 120
108 90
110 800
Above is the displayed report that I get. No. of Items is a running total of count on ID, evaluate on status=2, reset every group.
When I check the results on my SQL server, the 2 lines 101 and 107 have the same result, but the last two lines has the counting off. SQL shows, 99 for line 108 and 825 for line 110.
any ideas what else I could check for?
By the way, I have selected Distinct Count as well.
-- gyfu --
Crystal Ver 10
Microsoft SQL
Group by ID No. of Items
where status=2
101 320
107 120
108 90
110 800
Above is the displayed report that I get. No. of Items is a running total of count on ID, evaluate on status=2, reset every group.
When I check the results on my SQL server, the 2 lines 101 and 107 have the same result, but the last two lines has the counting off. SQL shows, 99 for line 108 and 825 for line 110.
any ideas what else I could check for?
By the way, I have selected Distinct Count as well.
-- gyfu --
Crystal Ver 10
Microsoft SQL