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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Filtering on Missing Pricing via Formula
Hello.
I have a Saved Search in which I have a formula field that is pulling one of our price levels.
Here's the formula:
NVL(TO_CHAR(CASE WHEN {pricing.pricelevel}='Customization' AND {pricing.minimumquantity}=0 THEN {pricing.unitprice} END),'No Price')
It's working great in the results:
[ATTACH=CONFIG]n356946[/ATTACH]
But when I add that to the Criteria as contains No Price I get a list of all items, even when they originally had a price:
[ATTACH=CONFIG]n356947[/ATTACH]
I've tried multiple combinations of formula (currency, number, text) and filtering styles (=0, empty, contains, etc) and am continuing to get this result.
0