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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Help! I keep getting not a valid expression.
Below is my expression. I think I have an issue with parenthesis, but I am not sure. Any help would be great.
COALESCE(GREATEST({custitemamzaspd2wk}, custitemamzaspd4wk}),0)/COALESCE(GREATEST({custitem_aspd2weektest},{custitem_aspd4weektest}),1)*({custitempreferredstocklevel}+{locationquantitybackordered}+({leadtime}*GREATEST({custitem_aspd2weektest},{custitem_aspd4weektest}))-GREATEST({locationquantityavailable},{custitem_reorderpoint})+GREATEST({custitem_reorderpoint}-{locationquantityavailable},0))
0