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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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