Hi all,
Does anyone know how i would show this in a Pass Through Query?:
Sum(tblLocal.MinQty) AS SumOfMinQty,
I get the following error:
ODBC--call failed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The sum or average aggregate operation cannot take nvarchar data type as an argument. (#409)

Does anyone know how i would show this in a Pass Through Query?:
Sum(tblLocal.MinQty) AS SumOfMinQty,
I get the following error:
ODBC--call failed.
[Microsoft][ODBC SQL Server Driver][SQL Server] The sum or average aggregate operation cannot take nvarchar data type as an argument. (#409)