[Dhis2-devs] Uploading translated versions of indicators

2018-05-04 Thread Himanshu Ardawatia
Hi DHIS2 Devs,

We uploaded several indicators in our system. Now we need to add translations 
of the indicator names, descriptions and few other properties. Codes, UIDs, 
formulas remain the same. Is there a way to do so in bulk from our excel file?

Thanks,
Himanshu

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Data can be seen in pivot table but not in forms

2018-06-05 Thread Himanshu Ardawatia
Hi,

An issue has recently cropped up recently: For some our users, when they enter 
data in a data entry form using specific datasets, it reflects in the pivot 
table. However, when they come back to the form, they do not see any data that 
they entered previously. We are using version 2.26.
Has anyone faced such an issue before? Or does anyone have any suggestions?

Thanks in advance,
Himanshu

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] SQLview - protected tables

2018-03-13 Thread Himanshu Ardawatia
Hi,

Getting the following error while trying to get user list for a given 
organization unit in sql view:

"SQL query contains references to protected tables"

The query is here:
---
SELECT
  userinfo.surname,
  userinfo.firstname,
  organisationunit.name
FROM
  public.usermembership,
  public.userinfo,
  public.organisationunit
WHERE
  usermembership.userinfoid = userinfo.userinfoid AND
  organisationunit.organisationunitid = usermembership.organisationunitid;

---

Perhaps the userinfo table is protected. Is there a workaround this so the said 
data can be accessed? OR any other method?

Thanks,
Himanshu

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp