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?
Hi,
Sort your chart by Expression.
Like
Match(Dimension,'1day','2days','3days','>3days')
Regards
Hi,
Sort your chart by Expression.
Like
Match(Dimension,'1day','2days','3days','>3days')
Regards
Use the below expression in sort tab:
=Match(FieldName, '1day', '2days', '3days', '>3days')
thnx max and raj...it wrks fine enough..