Click to See Complete Forum and Search --> : Grouping problem in Invoiveing


yogesh_net123
March 7th, 2008, 01:58 AM
Hi all

In my application i am using Crystal Report to craete Invoices, in my Invoice i want to display the list of the items also like

Compusoly Items
1. Item1
2. Item 2

Others
3. Item3
4. Item4

Optional Item
1. Item 1
2. Item 2

Now the problem is when i go for this it prints well but i want it to be in this order

Compusoly Items
1. Item1
2. Item 2

3. Item3
4. Item4

Optional Item
1. Item 1
2. Item 2

means there are three groups but in invoice it has to be treated like two compulsory and Optional, Here Compulsory has both Compulsory and Other group and the numbering also not restarted for others group so for that how could i use to check that if the group name is Others then it will not displayed and number should not started.

plz reply

Yogesh Agarwal

Wenin
March 15th, 2008, 10:57 AM
The numbering doesn't look different between your two examples, so I'm not sure what you're asking regarding them.

If I understand your other issue, place a suppression on that line within the report.

{GroupField} = "Others"

But again, I not sure if this is what you're asking.