【发布时间】:2015-11-14 17:53:39
【问题描述】:
在 Netsuite 中,如何在自定义公式中取两个数字/值的最大值?目前以下抛出错误:max({shippingcost},{custbody3})
【问题讨论】:
标签: netsuite
在 Netsuite 中,如何在自定义公式中取两个数字/值的最大值?目前以下抛出错误:max({shippingcost},{custbody3})
【问题讨论】:
标签: netsuite
提供 custbody3 是数字使用 GREATEST({shippingcost},{custbody3})
见http://www.techonthenet.com/oracle/functions/greatest.php
这里的常规说明:Netsuite 在公式中使用 PL/SQL 函数。可以使用功能列表中显示的更多功能。
【讨论】: