I have 8 custom fields on an item record. How can ...
# suiteanalytics
g
I have 8 custom fields on an item record. How can I get the values of these fields to be in one column in a saved search? And not like, concatenated. I'd want a separate row for each populated field on a record.
c
So if you have 3 populated custom field for a given item, you want 3 identical rows (apart from the 1 custom field value)?
g
Correct.
k
Can't be done
party furby 1
😀 1
g
I was anxiously awaiting @KevinJ of Kansas!
Darn.
k
Sorry. Been taking some time off between jobs.
👍🏻 1
This *might be possible with sql
SuiteQL
g
Congrats on the switch! I have 8 separate saved searches that I combine through power query, which works fine, but I was hoping to consolidate to one. I was thinking that it could possibly be done through SuiteQL, however I've never used it and not sure if I have access to it.
c
You can do it with a DISTINCT and a load of UNIONs
g
In SuiteQL?
c
Yes
g
Good to know, and I figured it would be UNIONs