Consulta

@mively,

Reset the variable value to “0” before execution of the assign activity.

totalSinNCFV="0"

And check Status column Contains Expired by this expression

totalSinNCFV = CStr(dtIndustrial.AsEnumerable().Where(Function(row) row("Status").ToString().Contains("Expired").Count())
1 Like