Jump to content

[IronPython] How can I access a value in a different column as another value in the same row


Michael Daiy

Recommended Posts

Hopefully the script shown in the screenshot will be of use. If the max value for a column is known, DataTable.Select(expression) will return a RowSelection that can be used to get the value(s) from another row. Note that multiple rows may be returned by the Select if multiple rows of "Column B" contain the maximum value.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...