[Dhis2-users] Fwd: External evaluation results of MyChild Solution based on Smart Paper Technology in Afghanistan

2018-09-12 Thread Knut Staring
Smart Paper Forms "integrated with DHIS2, CRVS, LMIS" -- Forwarded message - From: Rustam Nabiev Date: Wed, Sep 12, 2018 at 7:35 PM Subject: Re: External evaluation results of MyChild Solution based on Smart Paper Technology in Afghanistan To: BID Initiative Discussions Dear Ch

Re: [Dhis2-users] SQL protected Table Issue

2018-09-12 Thread Jason Pickering
Hi John and Tuzo, While that may work, there are problems with that approach since during upgrades, that table may be modified, and if there is a view referencing it, the upgrade may fail. So, its not a recommended approach. These tables are "protected" because the API enforces various sharing an

Re: [Dhis2-users] SQL protected Table Issue

2018-09-12 Thread tuzo engelbert
Dear john, If you have access at the backend(server side) you might need to create view of that trackedentityattributevalue like create view te_trackedentutyattributevalue as select * from trackedentityattributevalue; And hence use view created in your sql Thanks On Tue, 11 Sep 2018, 4:54 p.m.

[Dhis2-users] [Dhis2-devs] Unapproved data is visible for users not assigned the "View Unapproved Data" permission

2018-09-12 Thread Preeti Ajgaonkar
Hi team, Recently we have been noticing that users who have not been assigned with the "View unapproved data" permission are able to see unapproved data in reporting apps i.e. Pivot tables, Data Visualizers and event reports. We have been seeing this since DHIS 2.27 onwards. Could you please let u