Extract Nested DataTable

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!

@elliot.barling

Can you please show some screenshot or so to understand better

Cheers

What do you mean nested datatable?

No longer needed. Building in Python

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.