SELECT( Cast ( $[INV1.Quantity] As Decimal (10, 2) ) )
*
( Cast ( $[INV1.Price] As Decimal (10, 2) ) )
from INV1 where DocEntry = $[INV1.DocEntry]
this is giving error plz help
1). [Microsoft][SQL Server Native Client 10.0][SQL Server]Error converting data type nvarchar to numeric. '' (INV1)
Edited by: shrutisapsen on Nov 30, 2011 11:33 AM