Re: [web2py] query from drop down menu

2013-11-13 Thread Noah Corradin
Thank you very much for the reply. i was able to figure it out but ill look into this method as well. On Tuesday, November 5, 2013 9:04:57 PM UTC-8, Kiran Subbaraman wrote: > > I would use the ajax+callback mechanism that exists in web2py to do > this. Look at the simple wiki example, and *sear

Re: [web2py] query from drop down menu

2013-11-05 Thread Kiran Subbaraman
I would use the ajax+callback mechanism that exists in web2py to do this. Look at the simple wiki example, and *search*code there: http://web2py.com/books/default/chapter/29/03/overview#A-simple-wiki. Kiran Subbaraman http://subbaraman.wordpress.com/abou

[web2py] query from drop down menu

2013-11-05 Thread Noah Corradin
I am trying to execute a query based on the values of 3 drop down menus. I have the following for drop down menus but i am unsure on how to turn the selected values into queries. Is this the proper way to do it in web2py? {{extend 'layout.html'}} {{rows = db().select(db.stats.ALL)}} {{for row