July 2, 200817 yr Hi, Can I define a repeating field in a script ? Like how we define the array ? I will have different number of values each time. I want to count the values .. say 3 array[1]=aaa array[2]=bb array[3]=cccc then use the values from array. The number of values will vary each time based on how many products the customer orders. I know we can define the repeating field in the table, but is it possible to define this kind of variable and assign the values in the script ? I know that we can get the values from the repeating field using GetRepetition(variablename;#) or just variablename[#] But how do we define that in a script and assign the value to it ? Please help.
July 2, 200817 yr You can define one or more repeating VARIABLES in a script, take a look here: http://fmcollective.com/2007/04/18/creating-multiple-child-records-from-a-list/#more-26 But since this question have landed in the "conditional formatting" forum, should you instead consider portalized views! --sd
Create an account or sign in to comment