[web2py] Manipulating Items in DropDown List using SQLFORM

2016-09-04 Thread Nico de Groot
Hi Brain, A query does not change the structure of the table. It just returns a subset. Nico de Groot -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- Y

[web2py] Manipulating Items in DropDown List using SQLFORM

2016-09-04 Thread Brian Boatright
I'm using SQLFORM and was able to add an orderby to the original model class to sort a resulted dropdown list sqlform was generating. Ideally I need to limit the items in the dropdown list by id to be id > 10, as the first 10 are static types and those over id 10 are user generated and assigna