Here are the queries used to generate each section, as of today:
SELECT period,year,month,volume_in,volume_out FROM reports.excel_yearly_volumes WHERE (excel_yearly_volumes.project='DWS') AND (excel_yearly_volumes.circuit_usage='Interconnect') AND (excel_yearly_volumes.period >= '201711') AND (excel_yearly_volumes.period <= '201810') ORDER BY period ; |