mortee Posted March 27, 2007 Posted March 27, 2007 Hi, I have a repeating text field, and I'd like to use the concatenation of the repetitions as a single string (maybe with a given separator string inserted between the values, but this is less important). Any suggestions? I counldn't figure it out, without having to loop through the repetitions in a script and collecting the value in a variable.
mr_vodka Posted March 27, 2007 Posted March 27, 2007 First I would recommend not using repetitions if possible. You limit yourself with repeating fields. Related records is a much better way to go. That being said, if you need to use repeating fields then try something like this. Substitute ( List ( YourRepeatingField); ¶; "|" ) where the "|" is a pipe in this case but you can use a ~ or ^ or something.
Recommended Posts
This topic is 6512 days old. Please don't post here. Open a new topic instead.
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