Display only in one column.

Hi,

I need to add in the Sales District by range n display only in one column in customer sales analysis report. How to do it?

I’m using AX 2009.

please elaborate…

In AR\Reports\Customize\Customer Sales Analysis Report

I need to add in the sales district by range.

In the dialog form. I add in one more label - “Sale District” and I had changed the name into “From District” and “To District”.

The situation when user key in the data is: Lets say “From District” = user key in A and To District = user key in D. Then the report must displayed A-B-C-D also.

What just happen now is report print A only. Please guide.

Could you be able to show the code that filters the data based on the chosen dialog field values?

I had add in code as below:

classDeclaration

smmSalesDistrictId tosalesDistrict;

getFromDialog

tosalesdistrict = dlgtosalesdistrict.value();

dialog

dlgtosalesdistrict = dialog.addFieldValue(typeid(smmSalesDistrictId), tosalesdistrict, “To District”);

hehe… done already. [;)]