Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
How to marry 2 different search formulas in a single Saved Search?
Goal is to create a Saved Search to compute Safety Stock Level. Trying to combine two formulas and unable to determine how it should be constructed. I created two test searches to verify my formulas work, as follows:
Search 1 (Item Search): Avg Qty Sold/Day - Summary Type: Average, Function: Round
using formula:
To_char({transaction.quantity}/{custitem_nsacs_uomconvrate}/182.5)
Search 2 (Transaction Search): Avg Days to Receive - Summary Type: Sum
using formula:
CASE WHEN {recordtype}='purchaseorder' THEN {fulfillingtransaction.trandate}-{trandate} ELSE NULL END + 14
These work great individually. However, I wish to combine these two saved searches into one and cannot get it to work. Still fairly new to this.