<?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: Using Macro to Scoll Page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125522#M370493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not going to comment on your group description (at least I'm not part of you target group &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;), but you may find this worth considering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Scrolling is bad. If you create a dashboard, try to avoid everything that forces a user to scroll/page down. Imagine that your brand-new electrical car forces you to scroll down the dashboard to get to the mph or rpm dial...&lt;/LI&gt;&lt;LI&gt;Such things do not work in the AccessPoint with AJAX clients (the main work area for most Qlik end-users). You can't manipulate the document layout in a browser using VBScript macros. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you can explain what this technique is going to be used for, we may be able to offer alternative user-friendly solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 07:29:49 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-07-11T07:29:49Z</dc:date>
    <item>
      <title>Using Macro to Scoll Page</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125521#M370492</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;I was wondering if anyone knows of a way to use a macro to scroll the viewable page.&amp;nbsp; I envision something similar to using a macro to set the top left of a Sheet Object.&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(ex.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sub MoveChart&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH09")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos = obj.GetRect&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Top = pos.Top + 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Left = pos.Left + 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.SetRect pos&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;===================&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am using a button to call the macro that will move the object down to the appropriate place on the sheet but also want to move the viewable focus of the sheet down to match the new location of the object.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm sure this group of brilliant minds has run across this at some point and would be willing to share!&amp;nbsp; (or tell me I'm just chasing a pipe dream)&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance for any advice you could provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 01:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125521#M370492</guid>
      <dc:creator />
      <dc:date>2016-07-11T01:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Macro to Scoll Page</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125522#M370493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not going to comment on your group description (at least I'm not part of you target group &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;), but you may find this worth considering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Scrolling is bad. If you create a dashboard, try to avoid everything that forces a user to scroll/page down. Imagine that your brand-new electrical car forces you to scroll down the dashboard to get to the mph or rpm dial...&lt;/LI&gt;&lt;LI&gt;Such things do not work in the AccessPoint with AJAX clients (the main work area for most Qlik end-users). You can't manipulate the document layout in a browser using VBScript macros. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you can explain what this technique is going to be used for, we may be able to offer alternative user-friendly solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 07:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125522#M370493</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-11T07:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Macro to Scoll Page</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125523#M370494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Peter that scrolling itself isn't very user-friendly and if there is really a mandatory need to have scroll-bars then is using them the easiest and most natural way for the user to access the content there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatives to the scrolling could be to use containers, show and hide objects with layout-variables controlled by variables, buttons and/or selections or splitting the content into several sheets and a switch between them could be manually or per action triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 07:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125523#M370494</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-11T07:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Macro to Scoll Page</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125524#M370495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;idk if this helps? FYR:&lt;/P&gt;&lt;P&gt; &lt;A href="https://community.qlik.com/thread/131722"&gt;Macro to Scroll a bar chart to its right&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlikview.com/thread/60566" title="https://community.qlikview.com/thread/60566"&gt;Scroll position in line chart | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is not work for me though, good luck dude!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 09:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Macro-to-Scoll-Page/m-p/1125524#M370495</guid>
      <dc:creator />
      <dc:date>2016-07-11T09:05:19Z</dc:date>
    </item>
  </channel>
</rss>

