✏️ Explanatory Question
The query is executed inside the processReport() method.
public void processReport()
{
QueryRun queryRun = new QueryRun(this.parmQuery());
while (queryRun.next())
{
SalesTable salesTable = queryRun.get(tableNum(SalesTable));
}
}