Hello, I am new to Axapta so please forgive me if this is an easy
question.

I am trying to make a calculated field and a group by in the same
query.  This is the query I'm trying to reproduce in Axapta:

SELECT Sum(SalesLine.RemainSalesPhysical*SalesLine.SalesPrice),
SalesLine.salesID FROM SalesLine GROUP BY SalesLine.salesID;

If you don't understand that, I'm trying to retrieve the total
amount for all the physical remaining on each sales order.  I am
open to an easier way to do this if anyone knows of one.

I am trying to use as little code as possible in my reports but am
willing to use code if that is the only way to accomplish this.

Thanks in advance for any help!
Ryan







Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to