Summary Report in Ax2009

guys i am creating Summary Report for (Account : 1110) its summarize correctly. But i want to summarize the Marked column Sales Order should be Blank if i make report for single Sales order its should appear otherwise it should be blank what i do for that

Regards,

Caspar

How you are calling this report?

Ax2009 → AOT → SalesInvoice (Report) → if i click the ok button from SalesEditLine form or TaxInvoice the report is generating but i want to be blank Sales Order how to do that ? ? ? ? ? ?

So you are trying to post invoice with multiple sales orders. In such case you can use custInvoiceJour.isSummaryUpdated() to differentiate.

can u plz explain once clear ? ? ?

This method will tell you if a single invoice is posted for multiple sale orders. You can decide to show the sales Id based on the value returned by this method. You can do that with the help of display method and change the report field to show the value from display method instead of table.