Thank you Brajesh, that covers it.
2014-03-31 9:22 GMT+02:00 Brajesh Murari <brajesh.mur...@yahoo.com>: > eg. Indicator = ( Data Element / (D * 3) ) > > Here D indicates number of days in current month. > > ie. if number of days in current month == 30 > than or (D+D+D) or (D*3) will return 90 > > Similarly, if number of days in current month == 31 > than or (D+D+D) or (D*3) will return 93 > > Similarly, if number of days in current month == 29 ( ie. in leap year ) > than or (D+D+D) or (D*3) will return 87 > > In present scenario, there is no way to define the indicator so that 'D' > would always be the last 3 months. > We can define indicator with addition (+) or multiplication (*) > mathematical operators with combination > of 'D' for representing approx 3 months' total days count, but not last > three months' total day count. > > Keneeth, i think you are looking for D or mathematical expression with D > such that it should return exactly last > three months' total day count ! > > Regards > Brajesh Murari > > > P please consider the environment before printing this email > > On Monday, 31 March 2014 12:14 PM, Kenneth Børtveit < > kenneth.bortv...@gmail.com> wrote: > Alright, thank you. It solves the problem in a way. > > I was looking for a way to define the indicator so that 'D' would allways > be the last 3 months, is that possible? > > > 2014-03-31 8:20 GMT+02:00 Jason Pickering <jason.p.picker...@gmail.com>: > > You can use the special paramater "D" which will give you the number of > days in the period in question. Is this what you want to achieve? > > Regards, > Jason > > > > On Mon, Mar 31, 2014 at 8:13 AM, Kenneth Børtveit < > kenneth.bortv...@gmail.com> wrote: > > Hi! > > I am trying to make an indicator that aggregates a dataelement over a > month and divides it by the number of days in the last 3 months. > > Does anybody have any advice? > > Best regards, > Kenneth Børtveit > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-users > Post to : dhis2-users@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-users > More help : https://help.launchpad.net/ListHelp > > > > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-users > Post to : dhis2-users@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-users > More help : https://help.launchpad.net/ListHelp > > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp