Hi guys,

Firstly, just like to let you know it is my first time EVER working with Crystal reports and need some help.

I have a report like this:

Situation One: 4
========================
Serial Text
12345 Some text here
12345 Another one here
12345 blablabla
23456 Text for other serial
=========================

Situation Two: 6
========================
Serial Text
98776 Some text here
98776 Another one here
67890 blablabla
23456 Text for other serial
23456 Text for other serial
23456 Text for other serial

But what I'd like to do is something in this way:

Situation One: 2
========================
Serial Text
12345 Some text here
12345 Another one here
12345 blablabla
23456 Text for other serial
=========================

Situation Two: 3
========================
Serial Text
98776 Some text here
98776 Another one here
67890 blablabla
23456 Text for other serial
23456 Text for other serial
23456 Text for other serial

This part of the report is inside a GroupHeaderSession and it is counting all fields existent on the resulting query for the report. I'd like to count it grouping by the Serial, for example...
What do I need to do to get this result in the end?

Many many thanks in advance....