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

Recommended Posts

Posted (edited)

Hello everybody

I have a simple formular:

Let([



fwn=Get ( CalculationRepetitionNumber );

];



Vorlagenmatrix[fwn]



)

Fielddefenitions:

(1) Vorlagenmatrix | Text[24]

(2) SomeFieldname | Text[2] | Auto-Enter Calculation replaces existing value

(3) SomeFieldname | Calculation[2] | from Tablename, "The formular: Let(...."

The calulation at the top is used with SomeFieldname.

Now I have two different scenarios:

1.

Using Fielddefinition number 2

Result: [color:red]Only the first repetion of the "SomeFieldname" will adapt to changes made in the Fields of "Vorlagenmatrix"

Now I change the type of SomeFieldname to "Calculation"

2.

Using Fielddefinition number 3

Result: [color:red]All repetitions of "SomeFieldname" adapt to changes made in the Fields of "Vorlagenmatrix"

Question: Why is the SomeFieldname(Type:Text)'s calulation, behaving different from the SomeFieldname(Type:Calculation)'s calculation?

Why is only the first repetionen in SomeFieldname(Type:Text) changing??

This sucks :)

Edited by Guest
Posted

Hi

a repeating calculation field evaluates all its repeatitions

a repeating field with option of auto-enter a calculation evaluates ONLY the first rep.

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