[Dhis2-devs] Dashboard Development

2018-03-11 Thread Olaleke Seweje
Hi All, I have just started using DHIS and I want to develop a dashboard based on DHIS2 data, something like https://data.pepfar.net/. Notice that the dashboard does not have the usual DHIS look and feel. I have been told that DHIS has a built in facility for doing this but I have not come acro

Re: [Dhis2-devs] Dashboard Development

2018-03-13 Thread Olaleke Seweje
>your own layout. Note that then you would have to merge back all the new >>bugs fix and features. >> >> If not already done, I would advise to first get a dashboard with the >> already existing DHIS2 layout before thinking to switch to a new one. >> >&g

Re: [Dhis2-devs] Dashboard Development

2018-03-13 Thread Olaleke Seweje
ing. > dhis2.org/course/view.php?id=91 > > > But for a quick one as others suggested you can try the dashboard app in > 2.29 or the Interactive web portal app from the App Store. > > Hope that will be helpful. > > > > On Sun, Mar 11, 2018 at 11:42 PM, Olaleke Sewej

[Dhis2-devs] Importing Organisation Units with groups

2018-04-27 Thread Olaleke Seweje
Hi all, I am trying to import hundreds of org units with their groups. Is there a CSV config sheet format that can be used for this? Maybe I'd need to use 'Organisation unit with group option' on the CSV import page but I need the format of the config sheet. If so, can someone please share the co

Re: [Dhis2-devs] Importing Organisation Units with groups

2018-04-27 Thread Olaleke Seweje
on this. Thanks. On Fri, Apr 27, 2018 at 12:49 PM, Knut Staring wrote: > Hi Leke, > > You can find the format here: > > https://docs.dhis2.org/2.26/en/developer/html/webapi_csv_ > metadata_import.html#webapi_csv_other_objects > > On Fri, Apr 27, 2018 at 12:58 PM,

Re: [Dhis2-devs] Importing Organisation Units with groups

2018-04-27 Thread Olaleke Seweje
ps you could give it a try with >> just one group and a couple of orgunits? >> >> Knut >> >> On Fri, Apr 27, 2018 at 3:43 PM, Olaleke Seweje >> wrote: >> >>> Thanks Knut, >>> >>> I have been to this link before too but it does no

Re: [Dhis2-devs] Importing Organisation Units with groups

2018-04-27 Thread Olaleke Seweje
taring wrote: >>> >>>> Hi again, >>>> >>>> You are right, sorry. It seems the manual is deficient on this point. >>>> My assumption is that the CSV format would be just: GroupUID, OrgUnitUID >>>> (or possibly the reverse order). >&g

[Dhis2-devs] Dashboard Not Loading

2018-05-03 Thread Olaleke Seweje
Hi all, So I got to work this morning and my dhis install that I used up till yesterday before closing malfunctioned. The dashboard and settings do not load anymore but other apps are loading. The dashboard is empty unless other users have done anything behind me but everyone says the didnt do any

[Dhis2-devs] How to perform logical operations in indicator calculations

2018-05-22 Thread Olaleke Seweje
Hello all, Please I am looking for a way to perform logical operations in DHIS. I have an indicator calculation that has a denominator specified as org unit counts that belong to a group (e.g. Group 1) AND have reported in the past month. Any ideas on how I can set this up in DHIS will be appreci

Re: [Dhis2-devs] How to perform logical operations in indicator calculations

2018-05-23 Thread Olaleke Seweje
_ > analytics_table_hooks.html > > Best regards, > Jason > > > On Tue, May 22, 2018 at 4:14 PM, Olaleke Seweje > wrote: > >> Hello all, >> Please I am looking for a way to perform logical operations in DHIS. >> I have an indicator calculation that has a deno

Re: [Dhis2-devs] How to perform logical operations in indicator calculations

2018-05-26 Thread Olaleke Seweje
018 at 11:34 AM, John Mukulu > wrote: > >> Hello Olaleke and Jason, >> We're currently slowly working through documenting the functions >> maintenance, but if you need quick intro and help on it, I have copied my >> Colleague Vincent Minde who's working

[Dhis2-devs] Uploading CSV data file with curl

2018-07-03 Thread Olaleke Seweje
Hi all, I am trying to upload data via CURL as specified in the dev docs - 1.9.2. Creating and updating objects. My request is as follows: curl -d @file._name.csv "http://myHostName/api/26/dataElements"; -X POST "Content-Type: application/csv" -u username:password *The response I got was *

[Dhis2-devs] How to upload data values for data elements generated in custom forms

2018-07-09 Thread Olaleke Seweje
Hello all, Let me paint the scenario. I have data elements: Element A, Element B. Category combination: CategoryCombo C CategoryCombo C is attached to both elements and the elements are attached to a custom form data set. So DHIS created 2 new elements Element A, CatCombo C, Element B, CatCombo

Re: [Dhis2-devs] [Dhis2-users] How to apply disaggregation to indicators

2018-07-26 Thread Olaleke Seweje
data visualizer? > > Regards, > Jason > > > On Thu, Jul 26, 2018 at 12:34 PM Olaleke Seweje > wrote: > >> Hello Jason, >> Thanks for your response but I tried your suggestion to no avail. Let me >> explain my steps in case there is something i did wrong. >>