Missing Data


## Xbox is missing data for August 2013 in Fact_analytics
Q.xbox <- makeQry(tbl="fact_analytics", schema="production", whereIn=list(storeid=487), colsToAgg=c("royaltydollar", "paidunits", "freeunits"), colsToPull=c("storeid", "download_activity_date"), dateCol="download_activity_date", minDate="2013-07-20", maxDate="2013-09-20", key="download_activity_date")
DT.missing.xbox <- runQry(Q.xbox)
