Help needed to filter a BAQ to return only the Kit Parent Line

I have created a Quote Line BAQ, however, the results are returning all lines in the quote. I would like to filter out the kit lines and only see the parent kit line displayed. Looking for suggestions on how to adjust the BAQ to remove the QuoteDtl_DisplaySeq lines and only return the QuoteDtl_KitParentLine.

If you want to see all lines except kit components, I think KitFlag <> ā€˜C’ does the trick.

If you literally only want to see Kit Parents and nothing else, KitFlag = ā€˜P’.

1 Like