Hi again,

I know I can run SQL query as follows:

SELECT *
FROM `zen_orders_total`
WHERE `class` = 'ot_reward_points'

However this shows the total points claimed for all time with no dates. For now I am removing the orders (by order number) that fall outside of the date range manually. Surely there must be an easier way....

Again any suggestions????