<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Scroll position in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382240#M1274700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, thank for fast response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i changed slider position and run the macro through button, but it is not moving to right of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the cause ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2012 13:50:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-31T13:50:26Z</dc:date>
    <item>
      <title>Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382235#M1274693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that to achieve the scroll bar in line chart should always starts from right side onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382235#M1274693</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382236#M1274695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;via macro.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Set rep = ActiveDocument.GetSheetObject("Document\CH10")&lt;BR /&gt;set p = rep.GetProperties&lt;BR /&gt;p.ChartProperties.XScrollInitRight = True&lt;BR /&gt;rep.SetProperties p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382236#M1274695</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-30T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382237#M1274696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Chart properties its found on the presentation tab, The checkbox is called "Reversed" and is positioned below the "Show/Enable X-axis Scrollbar".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382237#M1274696</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2012-08-30T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382238#M1274698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i filter the data or moved slider position then the macro is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382238#M1274698</guid>
      <dc:creator />
      <dc:date>2012-08-31T13:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382239#M1274699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro sets the initial postion of the scroll box. Once you start filtering data, the scroll box will change postions as required by the filter.&lt;/P&gt;&lt;P&gt;If you wanted the scroll box to be at the right after each filter, you would need to run the macro every time the data is filtered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382239#M1274699</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-31T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382240#M1274700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, thank for fast response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i changed slider position and run the macro through button, but it is not moving to right of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the cause ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382240#M1274700</guid>
      <dc:creator />
      <dc:date>2012-08-31T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382241#M1274701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're correct. That API call sets the initial scroll postion. After that, the user controls the scroll bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 14:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382241#M1274701</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-31T14:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382242#M1274702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After changing the slider position, can we make the scroll position should set back to right after leaving the sheet ? So when user come back again to that sheet scroll bar should be visible at right side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 14:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382242#M1274702</guid>
      <dc:creator />
      <dc:date>2012-08-31T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382243#M1274703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 14:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382243#M1274703</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-08-31T14:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll position in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382244#M1274704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your participation on this post and sharing your knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got to know that it is possible, please share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 14:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scroll-position-in-line-chart/m-p/382244#M1274704</guid>
      <dc:creator />
      <dc:date>2012-08-31T14:23:51Z</dc:date>
    </item>
  </channel>
</rss>

