Topic: Insert the "simple" elements in the nomenclature without reporting all
Hi Scorpio810,
This will be silly, but having never worked with databases, I'm having a hard time generating a complete nomenclature.
As long as I leave that base:
SELECT label, function, folio, position, designation, title, comment FROM element_nomenclature_view WHERE ( element_sub_type = 'commutator' OR element_sub_type = 'coil' OR element_sub_type = 'protection') ORDER BY label, function, folio, position, designation, title, comment
All ok, 2 pages in total.
However, "simple" items are not listed.
If I also activate the "simple" box, a huge amount of 'unwanted' elements are signaled... (10 pages)...
How can I "filter" simple components like switches, switching power supplies, displays... that don't have cross references (master-slave).
If I want them to be listed in the nomenclature how can I do without ALL being generated?
for example. set any field like unit, quantity, installation or other?.
Thank you.