We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: https://prod-k8s.treetracker.org/reporting/capture/statistics?capture_created_start_date=1970-01-01&capture_created_end_date=2023-05-26
the response is wrong, the correct planter count is: 11xx
planters: { planters: [{name: "FCCYAR", number: "220"}, {name: "FCCFED", number: "209"}, {name: "FCC", number": "96"}], total: 1061 }
The text was updated successfully, but these errors were encountered:
@dadiorchen Can you send the query you used to get 11xx in the database?
Sorry, something went wrong.
I think is this one: get all planter under 178 (freetown)
select count(*) from planter where organization_id in (select entity_id from getEntityRelationshipChildren(178));
@sebastiangaertner I remember it is you raised this problem, can you confirm?
No branches or pull requests
API: https://prod-k8s.treetracker.org/reporting/capture/statistics?capture_created_start_date=1970-01-01&capture_created_end_date=2023-05-26
the response is wrong, the correct planter count is: 11xx
The text was updated successfully, but these errors were encountered: