[web2py] Re: represent using data from multiple fields

2010-09-20 Thread weheh
That's too bad. It seems like the perfect thing to be able to do. I know I can pick apart the SQLTable in the view, but it would be so darn sweet to be able to do it in the represent view ... On Sep 20, 1:30 am, mdipierro wrote: > This cannot be done with represent. The function is design to prov

[web2py] Re: represent using data from multiple fields

2010-09-19 Thread mdipierro
This cannot be done with represent. The function is design to provide a representation for an individual field and there is no way to access other fields from within the function. On Sep 19, 10:52 pm, weheh wrote: > I know this issue has come up before but I'm having a hard time > finding the an