Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
abc_18
Creator II
Creator II

how to sort the data values in the bar chart which includes number and strings

Hello everyone,

The problem is when I am creating bar chart numbers are sorting properlyimage.PNG

 

and string values are also geeting arranged alphabetically, but requirement is to show the Finished first, then 3 days, 6 days and so on, please check the screenshot and give me answer as suitable..

1 Solution

Accepted Solutions
allorens_14
Contributor II
Contributor II

Hello!

You can Order your dimension by an expresion.

Try this one:

MATCH(Your_dimension, 'Finished','3 days', '6 days', '12 days', '36 days', '48 days', 'Over 48 days')

image.png

 

View solution in original post

1 Reply
allorens_14
Contributor II
Contributor II

Hello!

You can Order your dimension by an expresion.

Try this one:

MATCH(Your_dimension, 'Finished','3 days', '6 days', '12 days', '36 days', '48 days', 'Over 48 days')

image.png