Is it possible to do the following as a scalar query:
SELECT
SUM(Amount) - SUM(Other_Amount) NetAmount
FROM
SomeTable
I've read up on both aggregates and expressions, but I can't seem to put them together into an IEntityField2, which is what the GetScalar method needs.
Version 2, latest builds, Adapter vs. SQL Server.
Thanks,
Phil