[web2py] Re: Selecting from SQLFORM grid generated using a join selects incorrect IDs

2018-11-19 Thread 'Francis Windram' via web2py-users
That works perfectly! Thank you very much On Monday, 19 November 2018 14:38:55 UTC, Anthony wrote: > > With joins, you have to specify the ID field explicitly: > > SQLFORM.grid(..., field_id=db.applics1.id) > > Anthony > > On Monday, November 19, 2018 at 4:48:14 AM UTC-5, Francis Windram wrote:

[web2py] Re: Selecting from SQLFORM grid generated using a join selects incorrect IDs

2018-11-19 Thread Anthony
With joins, you have to specify the ID field explicitly: SQLFORM.grid(..., field_id=db.applics1.id) Anthony On Monday, November 19, 2018 at 4:48:14 AM UTC-5, Francis Windram wrote: > > Hi All, > > I'm hitting an issue with the selectable field in SQLFORM.grid. > > I have a controller including