Created
April 30, 2019 12:47
-
-
Save dickoa/4b6fae5d4565c6cb31cd775007ac4152 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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