Forum OpenACS Q&A: Re: In praise of multirows....

Collapse
Posted by Claudio Pasolini on
template::multirow is really very flexible, but if you simply want a report grouped by some variable with sub totals template::list::create will take care of all the details for you: look at logger/index for a good example.
Collapse
Posted by Brian Fenton on
Thanks Claudio! I've never really used list::create - I'll take a look.

Brian