Anthony, Aha, thanks for the wisdom. From the CLI and if I build the table manually, you are correct, it works as expected. It appears as though the powertable plugin has some specific column requirements, so I'm now referencing the fields/columns as such:
table.columns = [str(count1),'events.email'] That should cover any db specifics as it references the abstracted query, right? Thanks, wh