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

Use button as a slider

Hello all,

I want to use buotton as a slider in qlikview.

I have attached a screenshot.

On click of < and > buttons previous and next Regions values should be displayed with the sliding effect.

How I can do it?

Thank You in advance..

1 Reply
beck_bakytbek
Master
Master

Hi Vrushali,

First of all you should create some variables:

for  instance: ( scriptarea)
1. let vCollHighlight = 'RGB(255,255,255)'

2. let v CollNoHighlight = 'RGB(192,192,192)'

3. let vViewMode= 'Region of South'

Do some changes in your button:

tab:General>Backround>ColorArea>Calculated> = if(vViewMode='Region of South', $(vColHighLight),$(vCollHighlight))

tab: Actions>Set Variable> Variable: vViewMode1>Valu: Region of South

then you should make some changes in your charts:

Tab: Layout: Conditional : vViewMode= 'Region of South'

i hope this helps

kindly

Beck