How to get the value count in particular Row

@404_Error

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

4 Likes