SolidWorks electrical wire numbering

I am new to this program and have ran into an issue I haven’t been able to solve. I am trying to create a seamless way of numbering multi line and single line wires. What I am after is on a multi line wire the numbering is the same only the color is different on the wire mark. For single line wires they just need to have different numbers regardless off color or gauge of wire.
The wiring formula is as follows if it’s useful. FILE_USERDAT_0 + “-“ + STARZ(VAL(WIRE_ORDERNO), 3, 0) + SPACE(2) + WIRE_COLOR + “(“ + WIRE_SECTION_GAUGE + “)”
I have created two separate numbering groups in Wire Style Manager one for multi wire lines with the number group properties set to Calculation of order number: Common for the different wires. This produces the correct result for that group.
For the single wire line I created an additional numbering group with its property settings set to. Calculation of order number: Different for each wire. However if I have wires in that group with different colors or gauges it duplicates the number wires. It will also occasionally duplicate the same type of wire. The only way I have found to correct this is to go to Project > Configurations > Project > Mark > Wire and component numbering > and check Unique order number. This however throws my multi line numbering all off no matter what is selected in the Wire numbering group properties. It is also undesirable for components.
Has anyone ran into this issue and how to correct it? I’m running 2019 SP5 .
Thanks Brandon