[web2py] Re: missing field in search tab, using smartgrid

2017-02-23 Thread Pierre
Solved Thank you Antony, that was exactly right :) The amazing thing is that i had imported all the database content (from access to sqlite), and all the code was working, making some math on that field without any problem. Changed it to 'double', and it's now showing on the drop down list.

[web2py] Re: missing field in search tab, using smartgrid

2017-02-23 Thread Anthony
"float" is not a valid field type -- it should be "double". See http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Field-types. Anthony On Thursday, February 23, 2017 at 8:27:36 AM UTC-5, Pierre wrote: > > Any hint on why only one field is missing in the search drop dow