Forum Discussion

stfox's avatar
stfox
Helper I
10 years ago
Solved

Custom filter a text column

Hi Folks

I have created a frequency distribution (see below). The bins are text columns.  Is there are way to custom sort the bins, so that they are in a logical order (0 as first bin, 1-10 next, 11-20 and so on). As a hack I have added a text prefix (a, b , c to allow sorting), but that is a rubbish solution.

 

Does anyone have a better idea?


Cheers

Steve

 

 

  • stfox Probably easieast/fastest thing will be to change your formula for the custom bins by adding another 0

     

    000

    001-010,

    011-020,

    etc...

     

    Other than that you would need to create another Index Column(number) and then sort Day Elapsed (Binned) by that column.

    Like we do with Month names (so they sort 1-12) and not A-Z

2 Replies

  • Sean's avatar
    Sean
    Community Champion

    stfox Probably easieast/fastest thing will be to change your formula for the custom bins by adding another 0

     

    000

    001-010,

    011-020,

    etc...

     

    Other than that you would need to create another Index Column(number) and then sort Day Elapsed (Binned) by that column.

    Like we do with Month names (so they sort 1-12) and not A-Z

    • stfox's avatar
      stfox
      Helper I

      Thanks! Ok - there was also  subtle step (to avoid the greyed out sort button)  that I only figured out when I watched this  video demo of the same technique. 


      Cheers

      Steve