Sorting-Histogram Text

I have created a histogram chart with custom bins. The value is "text" and the sorting is off see below. How can I fix this?
Best Answer
-
Similar to your existing beast mode:
- CASE
- WHEN CEILING(`Process Temperature (DegC)`)<= 0 THEN 1
- WHEN CEILING(`Process Temperature (DegC)`)<= 20 THEN 2
- WHEN CEILING(`Process Temperature (DegC)`)<= 40 THEN 3
- WHEN CEILING(`Process Temperature (DegC)`)<= 60 THEN 4
- WHEN CEILING(`Process Temperature (DegC)`)<= 80 THEN 5
- WHEN CEILING(`Process Temperature (DegC)`)<= 100 THEN 6
- WHEN CEILING(`Process Temperature (DegC) `)<= 120 THEN 7
- ELSE 999
- END
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Answers
-
Hi @user000253
This is because your bins are being sorted based on alphabetical sorting instead of numerical sorting (It's comparing each number one at a time in your value instead of the entire number). When I have bins like this I'll utilize a new beast mode which is similar to the original beast mode I used to create the bins and instead give it a numerical value and put that new beast mode into my sorting and sort on those numerical values.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0 -
Hi @GrantSmith
Thank you. I'm not sure I fully understand what you mean give it a numerical value?
This is my Beast Mode for the custom bins:
CASE
WHEN CEILING(`Process Temperature (DegC)`)<= 0 THEN '-20-0'
WHEN CEILING(`Process Temperature (DegC)`)<= 20 THEN '0-20'
WHEN CEILING(`Process Temperature (DegC)`)<= 40 THEN '20-40'
WHEN CEILING(`Process Temperature (DegC)`)<= 60 THEN '40-60'
WHEN CEILING(`Process Temperature (DegC)`)<= 80 THEN '60-80'
WHEN CEILING(`Process Temperature (DegC)`)<= 100 THEN '80-100'
WHEN CEILING(`Process Temperature (DegC) `)<= 120 THEN '100-120'
ELSE'120+'
END
Do you mean to change, the last part with a numerical value? For example:
WHEN CEILING(`Process Temperature (DegC)`)<= 20 THEN '2'
0 -
Similar to your existing beast mode:
- CASE
- WHEN CEILING(`Process Temperature (DegC)`)<= 0 THEN 1
- WHEN CEILING(`Process Temperature (DegC)`)<= 20 THEN 2
- WHEN CEILING(`Process Temperature (DegC)`)<= 40 THEN 3
- WHEN CEILING(`Process Temperature (DegC)`)<= 60 THEN 4
- WHEN CEILING(`Process Temperature (DegC)`)<= 80 THEN 5
- WHEN CEILING(`Process Temperature (DegC)`)<= 100 THEN 6
- WHEN CEILING(`Process Temperature (DegC) `)<= 120 THEN 7
- ELSE 999
- END
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 7 Cloud Amplifier
- 9 Federated
- 3K Transform
- 114 SQL DataFlows
- 654 Datasets
- 2.2K Magic ETL
- 4.1K Visualize
- 2.5K Charting
- 803 Beast Mode
- 79 App Studio
- 44 Variables
- 758 Automate
- 188 Apps
- 480 APIs & Domo Developer
- 73 Workflows
- 17 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 408 Distribute
- 119 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 141 Manage
- 137 Governance & Security
- 8 Domo Community Gallery
- 47 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive