Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Concat Formula - Adding Space between 2 custom fields
Hi,
We use quite a lot of Matrix Options (around 20 different fields) from Size, Units, Color, Length, Size and Units, Size & Unit, Size/Units etc - All Matrix options fields have around 1000 plus options in their individual lists.
so basically I am trying to CONCATENATE all these different options into ONE field in a SAVED SEARCH. I've never needed this until now, where I need to check around 2000 items if they have the correct UOM but don't know how to add a space in between the fields - for example CONCAT({isonline},{isinactive}).
I tried adding , ' ', and ," ", -- CONCAT({isonline},' ',{isinactive}) // CONCAT({isonline}," ",{isinactive})