On Wed, 21 Feb 2007, Paul McNett wrote: > You should group and order inside the SQL statement, and then when you > create your list of dicts, everything is already in the proper order and > the Group Expressions in the report writer will work correctly. > > So, it sounds like you are doing it right.
Thanks, Paul. I came to that conclusion when I tried various selects from the sqlite command line shell. Putting them in order before feeding them to the report writer even makes intuitive sense. :-) Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc. | Accelerator(TM) <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
