Forum Discussion

wskallmeyer's avatar
wskallmeyer
Advocate II
9 years ago
Solved

custom sort columns on a stacked chart

  I have a stacked column chart with counts of statuses.  Currently I can only have the chart sort alphabetically by Status Name.  For example, Initiated, Ready for Review, Pending, Interim, Final, ...
  • Vvelarde's avatar
    9 years ago

    wskallmeyer

     

    Please follow these steps.

     

     

    The table with status you can create in Excel or another and add to the model.

  • Phil_Seamark's avatar
    9 years ago

    Absolutely.  You just need to create another table that will be used just for sorting.

     

    The new table needs 2 columns.  One column containing the exact values that match your statuses.  The other column should be numeric and will control the sort order.

     

    Join the column containing the statuses back to your original table.  Set it to sort by the other column.

     

    The main thing is you need to use the Status column from the new table on your axis - you can't continue to use the status column from your original table.

     

    Does that make sense?