Hello,
I'm having this problem and tried the answer in this post:
However, when I build the expression I get an error message that I
have the wrong number of arguments. Can someone tell me what is wrong
with this code?:
TotalOpenOrders : IIf(IsNull(Sum([OpenOrders:Widg et]!
[SalesOrderLineA mount]), "0", Sum([OpenOrders:Widg et]!
[SalesOrderLineA mount]))
Thanks!
I'm having this problem and tried the answer in this post:
However, when I build the expression I get an error message that I
have the wrong number of arguments. Can someone tell me what is wrong
with this code?:
TotalOpenOrders : IIf(IsNull(Sum([OpenOrders:Widg et]!
[SalesOrderLineA mount]), "0", Sum([OpenOrders:Widg et]!
[SalesOrderLineA mount]))
Thanks!
Comment