Compare values among sublists

Dears,

How would be possible to compare the sublists data among other sublists, for instance:

you need first 2 indices of all list right?

Dear _Vijay,

I’m not looking for the two first elements of the list, what I’m looking for it’s to know the elemen it’s not repeated with the following sublist, hence, I would need to compare a sublist with the following one.

LunchBox have a Node list compare

or try like this

https://forum.dynamobim.com/t/compare-list-of-lists/34111/15?u=_vijay

What you proposed, it’s compare two different lists. The issue here is I’ve one list, divided internally into sublists what I need to compare among them.

like this?


compareSublists.dyn (15.0 KB)

1 Like

cool,

That’s the way

thanks

1 Like