Hello
I have a nested list, and i want to have all entries in a sublist to be in a single entry.
For example:
What i want is to make Sub-list 12 to have only one entry which is: 20192781//22124615//20194646//…
Transposing it doesnt work
Hello
I have a nested list, and i want to have all entries in a sublist to be in a single entry.
For example:
What i want is to make Sub-list 12 to have only one entry which is: 20192781//22124615//20194646//…
Transposing it doesnt work
Hi @NERDASORUS ,
It sounds like you’re trying to join your strings per sublist, not per se transposing, is the following what you’re looking for?
Thank you
@Daan , I have a similar problem.
I have a lists with sublists, of unequel lengths.
When I Transpose the list , the sublist structure is gone.
How can I keep this structure?
Willem
Serial by distance.dyn (112.0 KB)
If you want the first solid from every element, do you even need to tranpose? You can use List.FirstItem at @@L2
@Daan you are right, I don’t need to Transpose.
But I still loose the Grouping.
And the parameter that makes the grouping is not available to the geometry.
Is there a smart way to solve this , with the structure of the lists?
Make sure the ‘Keep List Level’ checkbox is ticked on your List.FirstItem, the input should then be blue and show @@L2 instead of @L2.
OMG, these are the very basics.
Thank you @Daan!