Skip to content

Instantly share code, notes, and snippets.

@DanaCase
Created August 4, 2021 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanaCase/e35bfda97f81566c556fcd12dbe0edcf to your computer and use it in GitHub Desktop.
Save DanaCase/e35bfda97f81566c556fcd12dbe0edcf to your computer and use it in GitHub Desktop.
Some google sheets queries
Parado from jira components
=query(Jira!A:ZZ,"Select Y,count(Y) where Y is not null and V > date '2021-07-15' group by Y order by count(Y) desc label count(Y) 'Count'",1)
Parado from field defects log filtered by pp2
=query(Sheet1!A661:H,"Select H,count(H) where H is not null and C = 'PP2' group by H order by count(H) desc label count(H) 'Count'",1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment