Hello
I have a multiple select field with 5 choices.
I want to make a string field with the summary of selected choices separated with “-”
How do I do that?
Hi,
Thank you for your question! Currently, the formula for multiple select fields in Ragic does not allow for a separator, such as “-”, between the returned values. You might want to consider using different single-select fields along with a string formula to achieve your desired output.
Alternatively, you could list the options in a subtable and use the UNIQUE() formula to summarize the selected choices.