Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 4437 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have an Invoice System in which I'd like to define a calculation that analyzes all of the invoice's line items for a status of print ready or ship ready, and set's the order's global status accordingly.

 

In other words, if ALL of the line items status are either "print ready" or "ship ready", set the Invice status to "Good."

 

 

I can handle that calculation if it was always based on one line item, but I don't know how to handle all of the line items.

 

Please help.

 

Posted

You'll get ALL of the line items with the List ( ) function.

So I think that you could use something like:

ValueCount ( FilterValues ( List ( LineItems::Status ) ; "Print Ready¶Ship Ready" ) ) = ValueCount ( List ( LineItems::Status ) )

 

This topic is 4437 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.