[web2py] Re: problem export virtual field to CSV using grid

2018-04-24 Thread Massimo Di Pierro
Please open a ticket with a suggestion for improvement On Sunday, 8 April 2018 08:58:04 UTC-5, Vic Ding wrote: > > Hi all, > I am having issue exporting virtual fields to CSV using grid. It displays > fine though. > > I defined field in this way > > Field.Virtual('cost_value', lambda row:

[web2py] Re: problem export virtual field to CSV using grid

2018-04-18 Thread Marcelo Huerta
I have also found the same problem. -- 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) --- You received this message because you are subscribed to the Google

[web2py] Re: Problem with virtual field

2013-07-30 Thread Joe Barnhart
I just ran into this one. It turns out that the row you want may be inside the row variable passed, with the table name as its key. How does this happen? If you have a select that has variables from several tables, for instance. I did come up with a workaround, but it's a little, uh...