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 6736 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I have a product table, there's an "Amount" field calculated by Quantity * Price. I want to add a custom message if the amount is over $1000.-. Not sure how I can do that. Do I need to write a script or there's easier way.

Thank you very much for any help.

-- MTG --

Posted

I'm assuming you want this custom message to appear in a field, perhaps on an invoice.

Make that field a calculation defined as:

If ( amount > 1000 ; "custom message, blah, blah, blah..." ; "" )

Be sure to make the calc result Text.

Posted

Thanks for your quick response.

Actually, I don't want the message to be printed in the field. I want to have a pop up message box to remind the user if the amount is over $1000.-, it has to be approved. Also, I shouldn't define this as a text field, because the total amount of this order is the sum of each amount.

This topic is 6736 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.