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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can I customize a scroll bar?

I have a linechart to show a rolling 13 week sales trend; I limited the chart to show 13 weeks at a time by enabling the horizontal scroll bar. This way it will always show the correct number of weeks and the user can scroll back through historical data if they wish to see the trend over a longer period.

The problem however is the scroll bar itself is really easy to miss, is there any way to customize the scroll bar?

1 Solution

Accepted Solutions
Not applicable
Author

You can get scroll bar setting in

Properties -> Layout tab

View solution in original post

4 Replies
Not applicable
Author

You can get scroll bar setting in

Properties -> Layout tab

Not applicable
Author

Not sure how I missed that, thanks!

Not applicable
Author

Have you thought about using the slider object to the function of the scroll bar. you would create two variables with minimum and maximum values ​​of your field and put trigger variable in the function to change:

variable Vmin:

= IF (Vmin <value,'', '> =' & Vmin) & '<=' & (Vmax-1)

variable Vmax

= IF (Vmin <value,'', '> =' & Vmin) & '<=' & (Vmax - 1)

try this.

Not applicable
Author

But make a test, show the Qlikview Desktop in Webview form, this custom scroll bar never works for me.