Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic - Setting BOM to sort numerically

1 REPLY 1
Reply
Message 1 of 2
glenrouch84TLA
169 Views, 1 Reply

iLogic - Setting BOM to sort numerically

I have a BOM that has a custom iProperty called BOM Order to be able to sort line items into the desired order, with some of the values being decimals and some being integers up to the hundreds. This can be done manually, but with the process we have, it is repeated constantly and can be automated. However, when trying to use iLogic it sorts it alpha-numerically as the picture shows. How can I get around this without having to edit the BOM Order iProperty for every single part?

1 REPLY 1
Message 2 of 2
A.Acheson
in reply to: glenrouch84TLA

Hi @glenrouch84TLA 

If the manual sort methods don't work for you then out of the box ilogic won't either as your only automating the manual workflow. See below sort method for partlist and here for help page.

Syntax

PartsList.Sort2PrimaryColumnTitle As String, [PrimaryColumnAscending] As Boolean, [SecondaryColumnTitle] As String, [SecondaryColumnAscending] As Boolean, [TertiaryColumnTitle] As String, [TertiaryColumnAscending] As Boolean, [SortByString] As Boolean, [AutoSortOnUpdate] As Boolean )

 

Can you bring the question up on the ilogic forum? There is custom sort functions that might be able to help you out. See this post here realting to custom sort function in the BOM. Please include a sample sort list and the sort criteria you have used (screen shot the editor)

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report