Skip to main content
Solved

Calculate the total based on the value of a field

  • January 29, 2021
  • 2 replies
  • 26 views

Forum|alt.badge.img+6

This is handled in two tables

  • Items to order (here I manage the status of whether the product can be shipped or not)
  • Orders

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?

Best answer by Kamille_Parks11

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”

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

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”


Forum|alt.badge.img+6
  • Author
  • Participating Frequently
  • January 29, 2021

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”


Many, many thanks!!! It works perfectly!!! :grinning_face_with_big_eyes: