Hi All.
In my Gallery I have a Check Icon which appears when two date pickers have an equal value.
I need to have a text label with the total count of 'Checks'.
I thought I would be able to count the number of icons by using the following code however this hasn't worked.
Count(Gallery1.AllItems, Icon21.Visible = true)
Any advise appreciated