On Thu, Mar 10, 2011 at 11:44 PM, Venkatraman S <[email protected]> wrote:
> > On Fri, Mar 11, 2011 at 6:54 AM, Patrick McDonnell <[email protected]>wrote: > >> Clearly, these kind of reports are trivial for me to hard code using >> Django's ORM, but a much more ideal solution would be to provide users with >> a (dare I say it) MS Access-like query builder, that would allow them to >> choose the columns they want, define basic filters, and a sorting order, and >> then review the results in a tabular format. >> > > I have done earlier, wherein i had to design a custom dashboard for > reporting. > Instead of the ORM, think in terms of building a SQL - things would be much > much easier and also faster to develop. > > -V > > Hi Patrick, have you tried Geraldo Reports [0] ? It's flexible, easy to use and worth a look ;-) Cheers, Tkm [0] http://geraldoreports.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

