BOM Sorting Order
BOM Sorting Order
(OP)
So I've read through current posts and don't see anything that addresses the issue I've ran into.
I currently have 2 different Parts List templates to use, one was created and shown to me when I was hired, the other I made myself. So far as I can tell, the only difference between the two SHOULD be that the one I created auto balloons without stubs, while the other one auto balloons with stubs. However I have also noticed a difference in how the parts sort.
The older parts list sorts by the first digit number then by alphabet, while the parts list I created sorts first by alphabet then by full number. Example:
Old
12345
21
368
ale
erk
zzk
New
ale
erk
zzk
21
368
12345
I can't seem to find this in the settings or know how to change it. Any Ideas?
I currently have 2 different Parts List templates to use, one was created and shown to me when I was hired, the other I made myself. So far as I can tell, the only difference between the two SHOULD be that the one I created auto balloons without stubs, while the other one auto balloons with stubs. However I have also noticed a difference in how the parts sort.
The older parts list sorts by the first digit number then by alphabet, while the parts list I created sorts first by alphabet then by full number. Example:
Old
12345
21
368
ale
erk
zzk
New
ale
erk
zzk
21
368
12345
I can't seem to find this in the settings or know how to change it. Any Ideas?





RE: BOM Sorting Order
http://www.eng-tips.com/viewthread.cfm?qid=400985
Ranjith P R
Automotive Seatings
RE: BOM Sorting Order
I mentioned in one of your previous threads on how to create a template parts list.
Anthony Galante

Senior Support Engineer
NX3 to NX11 with almost every MR (24versions)
RE: BOM Sorting Order
In the one case, selecting to sort by part number A-Z prioritizes the first digit number, then the second digit number, ... , then it moves on to alphabet. In the other case, selecting the same sort function has different priorities. This one first prioritizes alphabetically, and then by lowest to highest number. Given the same part number set, his results in the two lists in my first post.
What settings cause this disparity? I know how to sort, I have the sort function selected in the template in both cases, but I get different results. I'm trying to take the "New" case in my original post and have it sort instead like the "Old" case, where it prioritizes numerically then alphabetically.
RE: BOM Sorting Order
Anthony Galante

Senior Support Engineer
NX3 to NX11 with almost every MR (24versions)
RE: BOM Sorting Order
And here is the newer template: http://files.engineering.com/getfile.aspx?folder=2...
RE: BOM Sorting Order
That to me is the cause of the issue for the way it will evaluate the contents for sorting.
Also, not really a big deal, but I would only ever have one key field for a parts list (your custom one is correct on that, the original isn't).
I would normally use the Part Number, but description will work as well. The key field is what is used as the way of establishing the quantities of parts.
So any attribute value in a key field column that is the same will be combined for quantity. So I would always recommend using the column that is unique to individual parts (P/N or Description are the usual ones).
Anthony Galante

Senior Support Engineer
NX3 to NX11 with almost every MR (24versions)
RE: BOM Sorting Order