Hi,
I have a repeating group that shows a line for different subject and a text “New” when a new message is created for this subject so a sort of messenger. When the message is read the “new” disappear.
Now in the header, I would like to show how many messages are new. So to count the number of “new” that are visible to increase or decrease as the messages are read .
I would like to base the count on when the text “new” is visible because I have multiple conditions to have it visible.
What is the trick to count visible text?
Thank you