Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
suzel404
Creator
Creator

Automatically Range selection

Hi all,

Is it possible to obtain dynamically my range selection in my cursor (slider) ?

I select the range 2000-2500. And the cursor is automatically extended between my variable vStart 2000 and vEnd 2500.

If it is possible to achieve that, how can I do that ?

Thank for your help.


4 Replies
MK_QSL
MVP
MVP

Yes, we can do the same.

Just change your variable definition as below

vStart 

=SubField(StartEnd,'-',1)


vEnd

=SubField(StartEnd,'-',2)


Also try to change the static step accordingly...

suzel404
Creator
Creator
Author

Hi Manish,

In fact, my idea is a little complexe... I want to keep my graduation. But when I select the range 2000-2500,

My cursor automatically is positioned between 2000 and 2500. I don't want to change my graduation.

I use trigger but it doesn't work...

A other question : Is it possible to have 3 background colors :

- Min scale To vStart in blue

- vStart To vEnd in Red

- and vEnd To max scale in yellow

I don't known if it is possible to obtain 3 différents colors in the same slider.


suzel404
Creator
Creator
Author


With attachement.

suzel404
Creator
Creator
Author


Hi all,

Is it possible to obtain that with a macro ?