Hi
I am getting error =Sum(IIF(Fields!Qty.Value>0,Fields!Qty.Value * Fields!UCost.Value,0))
Thanks
*This post is locked for comments
Hi
I am getting error =Sum(IIF(Fields!Qty.Value>0,Fields!Qty.Value * Fields!UCost.Value,0))
Thanks
*This post is locked for comments
=iif(sum(Fields!Qty.Value)>0,Fields!Qty.Value * Fields!UCost.Value,0)
Try this.
Hi
No still it is giving error. In Dataset i have observed in some records it is showing Qty value as <> and same in Unit Cost.
Thanks
Hi,
can you give a try to =Sum(IIF(Fields!Qty.Value>0,(Fields!Qty.Value * Fields!UCost.Value),0))
Let me know in either case. Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156