Skip to content

Instantly share code, notes, and snippets.

@dickoa
Created April 30, 2019 12:47
Show Gist options
  • Save dickoa/4b6fae5d4565c6cb31cd775007ac4152 to your computer and use it in GitHub Desktop.
Save dickoa/4b6fae5d4565c6cb31cd775007ac4152 to your computer and use it in GitHub Desktop.
{
"name": "hno_ukr",
"title": "Ukraine: Humanitarian Needs Overview",
"type": "cookbook",
"columns": [
"#inneed",
"#affected",
"#loc",
"#country"
],
"recipes": [
{
"name": "Charts: Sum/count items for a value column grouped by aggregate columns",
"description": "",
"type": "chart",
"ingredients": {
"aggregateFunctions": [
"sum"
],
"aggregateColumns": [
"#country",
"#loc"
],
"valueColumns": [
"#inneed",
"#affected"
]
}
},
{
"name": "Key Figures: Sum items for a value column",
"description": "",
"type": "key figure",
"ingredients": {
"aggregateFunctions": [
"sum"
],
"valueColumns": [
"#inneed",
"#affected"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment