Hello
I am tabling a bunch of data. In the table there is a field called Workflow Sort Order which orders the the data within the logs:
"Name" "Vendor" "EngagementScope" "Workflow Step Sort Order" "Step Due Date"
AA Vendor1 TestEngagementScope1 0 2018-02-15 20:38:10.154000
AA Vendor1 TestEngagementScope1 1 2018-03-01 20:38:10.154000
AA Vendor1 TestEngagementScope1 2 2018-03-08 20:38:10.154000
AA Vendor1 TestEngagementScope1 3 2018-03-15 20:38:10.154000
AA Vendor1 TestEngagementScope1 4 2018-03-22 20:38:10.154000
AB Vendor2 TestEngagementScope1 1 2018-02-15 20:38:10.154000
AB Vendor2 TestEngagementScope1 2 2018-03-01 20:38:10.154000
AB Vendor2 TestEngagementScope1 3 2018-03-08 20:38:10.154000
What I would like to do is eval or something to only show the lowest value of "Workflow Step Sort Order" for each "Name"
Thanks for the help!!
↧