Re: [Dhis2-devs] java.lang.IllegalArgumentException thrown when attempting to launch Event Visualizer

2018-07-09 Thread Kevin Bolger
Hi Dan, Thanks for getting back to me - not 100% sure if this is what you mean - but when trying to launch the EV it seems to stop here: [image: image.png] 1. Request URL: http://ec2-18-219-193-229.us-east-2.compute.amazonaws.com:8080/api/optionSets.json?fields=id,name,version,options

[Dhis2-devs] java.lang.IllegalArgumentException thrown when attempting to launch Event Visualizer

2018-07-09 Thread Kevin Bolger
Hi Folks, I have deployed DHIS2 v2.26 (but I am seeing this same issue seen on v2.29) on an AWS EC2 t2.medium instance running Ubuntu v16.04. The build went fine and I can log into the system with the default account and was also able to restore an old psql dump I need work on (dump was taken on a

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

2018-07-09 Thread Vladimer Shioshvili
Leke, Have a look at the documentation, it gives the example of the csv import file format: https://docs.dhis2.org/2.27/en/developer/html/dhis2_developer_manual_full.html#webapi_data_values_csv You need to specify data element and category option combo in separate columns. Vlad On Mon, Jul 9, 2

[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

[Dhis2-devs] Program Indicator to calculate days between 2 event date

2018-07-09 Thread Em Le Hong
Dear all, Is there anyway that we can create a program indicator to calculate days between 2 different stages? For example: I have a tracker program with 2 stages, I want to know how many days between event date of stage 1 and event date of stage 2. I'm very much appreciated if anyone knows will