Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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