January 13, 200521 yr Surely i am missing something but how can i do this X is a global repeating field Y is a caclulated repeating field How should i set up the calculation so that Y = X. The obove statement only copies the first element and not all. Or shoul i use a script for this ? Thanks jitse
January 13, 200521 yr Author Well thank you. But... i should have mentioned that X and Y are containersfield with graphic elements. Any suggestion then ? much appreciated. jitse
January 13, 200521 yr I'm curious why you would want a calculated field to exactly equal a global; there is no need for the calculated field if you're using globals. But anyway, just make the calculation the same name as the globalfield, so that when you view Define Fields for all fields, Y appears as Unstored, = X
January 13, 200521 yr Author Thanks for your interest. The reasoning is this. Actually the container field is a graphic element. When on screen it is coloured, when printed it is a black an white picture. so i have a calculation field X=if(printtoscreen = 1 , Y , Z) Y and Z are global container fields. X is a container field. I want to use a calculation and not a script because a (large) number of fields are involved. All fields have 10 elements. Any supported is appreciated Jitse
Create an account or sign in to comment