Home › Forum › General › Using the count function on a list control › Re: Using the count function on a list control
February 26, 2010 at 10:40 am #5102
Yes this is expected, but you can do this using conditional scripts.. such that if an item is selected write out to a field called ‘total’ – 1 + value of total (ie it incrementally counts up how may items were selected). just take care what ‘event’ you run this on (ie you will get a bad count if you run this script on the list object ‘data has changed’ if users select, then deselect)