In ExB I'd like to count the number of features where the condition met is true. I have a number of features with a text field called "Is an Issue Flagged?". If the value is "Yes" (i.e True) then I'd like to count them. So if I have 6 features with the field Is an Issue Flagged = "Yes" I'd put a 6 in a dynamic text box.
Here is my expression that doesn't work: IF {Is an Issue Flagged?} = "Yes" THEN COUNT({ObjectID}) END
Thanks in advance.
GR