Recurring Service Billing Forcast All Recurring Services SELECT A.sku, A.account_id as account, count(id) as total, sum(price) as price from %%AGILE_DB_PREFIX%%service A A.site_id = %%DEFAULT_SITE%% AND active=1 AND price_type=1 GROUP BY sku ORDER BY sku DESC 0 SKU sku true Total Services for SKU total true num Forcasted Revenue price dol,2 true dol,2 heading SELECT A.sku, from_unixtime(date_next_invoice,"%M, %Y") as yearmonth, from_unixtime(date_next_invoice,"%Y-%m") as ord from %%AGILE_DB_PREFIX%%service A A.site_id = %%DEFAULT_SITE%% AND active=1 AND price_type=1 GROUP BY yearmonth ORDER BY ord ASC 0 Month, Year: yearmonth true true true false false SELECT A.sku, A.account_id as account, from_unixtime(date_next_invoice,"%M, %Y") as yearmonth, count(id) as total, sum(price) as price from %%AGILE_DB_PREFIX%%service A A.site_id = %%DEFAULT_SITE%% AND active=1 AND price_type=1 GROUP BY sku ORDER BY sku DESC 30 SKU sku true Total Services for SKU total true num Forcasted Revenue price true dol,2 dol,2