Hi,
I need a node that places the panels above each other. Attached a small network to explain what I want to achieve. Is there a possibility to solve this with a single node? I don't want to slow down the speed of my network.
Example:
I have a list like this:
[0] =0
[1]=500
[2]=400
[3]=300
And i want the result of the list look like this:
[0]=0
[1]=0 + 500
[2]=0+500+400
[3]=0+500+400+300
All hints are welcome.
Regards Nico
NodeToStackPanels.vwx