<?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 Always scroll right in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191708#M53689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can you do this so the scroll bar is positioned based on a date value?&amp;nbsp; In other words, position the scroll bar where date=max(date)...or something like that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart that represents Year-over-Year by day.&amp;nbsp; By default the scroll bar begins on the left, at Jan 1.&amp;nbsp; On the right is December 31, but I don't want to see December because we're only in the middle of July.&amp;nbsp;&amp;nbsp; The chart shows only a 30-day window.&amp;nbsp; I'd like the chart to have the max(date) (date to which the report is refreshed) be the center of the 30-day window.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I should mention that I have daily/weekly/monthly charts, each visible when a variable called Toggleview = 1, 2 or 3, respectively.&amp;nbsp; It'd be great if everytime the button that activiates the Daily graphs (Toggleveiw=1) is pressed the defaul position of the scroll bar is in the middle of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any thoughts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 23:30:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-06T23:30:57Z</dc:date>
    <item>
      <title>Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191704#M53685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want the scroll bar always this right even after making some selection.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191704#M53685</guid>
      <dc:creator />
      <dc:date>2010-09-07T15:58:21Z</dc:date>
    </item>
    <item>
      <title>Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191705#M53686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is achieved with the checkbox "Reversed" which is located on the "Presentation" tab, in the upper right corner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 20:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191705#M53686</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-09-07T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191706#M53687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with Reversed is once any filter or selection is applied, the scroll bar will no longer appear at the end. Reversed is only applied on document open. Any ideas how to always force it to the end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 13:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191706#M53687</guid>
      <dc:creator />
      <dc:date>2010-09-08T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191707#M53688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be accomplished by runnig the following macro once (you don't need to trigger it to run at document open or any other event). The easiest way is to use the "Edit Module" window's Test button. The macro below sets the scrollbar to always start from the far end of the chart (making a selection does not reset the state). Change the string "CH82" to match your chart's Object Id.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SetScrollRight&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;set chart1 = ActiveDocument.GetSheetObject("CH82")&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;set p1 = chart1.GetProperties&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;p1.ChartProperties.XScrollInitRight = true&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;chart1.SetProperties p1&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 21:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191707#M53688</guid>
      <dc:creator>celindho</dc:creator>
      <dc:date>2010-09-13T21:21:58Z</dc:date>
    </item>
    <item>
      <title>Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191708#M53689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Can you do this so the scroll bar is positioned based on a date value?&amp;nbsp; In other words, position the scroll bar where date=max(date)...or something like that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart that represents Year-over-Year by day.&amp;nbsp; By default the scroll bar begins on the left, at Jan 1.&amp;nbsp; On the right is December 31, but I don't want to see December because we're only in the middle of July.&amp;nbsp;&amp;nbsp; The chart shows only a 30-day window.&amp;nbsp; I'd like the chart to have the max(date) (date to which the report is refreshed) be the center of the 30-day window.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I should mention that I have daily/weekly/monthly charts, each visible when a variable called Toggleview = 1, 2 or 3, respectively.&amp;nbsp; It'd be great if everytime the button that activiates the Daily graphs (Toggleveiw=1) is pressed the defaul position of the scroll bar is in the middle of the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any thoughts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 23:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191708#M53689</guid>
      <dc:creator />
      <dc:date>2011-07-06T23:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191709#M53690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe it's possible to default the scrollbar position to some particular point in the middle of the chart.&amp;nbsp; I believe your options are all the way to the left or all the way to the right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 23:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191709#M53690</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-07-06T23:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Always scroll right in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191710#M53691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not get it done .It did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 08:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-scroll-right-in-chart/m-p/191710#M53691</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-07-23T08:17:49Z</dc:date>
    </item>
  </channel>
</rss>

