Hi there all,
I know I am close... but not getting it... I want to count the items in the repeating section, I am able to get the count per repeating section but I want the total... from the total I am creating a rule so they can't click more than 5.
I am able to count how many total rows and the section, and I can count how many Sold Option are in each section. But I want to total them.
I tried sum(countCurrItems)
countCurrItems = count (current section.sold Option)
Any suggestions would be great.