产品问题

套打聚合公式怎么错了

金蝶云社区-转角遇到你
转角遇到你

20 产品问题 套打聚合公式怎么错了

表达式计算出错: sum( FTaxPrice *FPriceQty if FISTAX else FPrice * FPriceQty ) ( Decimal is not iterable )套打 … 显示全部

关注问题
代发布回答关注问题收起
  • 关注者1
  • 被浏览161
查看全部2个回答
金蝶云社区-祝大家心想事成
祝大家心想事成

0人认为该答案有用

套打聚会动态字段是设置要表头的吧,表达式换成:Sum(map(lambda x: x.FPriceQty*x.FTaxPrice if x.FISTAX=true else x.FPrice * x.FPriceQty, ActiveObject)),另外需要设置FPr …

编辑于 2024年07月31日 13:53:03

展开阅读全文

查看全部2个回答