Different view with combined quantity

I have a child table and parent table, and in the parent table I do record time, email and date of order taken and delivery address and in the child table it has two columns item name and quantity, so once the person opens the parent table and enter these data time, email and date of order taken and delivery address and coming to child table they do multiple entries for the same item name with different or same quantity. Now what I want is in the child table they do make multiple entries, but I need a different view where I can view only one item name and with combined quantity for that parent table

Nani_2-1712294646603.png

So what should I be doing to get that?

3 REPLIES 3

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Nani 

You may want to click on "expand", then edit this view and add a "Group by" option with the item name.

And "Group aggregate" option with Quantity.

Hi @Aurelien , thanks for the reply

I know about that method, and I am currently using it. However, I have some automations which generate pdf files, in which I want this combined quantity and combined item name there

Aurelien
Google Developer Expert
Google Developer Expert

Ok. This is a very different request.

You will need to use nested Start/End statement in the template.

What did you try so far?

Top Labels in this Space