sent message to early. second part:
result = [row.field1, row.field2, row.virtualfield]Are there any other ways? selecting db.table.ALL and then filtering using field = ["field1", "virtualfield"] like massimo susgested in another post does not work (SQLTABLE has no "fields" argument).

