Full Download of Tracker Program Attributes via CSV Export Button on DHIS2

Hi everyone,

I’m currently working on a tracker program in DHIS2 version 2.38 and would like to download all associated attributes using the CSV export button (as shown in the attached screenshot). However, I’m encountering a limit that only allows me to download 50 rows of data at a time.

Is there an option or setting in DHIS2 2.38 that would allow me to bypass this limitation and export all data in one go? Alternatively, is there another method to perform a full export via the interface without having to download multiple partial files?

Thank you in advance for your help and advice!

Best regards,

image

Hi @elmoujarrade

I tried to reproduce this on play but the number of TEIs is less than that; however, I checked the API request has paging=false and it shows all the attributes: DHIS 2 Demo - Sierra Leone

You might want to check the network request being sent and if there’s a pagesize, simply update it to paging=false :slight_smile: