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

Recommended Posts

Posted

I'm building a database for my cabinetshop.

We fabricate in millimeters but communicate with the customer in inches.

We use the Extend function to convert inches to millimeters.

If you type in the value 36 inches it displays as 915 millimeters.

I would like this value to display in both inches & millimeters,

but I would like it to be done with just one field.

Is there a way to trick a repeating field into using one calculation for Repetition (1) and another calculation for Repetition (2)?

Thanks for any tips,

Jarvis

Posted

Simple example:

case(

Get(calculationRepetitionNumber) = 1; extend(someField);

Get(calculationRepetitionNumber) = 2; extend(someField)* 36

)

But repetitions frequently lead to a host of problems and in general should be avoided.

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