Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi .
Help me identify what is wrong with the code because I get an error message that says "invalid expression".
Is there any way to sum but without grouping?
You are using an aggregate function Sum() in your resident load, you need to add Group By after your where clause. Try that and check. So group by yourfieldname1, yourfieldname2 etc.