Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Table Scrollbar - Right Align

Hello QlikCommunity,

I'm looking for a way to set the position of the scrollbar to the right.

I already tried it with the following macro (also onopen, activate and so on):

sub Scroll

    set chart = ActiveDocument.GetSheetObject("CH05")

    set chartProperties = chart.GetProperties

    chartProperties.ChartProperties.XScrollInitRight = true

    chart.SetProperties chartProperties

end sub

But it doesn't work.

Currently we are using QlikView 8.50.

Does anyone have other idea to set the position of the scrollbar to the right?

Kind regards,

Marc

2 Replies
sujeetsingh
Master III
Master III

Experts any idea for this option.

Is it a qlikview bug?

Anonymous
Not applicable
Author

any solution?