Guest User

Untitled

a guest
Jun 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. monthly_sales =
  2. datasource("abc_corp",
  3. "strftime('%m/%d/%Y',Report_Date), sum(input) filter(Metric='Gross Sales' and Data_Type='Actual' and Year=2009 and Month=5)",
  4. "sum(input) filter(Metric='Gross Sales' and Data_Type='Budget' and Year=2009 and Month=5)",
  5. "sum(input) filter(Metric='Gross Sales' and Data_Type='Actual' and Year=2008 and Month=5)",
  6. "group by Report_Date")
Add Comment
Please, Sign In to add comment