Re: [Dhis2-users] Drop Down List

2017-07-17 Thread Lars Helge Ă˜verland
Hi Rabia, unfortunately there is no built-in feature for that at the moment. You will need some javascript coding in a custom form to achieve it at the moment. You can use the organisationUnit API to fetch the children in the hierarchy: https://play.dhis2.org/demo/api/organisationUnits/O6uvpzGd5

[Dhis2-users] Drop Down List

2017-07-16 Thread rabbia
Hi, I need to know about how can we make dependent drop down lists in custom data set form? For Example if i select province from one drop down, it shows all the districts present in that specific province in another drop down. Also, How can we get values from DataBase to show in our forms. F