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.
How to create a Saved Search for Total Purchases from Customer of particular Item?
We would like to create a saved search that shows the total purchases a customer has made the past 90 days when they have purchased a particular item (item A).
We have a transaction saved search setup with these criteria filters:
Type: any of Cash Sale, Invoice, Credit Memo, Cash Refund
Item: Item A
Tax Line: False
Shipping Line: False
Main Line: False
COGS Line: False
The results fields are:
Name: Summary Type Group
Date Created: Summary Type Group
Item: Summary Type Group
Formula (Currency): Summary Type SUM, Formula: CASE WHEN {trandate} between trunc(add_months({today},-3)) AND last_day(add_months({today},-0)) THEN {amount} ELSE 0 END
0