Hello Lorena, at the moment this is not possible out-of-the-box with DHIS, sorry. We are thinking of implementing such a feature but we have not decided on when yet.
With some technical skills you could set up something ad-hoc. First you need to define what those 80 % represents. Is it an indicator for the last month? If you so you could create a report table which will give you the data as JSON, then parse that in a script where you keep some logic, then you could call the message resource in the Web API in order to notify the right users. This script could be driven by a cron job. But again, all this would require some hacking skills and knowledge of the DHIS API. Docs here: http://dhis2.org/doc/snapshot/en/user/html/ch23.html regards, Lars On Fri, Dec 7, 2012 at 1:55 PM, Lorena Guirado Boluda < [email protected]> wrote: > Hi all, > > I'm looking forward to do some kind of alert when an indicator or some > aggregate data, reach a value. > > I try to explain what i need to do: > > When the mortality of a kind of mosquito reach 80% i want to put an alert > (perhaps to some user group). I can keep this data, in an indicator or in > an aggregate data. But I don't know if this is possible. > > > Thank you! > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-users > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-users > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp

