Filter list by x value

Hi,

I’m trying to filter several point by the x value.
The output should be multiple lists of points with the same x value.

In the attachment is what i’ve tried, but now i’m stuck.

Thank you in advance.

@Joos_T ,

you can filter by Codeblock:

x >= 0.9 ? true : false  #in Codeblock

points → x.X → filter

KR

Andreas

1 Like

Hi,

Seems like you are looking for List.GroupByKey

Hope this helps.

2 Likes