GitHub user PARKER-X created a discussion: How can i sort y axis with category name
how can i sort 0-5,5-10 etc <img width="249" height="150" alt="image" src="https://github.com/user-attachments/assets/e377709a-4582-4613-8b56-fe656e32e2e7" /> I tried CASE experience_band_sort WHEN 1 THEN '0-5 yrs' WHEN 2 THEN '5-10 yrs' WHEN 3 THEN '10-15 yrs' WHEN 4 THEN '15-20 yrs' WHEN 5 THEN '20+ yrs' ELSE 'Unknown' END if i use experience_band_sort than it works but don't want 1,2,3,4,5 etc i hope u understand what am i trying to say GitHub link: https://github.com/apache/superset/discussions/42790 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
