Re: Query builder or report builder

2009-07-29 Thread Sergey Smagin
Dear Mike, If you not afraid of a Java applet or an ActiveX control at your web page, you may have a look at Active Query Builder at http://www.activequerybuilder.com/ It has nice MS Access-like GUI and you may fill the list of database objects among with user-friendly aliases into it; you may l

Re: Query builder or report builder

2009-07-29 Thread Alex Gaynor
On Wed, Jul 29, 2009 at 7:36 PM, mike wrote: > >> I've written an app called django-filter which seems like it may be >> what you want:http://github.com/alex/django-filter/tree/master. >> Here's an example of it in use with a ticketing >> appliation:http://imgur.com/BPpmf.png >> >> Alex > > > Ale

Re: Query builder or report builder

2009-07-29 Thread mike
> I've written an app called django-filter which seems like it may be > what you want:http://github.com/alex/django-filter/tree/master. > Here's an example of it in use with a ticketing > appliation:http://imgur.com/BPpmf.png > > Alex Alex, Thanks for the input! django-filter looks close. Ho

Re: Query builder or report builder

2009-07-29 Thread Alex Gaynor
On Wed, Jul 29, 2009 at 12:38 PM, mike wrote: > > I'm new to django, somewhere between a newbie and novice :-). > > I'm looking for a query builder front end...middleware or app, and > thought I'd ask if anyone knows of such a django app or middleware. > I'm trying to avoid re-inventing the wheel,

Query builder or report builder

2009-07-29 Thread mike
I'm new to django, somewhere between a newbie and novice :-). I'm looking for a query builder front end...middleware or app, and thought I'd ask if anyone knows of such a django app or middleware. I'm trying to avoid re-inventing the wheel, but I'm willing write one if one doesn't exist. I've fo