Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created July 2, 2017 21:48
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 charlesBochet/964c7613823ec7eb0fed0c8dc2761870 to your computer and use it in GitHub Desktop.
Save charlesBochet/964c7613823ec7eb0fed0c8dc2761870 to your computer and use it in GitHub Desktop.
{
'$group': {
'_id': {
'quarterStart': '$quarterStart',
'recipient': '$recipients',
'clientCode': '$client_code'
},
'count': {
'$sum': 1
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment