I'm not new to programming, but I am relatively new to Python and just starting my web2py journey.
I have SQLTABLE working with one small exception. For the edit link, I would like to replace the record id with the word "Edit." I have read the discussions in this group about using represent and other methods. Represent seems to be the simplest way to go, but I cannot get it to work. Could someone point me to a working example? From there I can probably figure it out. Thanks

