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.
Filter Items from count by internal ID
I wanted to use the following count formula in a saved search but filter out shipping items, tax items and one item by it's internal ID. I would use the filter on the search criteria but I need to sum the the transaction totals as well.
Is this possible?
formula (numeric), summary type="count", formula = count(distinct {internalid}||','||{item})
0