DataShapes Listview problem

Hello Dynamo friends,

I´m having trouble to get this to work.

I want the UI to put out the whole List 0 if i select a. But i only get the first item of List 0.

I can´t change lacing of the ListViewData node, so I´m out of ideas how i can get this to work.

Happy about any advice, thanks!

kind regards

Try @L1?

1 Like

Oh sorry, forgot to add the script if someone wants to try.xyz.dyn (39.1 KB)

@Marcel_Rijsmus: i tried all possible combinations without success.

examples:

Have you tried setting the list lacing to longest?
If that doesnt work you could add the indices of your keys as values and then after the InputForm you simply add a getitematindex node with your original values and indices.

1 Like

Lacing can´t be changed, that gives the following result:

image

I think i get your idea, this workaround actually works:

Thank you @Daan :smiley:

1 Like