I am wondering if a feature exists that can solve my problem:
I have a loop with the key element being BOX - inside that box - a loop adding an item and its attributes.
so you end up with a table
box item color size weight
1 shirt blue M 1/2lb
1 pants red XL 1 lb
2 shoe purple 10 3lbs
That was easy to do
now I would like to get a summary
box 1 - 1.5 lbs
box 2 - 3 lbs
is that possible?
Thanks
box 2 3 lbs
Comments
11 comments