WikiNewZealand / fundamental-figures

0 stars 0 forks source link

grouping variable isn't working #15

Closed natdudley closed 5 years ago

natdudley commented 5 years ago
      {
            "uri": "https://figure.nz/table/EjpyQrJlX8LRZphl/download",
            "parent": "Education",
            "measure": { 
                "column": "Measure", 
                "group": { 
                    "column": "Sector",
                    "separator": "—", 
                    "include": [ ],
                    "exclude": [ "Total"] 
                },
                "include": [ ],
                "exclude": [ ] 
            },
            "category": { 
                "column": "Category",
                "include": [ ],
                "exclude": [ ] 
            },
            "date": "Year"
        },
Spksh commented 5 years ago

Sorting issue. Now explicitly sorting on Measure, Group, and Category if includes are not present.