Ugo DI LUCA Posted February 5, 2004 Posted February 5, 2004 2 repeating fields x1 and y1 If n_repeat = 2, fill field ' y ' with [y1-2] This is easy using GetRepetition(x,n_repeat) If x = "John", fill field ' y' with [y - position of "John" in x1] extractTwinRep.fp5.zip
Ugo DI LUCA Posted February 24, 2004 Author Posted February 24, 2004 Here's a slight adaptation of the former, showing how you can extract a value from a repeating field, given the Max value of another Repeating field. extractTwinRepv2.fp5.zip
Recommended Posts