Use for loop on the datatable and then use this inside to get the count
Total = currentrow.Itemarray.Count(function(x) x.ToString.Equals("True"))
Atlernately on excel you can use countif formula and use autofill range activity
Cheers
Use for loop on the datatable and then use this inside to get the count
Total = currentrow.Itemarray.Count(function(x) x.ToString.Equals("True"))
Atlernately on excel you can use countif formula and use autofill range activity
Cheers