Hi
IN below code i am getting error T0.docentry is invalid because of Group By
SELECT Sum(T0."DpmAmnt") - (Select Sum(A0."DrawnSum") from ACH9 A0 where A0."BaseDocNum" = T0."DocEntry") As "NetAmount"
FROM ODPR T0 WHERE T0."CardCode" = 'S04563' Hi
IN below code i am getting error T0.docentry is invalid because of Group By
SELECT Sum(T0."DpmAmnt") - (Select Sum(A0."DrawnSum") from ACH9 A0 where A0."BaseDocNum" = T0."DocEntry") As "NetAmount"
FROM ODPR T0 WHERE T0."CardCode" = 'S04563' Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Dec 21, 2024, 4:33 PM
Hello Ramco,
Please use the below query to make it work as expected..