← Back to team overview

dhis2-devs team mailing list archive

Re: Count events for specific program stage

 

Hi Ramaso,

we do not support that directly per now. However it has come up a number of
times so we will try to get it done for 2.24.

I am thinking we can add another variable for program stage, which allows
you to filter on the program stage ID in the indicator filter, e.g.

V{program_stage} = 'A03MvHHogjR'


https://blueprints.launchpad.net/dhis2/+spec/program-indicator-event-program-stage-count


However, there could be a workaround. Given that you have a numerical data
element which is _always_ filled for the stage, can use the event count
variable in the expression:

V{event_count}


and use that data element in the expression where you filter on a a value
greater > 0, e.g.

#{A03MvHHogjR.wQLfBvPrXqq} > 0


This way, the filter will filter out event which do not have a value for
that data element in that stage.


regards,

Lars






On Tue, May 3, 2016 at 9:28 AM, ramaso hasina <hasina.ramaso@xxxxxxxxx>
wrote:

> Hi,
>
> I'm trying to do a program with many program stage.
> My program indicator is to know the count of events for just the first
> program stage for example.
> How can I do that ?
>
> Thanks.
>
> DHIS2 Version : 2.21 - 20994.
>
>
> *Hasinarivelo RAMASOMANANA*
> *mHealth Specialist*
> Population Services International
> Antananarivo - Madagascar
>
> *​Vies Saines - Résultats mesurables*
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
http://www.dhis2.org <https://www.dhis2.org/>

PNG image


References