I have a table CustInvoiceJour. I use report to print some info by grouping some fields (Sales Price, SalesUnit in the report Query. Report prints sum(LineDisc), sum(LineAmount) values.
I want to modify report adding one more group by field - but that field is display method. Axapta 3.0 only supports physical fields to group by.
What is the fastest possible way to do that?