Custom Sort in bar charts
I followed Domo tutorial to create a custom sorting https://www.youtube.com/watch?v=QAKgsoRweQM but mine it's not working as I expect
Firts I created a beast mode to transform my column like this:
DATE_FORMAT(`Snapshot`,'%b')
and then I needed to sorting by month
so I try to create another beast mode like this:
(CASE
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Jan' THEN 1
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Feb' THEN 2
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Mar' THEN 3
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Apr' THEN 4
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Mai' THEN 5
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Jun' THEN 6
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Jul' THEN 7
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Aug' THEN 8
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Sep' THEN 9
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Oct' THEN 10
WHEN DATE_FORMAT(`Snapshot`,'%b') = 'Nov' THEN 11
else 12
end )
But when I use the filter the sequence it's not in the right timeline
Best Answer
-
@Cintia Is `Snapshot` already being used on the X-axis of your bar chart? If so, you shouldn't need to sort by date since Domo should already know to sort dates chronologically. If you are sorting by other fields as well, that could potentially mess with your date sorting.
1
Answers
-
@Cintia Is `Snapshot` already being used on the X-axis of your bar chart? If so, you shouldn't need to sort by date since Domo should already know to sort dates chronologically. If you are sorting by other fields as well, that could potentially mess with your date sorting.
1 -
@MichelleH Yes, I need it to be "implemented" then "firm" and "potential" how can I use both sorting?
0 -
@MichelleH When I do this the sorting by month keeps not working
0 -
0
-
@MichelleH both of them in MIN? or one in count and the other in MIN?
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.6K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 102 SQL DataFlows
- 626 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 753 Beast Mode
- 61 App Studio
- 41 Variables
- 692 Automate
- 177 Apps
- 456 APIs & Domo Developer
- 49 Workflows
- 10 DomoAI
- 38 Predict
- 16 Jupyter Workspaces
- 22 R & Python Tiles
- 398 Distribute
- 115 Domo Everywhere
- 276 Scheduled Reports
- 7 Software Integrations
- 130 Manage
- 127 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 11 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 110 Community Announcements
- 4.8K Archive