Jan 28, 2021 05:00 PM
This is handled in two tables
What I am looking for is to be able to have the sum of the total amount only of what is going to be shipped.
Currently I have a Rolllup type field in the orders table that brings the data of the items to order that makes me the sum of everything (shipment + pending to be shipped).
Is there a way to get the calculation only for those products that are marked to be shipped?
Solved! Go to Solution.
Jan 28, 2021 05:05 PM
There’s a switch in the field configuration settings that says: “Only include linked records from the [whatever] table that meet certain conditions”. Click that and set the filter to limit to “shipped”
Jan 28, 2021 05:05 PM
There’s a switch in the field configuration settings that says: “Only include linked records from the [whatever] table that meet certain conditions”. Click that and set the filter to limit to “shipped”
Jan 28, 2021 05:32 PM
Many, many thanks!!! It works perfectly!!! :grinning_face_with_big_eyes: