Electric_Soul Posted March 4, 2010 Posted March 4, 2010 (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 March 4, 2010 by Guest
Raybaudi Posted March 4, 2010 Posted March 4, 2010 Hi a repeating calculation field evaluates all its repeatitions a repeating field with option of auto-enter a calculation evaluates ONLY the first rep.
Electric_Soul Posted March 4, 2010 Author Posted March 4, 2010 I do not like that behaviour .... brr doesn't make any sense to me thanks anyways
Recommended Posts
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