Make sum list under list

I WANT TO DISPLAY VOLUME SUM OF LIST HELPED ME
image

HELLO. WHAT IS YOUR PROBLEM HERE? CAN YOU SHOW THE OUTPUTS OF THlNGS AND WHAT lT IS YOU ARE LOOKING FOR?

1 Like

I want to show a list “item volume for example” but the problem is that getting the sum of the list at the end of the list “below list”

Transpose won’t work because the item in index 1 (the sum) is not a list. If you make it a list first before plugging into that List Create, transpose will work but the lists will be of different lengths.

This means that for the rest of the lists after transpose will have a null appended.

1 Like

but I received another problem that the sum is displayed next to the list
is not under list (thanks for the first problem solution)
image

If you want it at the bottom then you don’t want transpose, you just want to add to end.

A couple options, including @mellouze’s.

1 Like

If you want to it to be under your list, just use List.Flatten in place of the List.Transpose node

2 Likes

show me an example if you want

What a lovely way of asking :slight_smile:

Please see @kennyb6 post, it shows it pretty well.

2 Likes

thx it work