Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我编辑公式时,会显示一条错误消息。我们想按顺序对发货日期进行排序。
参数字段
“此处需要日期时间”的错误消息
缺少 ToText {CUST_ORDER_LINE.PART_ID} ()
需要为 ToText({CUST_ORDER_LINE.PART_ID},0,"")
If then else 必须为所有分支返回相同的数据类型。
所以将日期转换为字符串。例如, ToText({Ship_Date}, 'yyyyMMdd') 并将数字转换为字符串。例如,ToText({PartN}, 0, "")