January 12, 200521 yr I have been beating my head against a brick wall for the past couple of days over a problem I have... I need (I think) a custom function that will parse a text field to populate a repeating field. The text can be delimited by <CR>, or anything else... I simply cannont figure out how to do it. Any ideas?
January 12, 200521 yr No Custom Function necessary, simply make your repeating field a calculation or an auto-entered calculation text field equal to Let( T = Substitute( Extend(TextField); ["del1";
January 12, 200521 yr Author Since I don't need multiple delimiters, I shortened it to: Substitute( MiddleValues( TextField ; Get(CalculationRepetitionNumber); 1 );
Create an account or sign in to comment