Hi, I am looking at a situation, where I have a simple grid of points in a rational tree layout.
The aim is to convert the cell order from horizontal lists to diagonal ones.
Things I have tried after browsing through similar issues on the forums:
-
Shifting list then Flip Matrix
The issue with this is that it only creates half the diagonal lists needed if I do not use wrap. -
Relative Item
This does not create the lists I desire. -
Finding Similar Member
I am wondering if this component (or there is a component) that finds the same index across multiple lists, rather than the same members.