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

Qlik: right scroll not working

I have a bar chart that has the following property selected in the presentation tab:

Chart Scrolls.jpg

it loads with the bottom scroll bars right justified but the moment a filter is selected, the scroll bar either moves to the center or the extreme left. This is really annoying behavior.

1.  I am using 11.2 version Qlikview.

2. I have tried using a macro to move the scroll bar to the right but that does not work

Macro:

Sub SetScrollRight 

set chart1 = ActiveDocument.GetSheetObject("CH06"

set p1 = chart1.GetProperties 

p1.ChartProperties.XScrollInitRight = true 

chart1.SetProperties p1 

End sub


I am running out of options and need some help.

4 Replies
Not applicable
Author

I have also tried the following on the Layout tab:

Scroll.jpg

still no luck

Not applicable
Author

Hey coolhawk,

Those are the three settings you need to use to get the desired outcome.  I have found that scroll bar settings on bar charts have been a bit buggy in the past few SRs.  For example, I have also noticed that changing "scroll style" on the layout tab doesn't always work until you change the scrollbar width as well. 

Having said that, I did just try to recreate the issue and didn't run into the same problem.  What SR are you on?

Have you tried publishing these changes to the web?  Wouldn't be totally surprised if the scroll worked fine. Might just be a QV Desktop issue

Not applicable
Author

David,

Unfortunately the issue is global and has been seen on the browser as well.

Not applicable
Author

OK - what Service Release are you on?  Maybe an upgrade is in order.

Also try changing the 'style' of the chart to be a horizontal bar chart so the scroll goes top to bottom (or bottom to top on the reverse). I find that user generally like these better anyway.