[XLSX-Renderer] Nested FOR loops #195
Replies: 2 comments 1 reply
-
Hi @unimatrix27 Yes, it is possible in on of two variants:
In that case, using
Could you please provide an example (xlsx file with that)? |
Beta Was this translation helpful? Give feedback.
-
thank you so much for the extensive feedback. I managed to get the nested looping to run just fine. (I had to use the DELETE statement otherwise it would not render anything but the first group) I attached in a zip file the template, the data and the result - and for demonstration I added this grouping to the result manually so you see what you mean. Its nice to have but not super important. I dont think I can achieve this automatically at the moment regarding WS i found everything in example 12 ForEach Special Thanks for this great tool! |
Beta Was this translation helpful? Give feedback.
-
I have data that is grouped by a category so I want to fill a sheet using blocks of data (one block for each category) which would be like nested FOR loop, where the first FOR loop iterates through all cagegories and then within each of those, the inner for loop iterates through all the array entries. Is that possible?
I also want sum rows for each category
What would be even nicer if I could use the excel data grouping function to create those +/- buttons where i can collapse the details and just see the sum of each block.
Beta Was this translation helpful? Give feedback.
All reactions