Is there any way to display virtual fields using SQLTABLE ?
THe only way Ive found to display virtual fields is by explicitly
calling them from the rows object like:

result = []
for row in rows:

Reply via email to