Hey All,
I have a Datatable with a single row in it.
Within column 2 there is a nested DataTable which I need to pull out and loop through in order to check for negative values.
Does anybody know the easiest way to extract the Nested DataTable, check for negative values in columns 1 & 2 and then Update the original Nested DataTable?
The DataTable in table form looks like this:
Thanks!