Re: [Dhis2-users] Unable to delete data elements and programs

2017-05-08 Thread Em Le Hong
Hi Davis, In order to delete program (with registration) and dataElements, first you need to delete all events and tracked entity instance belongs to that program. In addition, you also need to remove the program out of the userRole, then go to Data Administration module do maintenance task

Re: [Dhis2-users] Unable to delete data elements and programs

2017-05-08 Thread Knut Staring
Hi Kelly, You cannot delete the data element because you already have data entered for it (specifically Tracker data). Regards, Knut On Mon, May 8, 2017 at 4:07 PM, Davis, Kelly wrote: > Hi all, > > > > I am trying to delete a data element but receive the following error >

[Dhis2-users] Unable to delete data elements and programs

2017-05-08 Thread Davis, Kelly
Hi all, I am trying to delete a data element but receive the following error message: "Could not delete due to association with another object: TracledEntityDataValue." What does this mean? And how do I go about deleting the data element given this message? Also, I'm trying to delete a

Re: [Dhis2-users] User log in and log out status

2017-05-08 Thread Jason Pickering
Well that means no one has logged in since the 1st of May. Try an earlier date maybe like? https://play.dhis2.org/dev/api/users.json?fields=userCredentials[code, lastLogin]=userCredentials.lastLogin:gt:2016-05-01 On Mon, May 8, 2017 at 2:24 PM, Muhammad Nadeem wrote: >

Re: [Dhis2-users] User log in and log out status

2017-05-08 Thread Muhammad Nadeem
Thanks Jason, I did process and follow your instruction and in result this is what i have got it. {"pager":{"page":1,"pageCount":1,"total":0,"pageSize":50},"users":[]} please help me thanks Nad On Mon, May 8, 2017 at 12:48 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi

[Dhis2-users] User log in and log out status

2017-05-08 Thread Muhammad Nadeem
Hi All, I am having problems in retrieving user log in and log out status. Any one can help me out in how to get details who's login and log out details. Please help me out. I am using SQL view query "SELECT * from USERS;" it shows me some information but not the updated one. Please help me