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

Aug 30, 2007 2 Replies

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


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

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required