Data Editing - Group Minimums

Hi Everyone,

I have a list of data which has 1200 groups and each group contains 295 items.

I need to get minimum values of each group and obtain a new list with 1200 groups with a single item (every group should only contain the minimum value of 295 items, numerically)

Thank you in advance

depending on how your data is structured you might be just fine with the list item component after you ungroup what’s grouped?..maye post a file for faster help?

*the case below is using points not values…

alternatively, use first/last component

This script looks quite useful.

Thank you for help

I’ll try it. If it doesn’t work for me I’ll send the file.

Thank you again

1 Like

if you’re dealing with values and need min/max then you might be better off with bounds and deDomain