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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

[ASK] QV11 - how to put scrollbar at the right?

Hello Qlikview..

i have an issue that is simple but annoying.

How to put scrollbard position at the right?

i already select Reversed on Presentation, but it show no effect.

I'm using QV11.

I also already have googled it but found no solutions.

Many thx

11 Replies
Not applicable
Author

I've tried this solution :

Setting Scroll Bar to default to the right

And i have set it in "OnAnySelect" and "OnOpen", also i add every chart i want to.

But it only works when i open the file for the first time, then when i select any dimension or change dimension from my group dimension, it back to left-to-right.

It's really annoying for a such great tool like this.

Not applicable
Author

Hi

i used the below macro and it worked

Please note to specify the obhectID, after you paste this macro in the Tools- Edit module

clikc ok and save the document and reopen

Sub SetScrollRight

set chart1 = ActiveDocument.GetSheetObject("CH06")

set p1 = chart1.GetProperties

p1.ChartProperties.XScrollInitRight = true

chart1.SetProperties p1

End sub

thanks and regards

Padma