如何在Acumatica报告变量中隐瞒刺痛

时间:2020-05-04 15:34:12

标签: acumatica

我正在尝试在自定义报告中合并批次序列号,以显示某物品出售的序列号。我已经在详细信息部分声明了一个变量以连接批次序列号,但是它始终为空。

enter image description here

enter image description here

如何解决此问题?

1 个答案:

答案 0 :(得分:0)

在表达式编辑器中,使用功能>文本> Concat(str1,str2,...)。 您的公式应为:

=Concat($LotSerial,[SOShipLine.LotSerialNbr],', ' )
相关问题