Forum Discussion

cheid_4838's avatar
cheid_4838
Helper IV
1 year ago
Solved

Number range ordering

I have the below table where the percentages (4%, 5%, 10%, 15%, etc) were created by a switch statement.  I then grouped those percentages into ranges as shown below.  To get the ranges in the correc...
  • Uzi2019's avatar
    Uzi2019
    1 year ago

    Hi cheid_4838 

    Or you can have seperate table with idle subgrouping and sorting order.

     

    create relationship between your idle sub grouping an dyou table sub grouping.

     

    use idle subgrouping from newly created seperate table. make sure you apply sort by order step on idle sub groping (new table).

     

    use only idle sub grouping from new table rest column from your old table.

     

    I hope this might help you!