[Zope] ZGDChart tips?

Andrew Veitch andrew@logicalprogression.net
Mon, 28 Apr 2003 23:11:51 +0100


We use Postgres & ZGDChart for graphic. You almost certainly want to be
using ZSQL Queries. You can easily pass variables into a ZSQL query and do
any calculations that you need - either in the SQL itself or in the DTML
within the method.

If you post some more details to the list about what exactly you are trying
to do I'll give a more precise answer.

A

-- 
Logical Progression Ltd, 16 Forth Street, Edinburgh EH1 3LH, UK
Tel: +44 (0)131 466 9585 Web: http://www.logicalprogression.net/


> ZSQL Query: need to pass variables into the query.  It's not a
> vanilla lookup but a calculation too.
> Python Script: Can't say I know enough about python to try, but it
> looks like I'd run into the same variable problems.