Snorky
|
| Posted: 04/04/2003, 3:31 AM |
|
Hello,
I am trying to create a grid with a group and group history table included.
GROUP table
group_id
group_name
GROUPHIS table
grouphis_id
group_id
grouphis_actioncode
per group I want a grouphis count in the grid.
Can this be done with CCS 2.0 grid?
Or should I code this manually?
|
|
|
 |
RonB
|
| Posted: 04/04/2003, 3:48 AM |
|
use the query builder to select both tables. Use the edit join poperty to make sure you get all the rows from the GROUP table and only those from GROUPHIS that match the rows in GROUP. Now use the report example from the examplepack to make sure you only get the group_name field once until it changes.
Ron
|
|
|
 |
Snorky
|
| Posted: 04/06/2003, 8:16 AM |
|
Hi Ron,
Thx for the advise.
I am trying to find the report example in the examplepack.
It does not seem to be there.
Can I download an update of the s ample pack?
|
|
|
 |
|