Corey-Troy Posted December 13, 2010 Posted December 13, 2010 I have a repeating Number field[24]. I now want to set another field to display all the values in the repeating field, but only those that have a value in them. I want each of the values separated by a ", " for ease of viewing. I will need to set the field long enough in size to allow for the possibility of 24 separate numerical values. And allow for the comma between each value also. Would the field need to be set to a Number field or a Text field, as it includes comma's ? How can i achieve this?
comment Posted December 13, 2010 Posted December 13, 2010 You could use = Substitute ( List ( YourRepeatingField ) ; ¶ ; ", " ) The result of the calculation is Text. All the usual warnings about using repeating fields apply.
Recommended Posts
This topic is 5152 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