Using the Greater than when creating indicators formula

Good day
I am trying use the greater expression to create an indicator for example to create an indicator that returns the number of boys whose age is greater than 5. I am using something like this: boys age > 5 but it says Expression is not well-formed

@arnold, try to use expression builder by picking up the variables from the right side, do not type by yourself the variable name.
Good luck

2 Likes

thanks @Ulanbek

1 Like

Dear @arnold ,

Good day, and thanks for your post.

Kindly note that in the Edit Expression tab add what you need to count for example V{event_count} and in the Edit filter tab adds your variable name in this format:
#{boys age} > 5

Please let me know if you need further assistance.

Best regards,

1 Like

thanks @ayman.tuffaha

2 Likes