For AI agents: visit https://avni.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Use full queries that can be configured only via backend.
How to make the "Total" default report card always appear.
Run the below script
set role <org_name>;
update organisation_config
set settings = settings || '{"hideTotalForProgram": false}' ::jsonb,
last_modified_date_time = now()
where organisation_id = <org_id>;