Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
You can get scroll bar setting in
Properties -> Layout tab
Not sure how I missed that, thanks!
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.
But make a test, show the Qlikview Desktop in Webview form, this custom scroll bar never works for me.