<?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 Macro to Scroll a bar chart to its right in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697317#M251840</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;Do we have a macro to scroll the scroll bar position to the right most corner? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Qlikview report with a bar chart which will be exported as an image every month automatically. But, once each month's data gets added, I need the scroll bar position to be at the rightmost point (in order to accommodate the newly added month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be handy to have a macro script which can do that. Can any one please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 08:38:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-03T08:38:55Z</dc:date>
    <item>
      <title>Macro to Scroll a bar chart to its right</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697317#M251840</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;Do we have a macro to scroll the scroll bar position to the right most corner? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Qlikview report with a bar chart which will be exported as an image every month automatically. But, once each month's data gets added, I need the scroll bar position to be at the rightmost point (in order to accommodate the newly added month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be handy to have a macro script which can do that. Can any one please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697317#M251840</guid>
      <dc:creator />
      <dc:date>2014-09-03T08:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to Scroll a bar chart to its right</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697318#M251841</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;Check if this help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14097364852684914" jivemacro_uid="_14097364852684914"&gt;
&lt;P&gt;Sub SetScrollRight&lt;/P&gt;
&lt;P&gt; set chart1 = ActiveDocument.GetSheetObject("CH06")&lt;/P&gt;
&lt;P&gt; set p1 = chart1.GetProperties&lt;/P&gt;
&lt;P&gt; p1.ChartProperties.XScrollInitRight = true&lt;/P&gt;
&lt;P&gt; chart1.SetProperties p1&lt;/P&gt;
&lt;P&gt;End sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697318#M251841</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-03T09:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Macro to Scroll a bar chart to its right</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697319#M251842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply! I have already tried this command, but without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scroll bar does not change its position. PFA my test document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 09:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697319#M251842</guid>
      <dc:creator />
      <dc:date>2014-09-03T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Macro to Scroll a bar chart to its right</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697320#M251843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at attached alternate solution without macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-Scroll-a-bar-chart-to-its-right/m-p/697320#M251843</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-03T10:52:00Z</dc:date>
    </item>
  </channel>
</rss>

