Re: Advanced search with aggregations

2016-10-06 Thread Raffa
Hi Kirby, unfortunately my project is developed on Django 1.6, I have to upgrade it But I think that your project is good for me. I'll try it. Many thanks! Il giorno giovedì 6 ottobre 2016 10:48:51 UTC+2, C. Kirby ha scritto: > > Hi Raffa, > I've built a third-party app that builds an "advan

Re: Advanced search with aggregations

2016-10-06 Thread C. Kirby
Hi Raffa, I've built a third-party app that builds an "advanced search" style form. >From the posted form it builds an query against your model which you can then aggregate on (either statically with a defined field, or you could provide a second for asking which field the user would like to agg

Re: Advanced search with aggregations

2016-10-05 Thread M Hashmi
Kindly provide some details like what are your models so people can understand what you are trying to do according to the available models. On Wed, Oct 5, 2016 at 8:38 AM, Raffa wrote: > Hi all > I have to create a page where I insert some cascade combobox that fill > dynamically through whic

Advanced search with aggregations

2016-10-05 Thread Raffa
Hi all I have to create a page where I insert some cascade combobox that fill dynamically through which I perform aggregations on the db records. For example I want to know how many pants I still have in all Italian stores. I select from the combobox that contains the field "area" the "Italia"