Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Saved Search Formula Field Problem
I have a formula that is working great - i really do love these formulas. Anyways, I am having the formula return a field that has many characters - too many. I would like to truncate the results. I was attempting to use the 'LEFT' expression but I was never able to get the syntax right. I had someone else in the office give it a shot but for some reason we never could get it to work. Could someone take a peak and see what I am missing. I would appreciate it!
Thanks
CASE WHEN (LENGTH{parent}>1) THEN (CASE WHEN (LENGTH{custitem_matrix_parent.custitem_tabbed_descrip}>1) THEN (LEFT({custitem_matrix_parent.custitem_tabbed_descrip},500) ELSE {custitem_matrix_parent.storedetaileddescription} END) ELSE {custitem_stand_item_descrip} END