|
Posted by Akber Alwani on January 20, 2007, 2:18 am
Please log in for more thread options
HI it very easy. go to Program FilesMicrosoft Retail Management
SystemStore OperationsReports Directory, then open the require report
suppose I am opening the Sales - Detailed Sales Report.qrp in notepad:
then anywhere if your desire add up the column. To add such you can do the
following:
Begin Column
FieldName = "Supplier.Name"
DrillDownFieldName = "Supplier.Name"
DrillDownReportName = ""
Title = "Supplier"
VBDataType = vbString
Formula = ""
ColHidden = False
ColNotDisplayable = False
FilterDisabled = False
ColWidth = 1515
GroupMethod = groupmethodNone
ColFormat = ""
ColAlignment = flexAlignLeftCenter
End Column
This will really solve your issue. I have done this with many reports and I
can filter, group and do whatever I want.
Hi if you like this method just give your comments or email at
alwani89@hotmail.com
"Philip Gass" wrote:
> Does anybody have a report which would enable me to filter this report
> according to supplier, department, catagory etc?
>
>
>
|