Configuring Isometric BOM Table

Configuring Isometric BOM Table

jhunix2022
Contributor Contributor
791 Views
4 Replies
Message 1 of 5

Configuring Isometric BOM Table

jhunix2022
Contributor
Contributor

Hi All,

 

I'm trying to reconfigure the structure of isometric BOM table according to our company standard. I'm almost close to finishing it, however, I just have a few more tweaks to do. Is there any other way to set a certain limit to an item (particularly for fittings)? Like adding an "if" code? In my case, I wanted to put all LATROLET & ELBOWLET fittings which is  1 1/2 inches under to Screwed & Socket Weld Fittings, and 2 inches above will fall under weld fittings. Please see attached images for references.

 

Thank you so much in advance.

 

@h_eger @jabowabo any idea on this? Thanks

0 Likes
792 Views
4 Replies
Replies (4)
Message 2 of 5

jabowabo
Mentor
Mentor

Tables are populated by the AggregatedLists section of the isoconfig.xml file. The RowFilter applied there is the gatekeeper of what goes into the table. Find that filter and adjust as required. Use the existing filters to get an understanding of how the syntax works.

0 Likes
Message 3 of 5

jhunix2022
Contributor
Contributor
Hi jabowabo,

Thanks for the prompt response. I already did that. I had arranged and filtered all items according to category. The only remaining parts/fittings that needs to be fixed or categorize are "LATROLET" and "ELBOWLET". My only issue with this, is I need to put a certain size limit for these fittings so that they will fall on the right category. ( 1 1/2 inch under must be under "SCREWED and SOCKET WELD FITTINGS" while the 2 inches must fall to "WELD FITTING").

I tried going back and forth in isoconfig.xml file but can't seem to get any code that would help me do this.
0 Likes
Message 4 of 5

jabowabo
Mentor
Mentor

Your problem is likely that the size read by the filter is for port 1, which is the main size - not branch. You may be better off filtering for a different field - like checking if the ShortDescription contains 'SW' or 'THD'.

0 Likes
Message 5 of 5

jhunix2022
Contributor
Contributor

Hi @jabowabo,

 

I did filter all fittings by their type of connection, except for latrolet and elbowlet. This is a special case for these fittings. 
Anyway, I'll try to dig deeper and see what I can do with this.

Thanks for your time though.

0 Likes