Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Transaction Search - Item Join, issues bringing Parent Values
Hello,
I'm trying to show me the Top Sellers for 2017 (Grouped) via a Transaction search. I've got a few item fields and well they're not working correctly or I don't know how to make them show correctly.
I'm trying to -
1. Show me Parent Internal ID and Internal ID.
I've tried this FORMULA - nvl({parent.internalid}, {internalid}) and used Maximum
This is a working code from an Item Saved Search. The one I'm running is a Transaction Saved Search.
2. Show me Display Name.
I've tried this FORMULA - NVL(REGEXP_REPLACE({parent.caption},'<[^<>]*>',' '), REGEXP_REPLACE({caption},'<[^<>]*>',' ')
0