[web2py] Re: SQLFORM.grid join repeats parent's data in table.

2012-11-23 Thread Michael Hall
Hiya This works a treat thanks. Mike On Thursday, 22 November 2012 14:32:38 UTC, Alan Etkin wrote: > > > On Thursday, November 22, 2012 9:07:23 AM UTC-3, Michael Hall wrote:I > have the following code for my join in SQLFORM.grid: > > Perhaps you can pass something like this to .grid(): > > fiel

[web2py] Re: SQLFORM.grid join repeats parent's data in table.

2012-11-22 Thread Alan Etkin
> On Thursday, November 22, 2012 9:07:23 AM UTC-3, Michael Hall wrote:I have the following code for my join in SQLFORM.grid: Perhaps you can pass something like this to .grid(): fields=[firsttable.field1, secondtable.field2, ...] to prevent repeating the columns in the form table --