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: 
Anonymous
Not applicable

Fixed values for sliders

Hi,

in document two are sliders and a Reset button set two different variables. In the title bar the values are indicated. If I move silders, values are indicated with comma in title bar, that not correct. How can I reset sliders with button and  have the right number format. What is the correct variable. Set or Let?

Set varB0 = 0.002405198;

Set varA1 = -1.990379208;

Regards
Stefan

6 Replies
arjunkrishnan
Partner - Creator II
Partner - Creator II

Right Click Slider-> Go to properties -> Number Tab->Decimal-> Remove Comma -> Place Point

It Will Work Properly

arjunkrishnan
Partner - Creator II
Partner - Creator II

See This One Help Full For u..

its_anandrjs
Champion III
Champion III

1.In reset button -> In action -> In variable text box remove = and paste variable name like varB0 and in Value box paste 0.002405198

2.like for second varA1 and value -1.990379208

tresesco
MVP
MVP

Reset: like:

set1.png

Dis not understand your format issue.

its_anandrjs
Champion III
Champion III

See the attached

Imgsnap.png

Anonymous
Not applicable
Author

Hi,

thank for you reply. There is one mistake in title bar. If i click on Reset-Button, titel bar have value 0.00... and if i move slider, value with comma 0,00 is in title bar?