How can I add TERMS field to PO list report (store ops)

In store ops 2.0 there's a purchase order list report - I want to be able to filter by the TERMS field which is not included in the default filter; how can I edit the qrp file to add this option? Thanks

Reply to
convoluted
Loading thread data ...

hi, add the following code anywhere on the .grp file to get the terms printed Begin Column FieldName = "POTerm" DrillDownFieldName = "" Title = "Title" VBDataType = vbString Formula = "MAX(PurchaseOrder.Terms)" ColHidden = false ColNotDisplayable = False FilterDisabled = False ColWidth = 1320 GroupMethod = groupmethodNone ColFormat = "" ColAlignment = flexAlignLeftCenter End Column

rate me.

"c> In store ops 2.0 there's a purchase order list report - I want to be able to

Reply to
Akber Alwani

Reply to
convoluted

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.