Skip to main content
Announcements
You can succeed best and quickest by helping others to succeed. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Order

hi all,

i have a bar chart with bars like

>3days  1day 2days 3days like

but i want to show shw the bars in order

1day 2days 3days >3days

i hve tried in sort tab but its nt shwng in order?

how can i do?

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Sort your chart by Expression.

Like

Match(Dimension,'1day','2days','3days','>3days')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.

View solution in original post

3 Replies
PrashantSangle

Hi,

Sort your chart by Expression.

Like

Match(Dimension,'1day','2days','3days','>3days')

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
tamilarasu
Champion
Champion

Use the below expression in sort tab:

=Match(FieldName, '1day', '2days', '3days', '>3days')

Chanty4u
MVP
MVP
Author

thnx max and raj...it wrks fine enough..