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 SOs created previous month
Hi All,
In need of assistance in adding a column for qty of sales orders created/opened previous month for a particular product.
Current search:
Criteria:
Transaction:Status = is any Sales Order
Type = is Inventory Item
Formula:Numeric = is less than or equal to 0 = NVL({quantityavailable},0) - NVL({quantitycommitted},0) -NVL({quantitybackordered},0)
Location = is Main
Results:
Name
Description
Available
Formula(Numeric) = NVL({quantitycommitted},0) + NVL({quantitybackordered},0)
Formula(Numeric) = NVL({quantityonorder},0)
Formula(Numeric) = NVL({quantityavailable}, 0) -
NVL({quantitycommitted}, 0) - NVL({quantitybackordered}, 0)
any help would be much appreciated
Thanks in advance,
Al
0