Thanks, scorpio!
I also found one thing, may be it will be usefull: by SQL request posible to combine folio number and element position like "page.position" (2.B4 or 4.A3).
Add to SQL request text: "..., diagram_position|| '.' ||position AS Position, ..." and in nomenclature table apears column with header "Position" and "page.position" for each elements.
1 2022-10-20 16:35:07
Re: Change headers on nomenclature (3 replies, posted in FR : Aide, suggestions, discussions, ...)
2 2022-10-20 11:49:52
Re: Change headers on nomenclature (3 replies, posted in FR : Aide, suggestions, discussions, ...)
I found the solution by myself. It's posible to change the nomenclature headers by adding to SQL request operator AS.
For my table SQL request is look like this: "SELECT label, comment, designation, manufacturer, quantity, diagram_position, position FROM..." and so on. I write new header name for specified column by adding new name after AS operator like so: "SELECT label AS Item, comment AS Descriprion, designation, manufacturer, quantity AS Qty, diagram_position AS Page, position FROM...".
May be it was usefull.
3 2022-10-20 08:23:21
Topic: Change headers on nomenclature (3 replies, posted in FR : Aide, suggestions, discussions, ...)
Hello! I use QET v.0.90 and it's great app for scheme drawing! Good job of developers and translators!
Can someone help me on one thing?
I would like to change the headers on nomenclature table: from "Label" to "Item", from "Folio position" to "Page" and etc. How I can do that by esiest way?
PS: Oops! At first I posted this topic in french branch of forum by mistake. If moderators can move it to english branch, it will be good.