Blueworks Live

 View Only
Expand all | Collapse all

Feature/Fix Request - Fix the display order

  • 1.  Feature/Fix Request - Fix the display order

    Posted Tue July 02, 2019 10:28 AM
    When I have quite a few processes that I need to model and then later knit together, I like to number them for easy identification purposes. However, when I view them they do not order as I would expect them to. Is there a way to fix this? See attached.
    LGoDEiLvSBnJrBZWXQwQ_BWLnumbering.png

    ------------------------------
    Stacie Kenney
    Lead Business Process Analyst
    US Bank
    Milwaukee WI
    ------------------------------


  • 2.  RE: Feature/Fix Request - Fix the display order

    Posted Wed July 03, 2019 02:16 AM
    Hello Stacie, one of the easiest ways to do this is to prepend a 0 before those numbers that are single digits (or technically two, as in 00, if you will ever have more than 100 in a space).  The sort is a strict string sort and does not treat integers as numeric as it moves from character to character and compares.  Another option that some chose is to split the numbers with periods (as in 1.1, 1.2, 2.1, 2.2) if that looks better but you could not go past 9.x or the same will occur.

    I hope that helps!

    ------------------------------
    Jeff Goodhue
    Worldwide Digital Technical Specialist
    IBM
    Los Angeles CA
    1-818-735-5189
    ------------------------------