Obsoleted by Anthony's answer: https://groups.google.com/d/msg/web2py/pY36w84ovgQ/lA5vepMRBgAJ
On Wednesday, 25 July 2018 12:29:32 UTC+8, rāma wrote: > > Just to share with everyone for a record here. Tried searching and > couldn't find anything easily. > > If you're using the T function for translations and you need to represent > an IS_IN_SET value using represent, here is the way to do it: > > represent = lambda f, r: ', '.join(str(T(i)) for i in r.field_name)) > > This happened to work for me. > > Cheers, > rāma > -- 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 Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

