Calculated field that shows multiple values from checkbox field
Is there a way to set up a calculated field that would return multiple values (separated by a comma) from a multi-select checkbox field?
In our current state, we have a radio button field with various locations listed. Each location has a unique location ID. Whenever someone submits a request through the form, the calculated field provides the location ID based on the location that is selected. We would like to allow someone who submits a request to select more than just one location (via multi-select checkbox), but I'm struggling with attempting to separate out the values (locations IDs) that are returned.
Any help would be appreciated!
An example of the current set-up (which provides one output based on location selection):