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.
Count of Item Locations on SO
I'm trying create a saved search that flags sales orders containing items that come from multiple locations.
To be more specific, let's say I have a sales order with 2 line items on it. 1 item's location is X, and the other item's location is Y.
I'm a bit confused as to how to do this.
TransactionType is SalesOrder
Formula (Numeric) is COUNT({item.location})=2
Returns an error.
I know I need a Group By in here, and I've tried everything with no luck.
Any help would be appreciated.
0