在Crystal 2008中,此处需要一个字符串(如果为其他语句)

时间:2019-06-27 10:57:01

标签: if-statement crystal-reports crystal-reports-2008

嗨,我遇到了错误

  

“这里需要一个字符串”

在Crystal 2008中尝试以下操作时:

If {InvPrice.SellingPrice} = 0 then "0" else 

({InvPrice.SellingPrice}-ccur({?Pm-Documents/Document/Det

有人可以给我一个解决方法的线索吗?

1 个答案:

答案 0 :(得分:0)

我通过删除双引号解决了该问题:

If {InvPrice.SellingPrice} = 0 then 0 else 

({InvPrice.SellingPrice}-ccur({?Pm-Documents/Document/Det