row_filters
doesn't work in an odd scenario
#15
Labels
CKAN issue
Issue with CKAN instance rather than code
row_filters
doesn't work in an odd scenario
#15
I'm trying to extract HB pops using this code:
However it just returns an empty tibble i.e. the request was successful, it just didn't return any data.
Weirdly the
row_filters
works fine for"Male"
(or"Female"
)I can also return all the data and then filter in which case
Sex == "All"
works.I'm wondering if this is possibly an issue with CKAN / the data as phsopendata seems to be generating the correct API query in both cases.
All -
https://www.opendata.nhs.scot/api/3/action/datastore_search?id=27a72cc8-d6d8-430c-8b4f-3109a9ceadb1&limit=99999&q={\"Sex\":\"All\"}&fields=Year,HB,AllAges,Sex
Male -
https://www.opendata.nhs.scot/api/3/action/datastore_search?id=27a72cc8-d6d8-430c-8b4f-3109a9ceadb1&limit=99999&q={\"Sex\":\"Male\"}&fields=Year,HB,AllAges,Sex
The text was updated successfully, but these errors were encountered: