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

Re: Can I use sliders in QlikSense ?

Hi Michael,

This is only working with Variable in QlikSense.

Is there any extension which allows to use a field. eg. Period.

Please advise.

Thank you.

Regards,

Chenna

2 Replies
Michael_Tarallo
Employee
Employee

Hi Chenna - not that I know of - but you could use a default list box and do they same thing using a field instead of a variable.

For example, in your script add this - it will create a small data table (Stand alone) - you can then use a list box:

whatif:

LOAD * INLINE [

whatper

0

10

20

30

40

50

60

70

80

90

100

];

The calculation for the expression would look like this:

(Sum({$<Type={'Year-Round Beds'}>}[Value]) * min([whatper])/100)

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
Not applicable
Author

There is a project out on Branch: http://branch.qlik.com/projects/showthread.php?176-Range-Slider&highlight=slider

but I believe for right now it works only with variables.  You could alter the source code to use a dimension and set the range based on grabbing the min and max.

I realize this may only be minimally helpful, but it's a start if you want to expand on this example.

jg