Skip to content

Instantly share code, notes, and snippets.

@dickoa
Last active April 15, 2019 21:52
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 dickoa/471764628588ea3dd28ac7e8a2d412c0 to your computer and use it in GitHub Desktop.
Save dickoa/471764628588ea3dd28ac7e8a2d412c0 to your computer and use it in GitHub Desktop.
{
"name": "hno_sector_drc",
"title": "Humanitarian Needs Overview for DRC",
"type": "cookbook",
"columns": [
"#inneed",
"#sector"
],
"recipes": [
{
"name": "Charts: Sum/count items for a value column grouped by aggregate columns",
"description": "",
"type": "chart",
"ingredients": {
"aggregateFunctions": [
"sum"
],
"aggregateColumns": [
"#sector"
],
"valueColumns": [
"#inneed"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment