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

Recommended Posts

Posted

I have a pricing model where 1 - 6 units cost $ XX, and then further units then cost $ YY.

How can I split the value of the field OrderQty into two fields, BillUnits@XX and BillUnits@YY ?

Obviously I need two calculations,one to return a value of 1 - 6, and the other to show the remaining quantity ordered (if any)....

Help!

Thanks in advance, Ben.

Posted

XX = Case( Number_Units; Min( Number_Units; 6 ) )

YY = Number_Units - XX

Leave 'Do not evaluate if all referenced fields are empty' checked.

Posted

Thanks Lynn, not only have you solved my problem but you've also gotten rid of my calculations mental block (for now).

I never noticed IF(This Condition, This Result, Otherwise Other Result)... d-oh.gif

Thanks again, Ben.

PS. Anyone else trying to use the first calculation use less.gif not < =

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