Re: [Dhis2-users] [Dhis2-devs] Data Stopped Displaying in Pivot and Visualizer

2018-03-20 Thread Stanley Kalyati
Hi Aaron, I have a superuser account with all the rights. On Mar 21, 2018 03:50, "Aaron C White" wrote: > Stanley, > > What are the permissions on your programIndicators and aggregate > indicators? Is it possible that your user does not have access? > > Aaron > > > -- > Aaron C. White > 919.52

Re: [Dhis2-users] [Dhis2-devs] Data Stopped Displaying in Pivot and Visualizer

2018-03-20 Thread Aaron C White
Stanley, What are the permissions on your programIndicators and aggregate indicators? Is it possible that your user does not have access? Aaron -- Aaron C. White 919.522.5585 On Tue, Mar 20, 2018 at 7:34 PM, Stanley Kalyati wrote: > I have cleared my cache completely but nothing.I even re-i

Re: [Dhis2-users] [Dhis2-devs] Data Stopped Displaying in Pivot and Visualizer

2018-03-20 Thread Stanley Kalyati
I have cleared my cache completely but nothing.I even re-installed Google chrome and also tried installing Firefox hoping it was something with my browser and run maintenance and also analytics but to no avail. I have tried using different computers within our organization but the same result,no d

Re: [Dhis2-users] [Dhis2-devs] dhis2 Installation on Dockers

2018-03-20 Thread Edouard Lavaud
Hi Gerald, You can take a look at the following git repository using docker compose (some contains instructions): - Official: - https://github.com/dhis2/dhis2-docker - Community: - https://github.com/elavaud/dhis2-docker - https://github.com/pgracio/dhis2-docker Best, Ed

[Dhis2-users] dhis2 Installation on Dockers

2018-03-20 Thread gerald thomas
Dear All, I am trying to do DHIS2 installation on Dockers. Please can someone help with the procedures. Thanks in advance for help. -- Regards, Gerald ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Un

Re: [Dhis2-users] Analytics Failure

2018-03-20 Thread Alex Tumwesigye
Check your database connection. The web application may be failing to connecy to db. Alex On Tuesday, March 20, 2018, Barnabas Akumba wrote: > Hello All, > > I've been receiving an Analytics Failure message on my DHIS2 Instance > (version 2.27) for some days now. > I've been looking through the

Re: [Dhis2-users] Using attribute options in indicators

2018-03-20 Thread Shurajit Dutta
Great, thanks Jim! On Tue, Mar 20, 2018 at 9:22 AM, Jim Grace wrote: > Hi Nick, > > Yes, in version 2.27 and onwards you can do exactly that. The > attributeoptcombo-id can be given as a third element in an indicator > variable after the dataelement-id and categoryoptcombo-id. See the > document

Re: [Dhis2-users] Using attribute options in indicators

2018-03-20 Thread Jim Grace
Hi Nick, Yes, in version 2.27 and onwards you can do exactly that. The attributeoptcombo-id can be given as a third element in an indicator variable after the dataelement-id and categoryoptcombo-id. See the documentation at https://docs.dhis2.org/master/en/developer/html/webapi_indicators.html. C