you can define a represent in controller before creating the table or form.
db.table.field.represent = lambda .....
But, if you want to display the representation of a field without a table or
form, do:
{{=myrows.mycolumn.represent()}}
you can define a represent in controller before creating the table or form.
db.table.field.represent = lambda .....
But, if you want to display the representation of a field without a table or
form, do:
{{=myrows.mycolumn.represent()}}