Hi,
please help.
The ROUND() functionality working in the stored procedure but when do call to the sp in SSRS reports the round function not working
it showing output without rounding in the report.
see below:
ROUND(((pc.PurchaseAmt)+ (pc.PurchaseCommission)),2) as PurchaseAmt
Renuka.V