WikiNewZealand / fundamental-figures

0 stars 0 forks source link

Need to be able to group on measure #3

Closed natdudley closed 5 years ago

natdudley commented 5 years ago

Screen Shot 2019-07-08 at 1 39 35 PM

For business births and deaths, I need to be able to have the first column be industry, then the second column be a set for that industry that groups event and measure together.

natdudley commented 5 years ago

https://figure.nz/table/0S1oDx1qzwwbCfLR/download

natdudley commented 5 years ago

This now also impacts the ECE enrolments data https://figure.nz/table/QtpoLOy8ALl0WWFX

natdudley commented 5 years ago

Removing below config as not part of MVP to fix this issue.


            "uri": "https://figure.nz/table/QtpoLOy8ALl0WWFX/download",
            "parent": "Education",
            "measure": { 
                "column": "Service type", 
                "include": [ 
                    {
                        "value": "Education & Care",
                        "label": "Children in Childcare Centres for early childhood education" 
                    },
                    {
                        "value": "Home-based",
                        "label": "Children in home-based early childhood education"
                    },
                    {
                        "value": "Kindergarten",
                        "label": "Children in kindergarten for early childhood education"
                    },
                    {
                        "value": "Kōhanga Reo",
                        "label": "Children in Kōhanga Reo for early childhood education"
                    },
                    {
                        "value": "Playcentre",
                        "label": "Children in Playcentre for early childhood education"
                    },
                    {
                        "value": "Total early childhood education services",
                        "label": "Total number of children in early childhood education services"
                    }
                ],
                "exclude": [ ] 
            },
            "category": { 
                "column": "Ethnic group", 
                "group": {
                    "column": "Age of child",
                    "separator": "—",
                    "include": [
                        {
                            "value": "0",
                            "label": "Children aged 0"
                        },
                        {
                            "value": "1",
                            "label": "Children aged 1"
                        },
                        {
                            "value": "2",
                            "label": "Children aged 2"
                        },
                        {
                            "value": "3",
                            "label": "Children aged 3"
                        },
                        {
                            "value": "4",
                            "label": "Children aged 4"
                        },{
                            "value": "5",
                            "label": "Children aged 5"
                        }
                     ],
                    "exclude": [ ]
                },
                "include": [ ],
                "exclude": [ ] 
            },
            "date": "Year as at end of June"
        },```
natdudley commented 5 years ago

not going to fix.

natdudley commented 5 years ago

found alternate solution to biz births and deaths