Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there any way to set the initial position to bottom for Straight Table?

Hi friends,

Is there any way to set the initial position to bottom for Straight Table?  Referring to the below macro code, how could I change the code to achieve what I want?

--

SUB StartScrollRight

        SET chartObject = ActiveDocument.GetSheetObject("CH01")

        SET chartProperties = chartObject.GetProperties

        chartProperties.ChartProperties.XScrollInitRight = true

        chartObject.SetProperties chartProperties

END SUB

--

many thanks,

William

1 Reply
m_woolf
Master II
Master II

I don't think so. Can you reverse the sort order?