Hi Community,
I have a table ORDER of n orders with the {fields} : order-id, product, quantity, delivery-date
I am trying to use a script to group_by (product, delivery-date) in order to sum the field {quantity} of a group (total-quantity)
Then:
with Automation, create a record in a table GROUP-ORDER with the fields: order-group-id, delivery-date, product, total-quantity
Example on how the results should look like, is shared in the link above.
I’m a little knew to the Scripting App (and my skills in javascript are medium).
Is this approach feasible? and how should I get started?
I managed to group the fields with a script as in : I need help for solving a problem on the script block
However, I am struggling to create a new group-order record in a separate table.
Thanks!