Re: [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Lars Helge Øverland
Great. On Dec 12, 2013 5:15 AM, "Maimoona Kausar" < maimoona.kau...@irdinformatics.org> wrote: > Thanks alot Lars. I was able to download document as pdf as per your > suggestion. > > > On Wed, Dec 11, 2013 at 6:23 PM, Lars Helge Øverland > wrote: > >> Sorry the label on the button is "Print". Tr

Re: [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
Thanks alot Lars. I was able to download document as pdf as per your suggestion. On Wed, Dec 11, 2013 at 6:23 PM, Lars Helge Øverland wrote: > Sorry the label on the button is "Print". Try with chrome - it should give > you a nice pdf document. > > Example: > > > http://apps.dhis2.org/demo/dhis-

Re: [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Lars Helge Øverland
Sorry the label on the button is "Print". Try with chrome - it should give you a nice pdf document. Example: http://apps.dhis2.org/demo/dhis-web-reporting/generateHtmlReport.action?uid=AMERNML55Tg&pe=201309&; On Wed, Dec 11, 2013 at 1:28 PM, Maimoona Kausar < maimoona.kau...@irdinformatics.org

Re: [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
Thanks Knut, The Permgen problem resolved by running it via command prompt directly. Lars, could you please let me know how and where I can run my html report to get downloaded as pdf. Currently when I run report it shows me an html report with only two options 'Print' and Back. On Wed, Dec 11,

Re: [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Lars Helge Øverland
Hi Maimoona, - like Jason says, you can indicate whether the "form" is complete through the "dataSet" and "period" attribute on the "dataValueSet" xml element. - The perm gen error is very likely due to lack of JAV_OPTS being set and/or picked up by the system. You can double check from Help -> A

Re: [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Knut Staring
Sorry, mistakenly took this offlist. Why have the list policy been changed so that default is reply to just one person? On Wed, Dec 11, 2013 at 10:15 AM, Knut Staring wrote: > startup.sh is only for Linux. > > You should create a Windows environment variable called JAVA_OPTS. > > Set the value

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Maimoona Kausar
java -Xmx6000m -Xms3000m -XX:MaxPermSize=500m -XX:PermSize=300m -jar dhis-live.jar I used above parameters in startup.sh, but it still gives me PermGen Space error. Is there some way I could download Html Standard Report as pdf? I tried doing something like 'api/reports/rRehCvkn5mV/data.pdf?ou=u

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Knut Staring
https://www.google.la/search?q=java_opts+dhis2 On Wed, Dec 11, 2013 at 8:18 AM, Maimoona Kausar < maimoona.kau...@irdinformatics.org> wrote: > No I didnot, and unfortunately I donot have any idea of how to do it :( > > > On Wed, Dec 11, 2013 at 12:13 PM, Knut Staring wrote: > >> Did you set you

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Maimoona Kausar
No I didnot, and unfortunately I donot have any idea of how to do it :( On Wed, Dec 11, 2013 at 12:13 PM, Knut Staring wrote: > Did you set your JAVA_OPTS? > > > On Wed, Dec 11, 2013 at 7:18 AM, Maimoona Kausar < > maimoona.kau...@irdinformatics.org> wrote: > >> Thanks I would start working on

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Knut Staring
Did you set your JAVA_OPTS? On Wed, Dec 11, 2013 at 7:18 AM, Maimoona Kausar < maimoona.kau...@irdinformatics.org> wrote: > Thanks I would start working on it. > > I have another question. For standard html reports, is there any way to > get/download report as pdf. Also in trying working with jr

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Maimoona Kausar
Thanks I would start working on it. I have another question. For standard html reports, is there any way to get/download report as pdf. Also in trying working with jrxml reports it throws PermGen Space error. I am using dhis-live on a 4 GB machine. On Wed, Dec 11, 2013 at 9:54 AM, Jason Pickerin

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Jason Pickering
Sorry, gave you the wrong link to how to send the completeness information. It should be [1] You can see it here as described in the docs [1]http://www.dhis2.org/doc/snapshot/en/user/html/ch25s06.html On Wed, Dec 11, 2013 at 6:42 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Jason Pickering
Hi Maimoona, I think there are two approaches. The best way would be to transmit the completeness information through the WebAPI as detailed here . We had a similar situation when importing data from DHIS 1.4. In this case, no completene

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Maimoona Kausar
But we are not using any data entry forms. Our data comes into the system via dhisreport module for OpenMRS. This module saves data into table datavalue of dhis directly. I tried finding completeddataset via 'Reporting Rate Summary' but it appears that it has 0 'Actual Reports' for all months (data

Re: [Dhis2-users] Analytics data querying problem

2013-12-10 Thread Lars Helge Øverland
Hi Maimoona, "data sets" refers to data set reporting dates. It calculates the reporting rates based on the number of complete data set registrations (people clicking complete in data entry that is). The table name for your reference is "completedatasetregistration". regards, Lars On Tue, Dec

[Dhis2-users] Analytics data querying problem

2013-12-10 Thread Maimoona Kausar
Hi Team, I am working with DHIS Standard HTML Reports. I am trying to access json data via following: ../api/analytics?skipMeta=true&dimension=pe:201312&dimension=dx:x(dataSet id) . It doesnot return any row for the query. However by eliminating 'dx', it returns 1 row as expected. The d