Program indicator with logical operator not working

Hi all,

I am building a program indicator to fetch all events whose tracked entity belongs to FSW target group, is aged between 19 and 24, was reached, had referral to ITS and Contra-referral to ITS.

Aggregation type: count
Analytics type: Event
Expression: V{event_count}
Filter below

I tested it on demo, but the indicator does not return anything on data visualizer. This is the test data I entered for tracker and displayed in line listing.

I hoped to get 2 as the result for the program indicator above.

Could you please me to find where the problem is?

Thanks

Hi @hernandezmachava

The question is what type has fields with yes values:
Either they are text with options, or they have Yes/No or True_only type.
If the field has text value the expression is valid, otherwise use true instead of “YES”

Hi @Ulanbek,

The fields are text with an option assigned to them:

Thanks.