Grouped reports
Hi.
I'm have a table with persons ID and his workjobs, and need to print cards, where one card is for one person, but one person can have more than one records in source data.
My data looks like :
UID name job
1 user1 work 1
1 user1 work 2
2 user2 work 1
and i'm need to print cards like :
User : user1
Jobs : work1
work2
User : user2
Jobs : work1
How can i do it with FastReports ?
Petr
I'm have a table with persons ID and his workjobs, and need to print cards, where one card is for one person, but one person can have more than one records in source data.
My data looks like :
UID name job
1 user1 work 1
1 user1 work 2
2 user2 work 1
and i'm need to print cards like :
User : user1
Jobs : work1
work2
User : user2
Jobs : work1
How can i do it with FastReports ?
Petr