Sorting order of sub-bars in nested bar graph
Hello all. I'm working on a nested bar graph. On the x-axis are calendar months (represented as 2021-4, 2021-5, etc). The y-axis has a count of tasks accomplished. As the data table shows, a task can be Low, Medium, High, or Uncategorized priority, and the greyish-purple background bar for each is the sum of all tasks in that time period. Easy enough so far.
Now, I would like the "sub-bars" within each time period to appear in order of priority- Uncategorized, Low, Medium, High. I thought that adding a Beast Mode calculated field would let me do this, so I created this:
(CASE WHEN 'Priority' = 'High' THEN 1 WHEN 'Priority' = 'Medium' THEN 2 WHEN 'Priority' = 'Low' THEN 3 WHEN 'Priority' = 'Unprioritized' THEN 4 ELSE 5 END )
However, when I apply that to the sorting, it alters the ordering within each month in ways I don't understand. None of the aggregations produce the order I'm looking for. It was altering the order in which months were displayed as well, but I added the month as an initial filter and it no longer does that.
I'm sure I'm missing something very basic. I'm very new to this, so please don't assume I've tried the easy stuff... I'm still learning what those are. Thank you in advance.
Answers
-
Are you sorting first on the unaggregated date filed and then sorting on the unaggregated sort order beast mode you wrote?
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0 -
Thank you for the reply. I am doing as you say:
That makes the values appear in this order in both the table and the individual category column groups:
This is what I'm calling a "category column group". There's probably a better name than that...
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive