cobom
Posts: 55
|
| Posted: 08/28/2004, 6:32 AM |
|
When a user logs on it takes them to a grid with all outstanding issues assigned to them - each issue has a priority status. Is there a way to summarize a COUNT of the type of issues in a separate grid, with a link so that a user could look at all OPEN etc.
_________________
cmckinney@searay.com
Will program for a Sea Ray 680 SS ;} |
 |
 |
Nicole
Posts: 586
|
| Posted: 08/31/2004, 3:40 AM |
|
Hello,
I think you can create two grid forms with the same WHERE parameters. Second grid (which summarize a count) can be based on custom sql query which includes count() and most probably group by and uses the same WHERE clause as first grid form
_________________
Regards,
Nicole |
 |
 |
|