Form parts challenge

Hello,

I have a list of records which have a title(A,B,C,D,E) and a category (Cat1,Cat2,Cat3):
A-Cat1
B-Cat2
C-Cat2
D-Cat1
E-Cat3
I want to display them in a list,ordered by title and grouped by category,like this:

Cat1
A
Cat2
B
C
Cat1
D
Cat3
E

As you see Cat1 repeats istself becasue the title sort is prioritary.
Is this possible using the form parts of servoy? I am mentionning I am using Servoy 5.1.4.

Diana

I assume you want to display this on a print?

The way you describe it is a bit odd way to display. (but I’m sure you have your reasons for it :) )
Normally it’s either this:
Cat1
A
D
Cat2
B
C
Cat3
E

or this:
A
Cat1
B
Cat2
C
Cat2
D
Cat1
E
Cat3

Normally it’s either this:
Cat1
A
D
Cat2
B
C
Cat3
E

or this:
A
Cat1
B
Cat2
C
Cat2
D
Cat1
E
Cat3

Thank you for your reply.
I can display the records as you suggest but even if it is unusual, I have to display them as I mentioned:

Cat1
A
Cat2
B
C
Cat1
D
Cat3
E

I assume you want to display this on a print?

Yes,this is what I want to do.
Is it possible?

Diana

diana.bodnarescu:
Is it possible?

I don’t think so.
Did you consider building the report as HTML?