【问题标题】:NetSuite custom field - Formula to remove special charactersNetSuite 自定义字段 - 删除特殊字符的公式
【发布时间】:2020-11-13 01:06:15
【问题描述】:

我有一个当前保存的搜索公式,它将两个字段中的值以小写形式分组,并且它还用连字符替换任何空格。目前它还删除了两个特殊字符,包括句点和正斜杠。我现在正在尝试修改此公式以同时删除 2 个附加字符,包括撇号 (‘) 和引号 (“) 以下是当前公式:TRANSLATE(LOWER(CONCAT({custitem38}||'-', {custitem16})), '/.', '--') 这对我有用: TRANSLATE(LOWER(CONCAT({custitem38}||'-', {custitem16})), ' "/.', '--')

【问题讨论】:

    标签: netsuite suitescript saved-searches


    【解决方案1】:

    enter code hereTRANSLATE(LOWER(CONCAT({custitem38}||'-', {custitem16})), '"/.', '--')

    【讨论】:

      【解决方案2】:

      这可能有效 TRANSLATE(LOWER(CONCAT({custitem38}||'-', {custitem16})),''"/"/.', '--')

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-11-14
        • 1970-01-01
        相关资源
        最近更新 更多