Hi, I want to separate fittings and flanges in my BOM. I've tried various rules in "rep_sortgroups.txt" but nothing is working. As you can see here they are mixed together, but I would like to separate them: Here is the section of "rep_sortgroups.txt" SORTGROUP = PIPES # HEADER = @---------------------------------------------------------------------------------------------- RULE = IE_TYPE=CT_PIPE|CT_BEND # The fitting group is defined here because we want it reported after the # PIPES group in the report. No Rules are yet defined becasue so many different # component types belong to this group # SORTGROUP = FITTINGS HEADER = @----------------------------------------------------------------------------------------------- SORTGROUP = FLANGES HEADER = @----------------------------------------------------------------------------------------------- SORTGROUP = JACKETED_FITTINGS HEADER = @----------------------------------------------------------------------------------------------- RULE = EC_CLASS = .*JACKETED.* SORTGROUP = VALVES HEADER = @----------------------------------------------------------------------------------------------- RULE = IE_TYPE = .*VALVE.* SORTGROUP = GASKETS HEADER = @----------------------------------------------------------------------------------------------- RULE = IE_TYPE=CT_GASKET SORTGROUP = CLAMPS HEADER = @----------------------------------------------------------------------------------------------- RULE = IE_TYPE=CT_CLAMP SORTGROUP = BOLTS HEADER = @----------------------------------------------------------------------------------------------- RULE = IE_TYPE=CT_BOLT SORTGROUP = SUPPORTS HEADER = @----------------------------------------------------------------------------------------------- RULE = IE_TYPE=CT_SUPPORT Kind Regards, Sean
↧