Selecting a particular Data Tree Branch


I want to select all the data from the x branch of a tree {x,y} (See photo attached). The issue is that I can’t Partition chunk it as the amount of data in the y branches changes per item. All data going into Contour is flattened.

Split tree with a mask {7;*}

1 Like

2 Likes

That data looks like to me like it needs Shift Paths.

1 Like

Thank you, this was a good solution. and with a series I could get it to mask each branch {0;}, {1:},…{7,*}.

This was exactly what I was looking for. Thank you

You can also shift paths -1… depends what you want to achieve…

1 Like