Count Or Running Totals Really Not Sure !

Hi, Still working on this **** report, its getting to be beyond a joke now. Its format just changed again (you all know the score).

The first problem i want to deal with is to get a count of the short stops we are having.

I have set up a running total that is like so

Field to summarize = tblDowntime.DTCLevel3
Type of Summary = Count

Evaluate

Formula = {tblDowntime.Duration} < 900 (this in seconds so Less than 15 Mins)

Reset

Change of field = tblCoilData.BatchName (this is the works order Number)

Before I put this in i get the correct values except no short stops data so:

Rod Number, Rod Weight, Scrap, EC Stops, Coil Weight

This gives me normally 4 results as follows

544124, 1,9882, 0.00, ,19882
544125, 1,9452, 44, , , 19408
544126, 1,9452, 44, , , 19408
544127, 1,9452, 44, , , 19408

When i put the running total into my report i get

544124, 1,9882, 0.00, 1,19882
544124, 1,9882, 0.00, 2,19882
544124, 1,9882, 0.00, 2,19882
544125, 1,9452, 44, 0, 19408
544126, 1,9452, 44, 0 , 19408
544127, 1,9452, 44, 0 , 19408

I cant understand why it would do this. i know that on Rod Number 544124 there were 2 short stops, i only want to show it like the top version with a total of the short stops

How is this done

Regards

Steve
[1423 byte] By [snoopsterg] at [2007-11-20 11:46:10]
# 1 Re: Count Or Running Totals Really Not Sure !
So you only want one row per rod number? Are you grouping on that and printing in the group footer?
JaganEllis at 2007-11-9 14:11:52 >
# 2 Re: Count Or Running Totals Really Not Sure !
No, i am not grouping it is just in details, i tried to group but then it screwed my totals for coil wieght. instead of doing 8 Ton per day we ended up with 40 Ton (mmm That looked good but was way out)

Regards

Steve
snoopsterg at 2007-11-9 14:13:02 >
# 3 Re: Count Or Running Totals Really Not Sure !
Hi, Thanks for your reply i realised that i was not surpressing the details of the report causing me to get some strange results

Regards

Steve
snoopsterg at 2007-11-9 14:14:01 >