Hi,
I have an app that lets a user select a list of columns from the data, which will be shown as output.
Suppose there is 10 columns and user selects 3 (A,B,C) from them. Is it possible to create a formula which will concatenate the 3 fields as ABC?
In case someone selects A,B,C and D, the concatenation field should have ABCD values. All fields are strings.
In short-How can i create a concatenation field that will dynamically concatenate the user selected fields?
Thanks,
Bharath