Hello,I'm issuing a DB Read that does some calculations and returns a recordset where the columns cannot be mapped to a given table. For example, "select sum(col1) as total from Sales".The field "total" is not in the Sales table and therefore cannot ...