Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Try a sort expression like
=Only({1} month_id)
or try to read your month_name values in as dual values:
Try a sort expression like
=Only({1} month_id)
or try to read your month_name values in as dual values:
Thanks a lot!
The given expression worked!