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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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