Hello Experts all,
I am trying to add the total qty in rdlc..but in output always showing the # Error. My expression is below with print layout. please suggest me to resolve it.
*This post is locked for comments
hi
i have the same of this problem but in fields value not SUM function excatlley am working into report ID 38 ( Blance By period ) the canit be as decimal or integer when export to excel #error code is preview i tested a lots of function and no working can help me
thank you
Through this, query resolved. Actually, I have added the unit of measurement and qty in same data fields.
FORMAT("Transfer Shipment Line".Quantity)+' '+"Transfer Shipment Line"."Unit of Measure"
That's a reason, the error was coming.
thank you very much for your support.
Now query is resolved.
Still getting the no result, showing all 0
Hello,
Please convert your Qty_Nos to integer. Try like this Sum(CInt(Fields!Qty_Nos.Value)
Hello,
write something like:
=SUM(IIF(IsNumeric(Fields!Qty_Nos.Value), Fields!Qty_Nos.Value, 0))
Note: This error mostly came, if value is not in correct format that are acceptable by field or divide by zero.
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156