Skip to content

Instantly share code, notes, and snippets.

@gjj
Last active August 29, 2015 14:15
Show Gist options
  • Save gjj/fad4287bb98e008e319e to your computer and use it in GitHub Desktop.
Save gjj/fad4287bb98e008e319e to your computer and use it in GitHub Desktop.
CASE [Metric 1]
WHEN "Day 1" THEN SUM([Day 1 Attendance])
WHEN "Day 2" THEN SUM([Day 2 Attendance])
WHEN "Day 3" THEN SUM([Day 3 Attendance])
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment