Re: [Dhis2-users] Indicator: Numerator and Denominator objects not found.

2018-03-16 Thread Isaiah Nyabuto
Hi Lars, Agreed. I imported data elements metadata but yet still, some are not mapped in the indicators. I resorted to manually pointing the indicator related data elements to the correct source. This could be a very tedious process if I had so many indicators. I believe there could a better way

[Dhis2-users] Approval Status in Analytics

2018-03-16 Thread Ibrahim Bayoh
Hi All, Is there a way to check and display approval status in analytics(pivot tables, chats)?, I know there a manual way to check for approval by org units in Report app. My use case is to have an indicator or data element that will display and update the approval status when it's

Re: [Dhis2-users] Indicator: Numerator and Denominator objects not found.

2018-03-16 Thread Lars Helge Ă˜verland
Hi Isaiah, very likely you have exported and then imported indicators without including the data elements part of your indicator expressions. Currently we have a set of options under "metadata export with dependencies" (see Import-export app), but we don't support indicators with related

Re: [Dhis2-users] Insight on program indicator and rule

2018-03-16 Thread Aaron C White
Natalie, In addition to what Markus and Prosper have suggested, do you have access to the logs of your server? That can be a very useful source of information especially when trying to debug program indicators. I will usually set up a terminal tailing the log and then try to view my program

Re: [Dhis2-users] Insight on program indicator and rule

2018-03-16 Thread Prosper BT
Hi Natalie, In addition to Markus advice above, also check the you use of brackets, they are not balanced (d2:daysBetween(A{Date of birth},V{enrollment_date}) / 365) in this expression, you are dividing before executing and calcultating the entire days between, should be (d2:daysBetween(A{Date

Re: [Dhis2-users] Indicator: Numerator and Denominator objects not found.

2018-03-16 Thread Isaiah Nyabuto
Hi David: Thank you. I can see that. Firstly I discovered that the numerators and denominators data elements uids are not existing in my database. Is there a way I can filter metadata by the date it was last updated? Thank you On Fri, Mar 16, 2018 at 12:23 PM, David Muturi

Re: [Dhis2-users] Indicator: Numerator and Denominator objects not found.

2018-03-16 Thread David Muturi
Hi Isaiah, The uid showing on the screen should be that of the data element (please check that it is correct). Also it should be enclosed in the chars as shown #{uid}. rgds David On Fri, 16 Mar 2018, 08:11 Isaiah Nyabuto, wrote: > Dear Dhis2 users, > > I recently