Quantify content of Panels

Hey guys,

I need help. How can i extract the data from a “List Item” into a “Panel” so that in the end i can see only 1 number which counts every element the “List Item” contains together?

For now there is shown:
16 locally defined values…
{0;0} (N = 1)
{0;1} (N = 1)
etc

So in this example i would need the output number “16”.

Best,
strudelone

[List Length] for lists, [Tree Statistics] for trees, as seems to be your case, the last output tell you the number of branches, the second the number of elements per branch/list.

1 Like

Tree Statistics was exactly what i needed.

Tyvm