Hey, in saved search results, is it possible to ha...
# general
g
Hey, in saved search results, is it possible to have one row per entry of a multi select field? Such as, if a field on a single item has X, Y, Z values, can the saved search output the same item, on three different rows, with one value per row from the field?
a
Depending on how many selections in the multi-select field, you can hard code it into a column of a saved search through SQL. Basically, each value will have its own column. This could be an alternative versus having just one column with multiple values in commas.
g
Cool as, I've had that suggestion from friends too, to use a column per value. Thank you aries 🙂