I have a schematic that shows a 66POS connector. It is in the drawing package as a reference, to help with trouble-shooting during installation and maintenance. I don't want any of the information from that connector or the wires that are going to it to be in my BOM or my wire list reports. Is there a way to have reports exclude or not "pull data" from a particular schematic?
It should be very simple in the SQL to modify the WHERE statement. Find some value that is common to just the stuff you want to exclude. Sheet number, book number, part number, component name, anything unique to it, WHERE Xvariable != 'some value'.