It looks like you are using the CRUD API. I think the readable attribute only applies to the SQLFORM API (if you change your controller to return a SQL form, it'll not show the column).
For CRUD, there is a "fields" attribute you can supply to explicitly say what fields you want to show. Just use that. http://www.web2py.com/book/default/chapter/07?search=CRUD#Methods On Oct 21, 9:22 am, Richard Vézina <[email protected]> wrote: > Hello, > > I attach a demo app. > > http://127.0.0.1:8000/testapp/default/selection > > You can see all the columns although that sample_id is set to > readable=False. > > Do I did something wrong? > > Richard > > web2py.app.testapp (1).w2p > 104KViewDownload

