Gossamer Forum
Home : Products : DBMan : Installation :

Possible to group displayed records by value in a specific field

Quote Reply
Possible to group displayed records by value in a specific field
Hi,

Using dbman, is it possible to group displayed results according to the valued in a specific field, as something like the SQL GROUP BY command? For example, using the sample default database, I would like to have all the records from the "Project Management" category displayed together, under the heading "Project Management", all the records from the "General" category displayed together under the heading "General," and so forth.

I know there's an SQL version of dbman, but this feature would be useful for flat-file databases too..

Mark
Quote Reply
Re: Possible to group displayed records by value in a specific field In reply to
Hi Mark,

No, not without some modifications. DBMan does not have any aggregate functions like count(), min(), max(), group by, etc.

Cheers,

Alex