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

Recommended Posts

Posted

Hi all

I can't figure why it is possible to check both DATA and CALCULATED VALUE...

If I enter something into DATA, no calculation will be performed !

Or am I missing something ?

For example:

My field's name is: AutoEnter

Into Data there is: 1+3

Into Calculated value there is: Evaluate ( AutoEnter )

I was thinking that when a new record is added, that field contains: 4...but no.

Posted

Here I wish to say that the calculation:

Extend(AutoEnter) is a strange use of the function Extend(), born to be used with normal fields, not repeating ones.

But that is the lonely manner to obtain that FileMaker put the data into all repeatitions...

... lonely I said ?

No, it isn't true; I discovered that also Last(AutoEnter) works...and even GetRepetition ( AutoEnter ; 20 ) !!!

True madness !!

It is like if FMI puts this calc for this situation:

Case(

PatternCount ( calculation ; "Extend" )+

PatternCount ( calculation ; "Last" )+

PatternCount ( calculation ; "GetRepetition" )≥ 1

and

PatternCount ( calculation ; FieldName )≥ 1;

Put data into all repeatitions ;

Put data into first repeatition

)

Infact this calc works too:

Last ( AutoEnter ) & Extend ( AutoEnter ) & GetRepetition ( AutoEnter ; 0 )

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