Raybaudi Posted November 12, 2006 Posted November 12, 2006 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.
Raybaudi Posted November 12, 2006 Author Posted November 12, 2006 BTW: I'm attaching a file to better explain what I mean... it is the neverending story of AE a repeating field : AutoEnter.zip
Raybaudi Posted November 13, 2006 Author Posted November 13, 2006 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 )
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now