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

Slider object with a logarithmic scale

I've tried to find a solution how to create a slider object with a logarithmic scale.

Does anybody have an example of how to do this?

3 Replies
johnw
Champion III
Champion III

It's not really a clean solution, but your slider could specify the powers of ten, such as -5 through 5. Then kick off an action or macro to set the field or variable you really want to use to pow(10,SliderValue). The main problem I see is one of display, as the users probably don't want to see -5 through 5; they probably want to see .00001 through 100000.

Not applicable
Author

Thank you, John. I will make some tests on this.

johnw
Champion III
Champion III

I got curious about what could be done. Here's my attempt. Not great, not terrible.