Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Day Sort on Bar Chart

I need to sort the X axis columns by the days of the Week: "MON", "TUES", etc.  I was actually able to do this with one of my tables using an index column.  I have another table with the exact same f...
  • Anonymous's avatar
    Anonymous
    6 years ago

    The solution was to join the subsequent tables onto the existing tables.  The visual required several orgs to sit together in bar chart format.  The source data had the orgs on a single spreadsheet.  To get the required look, I read in the source file 7 times and shaped and transformed the data.  With the first Org I was able to add an index column and sort it.  Did the same thing for the subsequent tables but they would not sort on the index column.  I then joined the subsequent tables to the original table and used the Day column from the original in all of the bar charts.  Not intutive but it worked.