harwooddale
Programmer
Hi,
Using Crystal 9 developer edition.
I have a list of animals, with their parents name and a value that I need to sort on within a group.
Data looks like:
Animal Parent Value
Lamb1 Ewe1 10
Lamb2 Ewe1 11
Lamb3 Ewe2 10.5
Lamb4 Ewe3 12
I would like it to be ordered by value descending, and then grouped. i.e
Ewe1
Lamb1 10
Lamb2 11
Ewe2
Lamb3 10.5
Ewe3
Lamb4 12
I have tried sorting the report by Value and then grouping by parent and vice versa with no success.
Any help would be gratefully appreciated.
Using Crystal 9 developer edition.
I have a list of animals, with their parents name and a value that I need to sort on within a group.
Data looks like:
Animal Parent Value
Lamb1 Ewe1 10
Lamb2 Ewe1 11
Lamb3 Ewe2 10.5
Lamb4 Ewe3 12
I would like it to be ordered by value descending, and then grouped. i.e
Ewe1
Lamb1 10
Lamb2 11
Ewe2
Lamb3 10.5
Ewe3
Lamb4 12
I have tried sorting the report by Value and then grouping by parent and vice versa with no success.
Any help would be gratefully appreciated.