<@UE3DBP8JC> you can create a custom field based o...
# suiteflow
m
@pmendola you can create a custom field based on a summary saved search and concatenate the values using
LISTAGG
or
NS_CONCAT.
p
So I'd still need to group by sales order then? And also have a result with the concatenated values?
You wouldn't actually group it, just set the available filter to the transaction as per linked documentation
p
I've used these before and I thought I had to use summary results. Maybe I've been missing something though ha
m
You would need summary results just not a grouped column. Just a single Formula (Text) column with summary type MAX and formula
LISTAGG({class})
will probably do the trick
p
Ah right right. And then I will store this value with workflow in a second field! Thanks
m
Yup if you want this to be a stored field