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.
Copy list of Customers into a filter field
Hi,
I'm trying to create a report which is to include the forecast of a list of customers. I have the list in excel (derived from a saved search), is it possible to copy and paste it somehow into a filter field in the reporting tool?
I don't like the idea of having to enter 500+ customers manually.
The list of customers is collected where a sales rep X is part of the sales team for a specific customer(custom record)
so basically what I want is:
Select customer, sum(forecast)
from forecast(?)
where customer in(select customer from sales_team where sales.rep = 'X')
0