Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slider value sorting not working properly

Hi All,

I have a slider with Month values in it (Our Database has the values are characters) and I am sorting this based on the month_id, which is a key associated with each month name. But when I select a month value or a range of month values using the slider, the values become jumbled up and the selection is not proper. I am attaching a dashboard that shows this issues. How else I can sort this slider values, so that even during selection, they are sorted appropriately?

Thanks.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try a sort expression like

=Only({1} month_id)

or try to read your month_name values in as dual values:

Get the Dates Right

View solution in original post

2 Replies
swuehl
MVP
MVP

Try a sort expression like

=Only({1} month_id)

or try to read your month_name values in as dual values:

Get the Dates Right

Not applicable
Author

Thanks a lot!

The given expression worked!