Re: [Dhis2-users] API call on reportTable with parameters?

2016-05-09 Thread Lars Helge Ă˜verland
Hi Martin, I would recommend that you go with the analytics API instead of the report table resource, as the former is a lot more flexible. Your request is a good one and since it was a quick fix I have added support for the IN_GROUP- syntax in trunk and 2.23. New download ready in 20 minutes.

Re: [Dhis2-users] API call on reportTable with parameters?

2016-05-09 Thread Martin Van Aken
This looks to be working, even if I'm not clear on the relationship between dates & periods. Last but not least - I had two ideas to make this work: either use the reportTable as API source (pro: it already existed) or create the equivalent using the analytics web API. My problem in that second

[Dhis2-users] API call on reportTable with parameters?

2016-05-09 Thread Martin Van Aken
Hi, We currently have a reportTable used to generate a PDF report. We now want to be able to extract the exact same info using the API. I've seen that there is a reportTables//data.json option, but I cannot find how to pass it parameters (our table take two - the organisation unit and the period).