I think it is a simple question - maybe you can help me out.
I need to create a comma separated list (to be used in an url)
Some of the values might be present - some might be empty
Example
A_1,B_1,C1
Sometimes the value C1 is not present and therefore the result should be
A_1,B_1
If the values are present all the time it would be easy to use a template column - but it might vary which values wound be there.
Other examples
A_1
A_1,C1
I thought I would be able to use array column or join list column - but cannot see a way through that.
Any thoughts on that?


