<?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: Button press triggers script to load first when macro is first action in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369028#M418626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works. thank you. for partial reloads, is there a way to hide the loader screen when reloading? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2017 20:11:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-31T20:11:54Z</dc:date>
    <item>
      <title>Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369023#M418621</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;I currently have a button on one of my Qlikview that has 2 actions: 1) run macro (just a msgbox to say that the load takes 8 minutes) then 2) reload the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time I click the button the script loads before I can see msgbox, which only displays after the 8 minute load is complete. is there a way to prevent the load until after the msg box "OK" button has been clicked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 18:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369023#M418621</guid>
      <dc:creator />
      <dc:date>2017-05-31T18:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369024#M418622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to add the sleep time in the macro. And instead of reload action (assume 2nd action), you can add the same into macro itself. If you click 'Ok' then reload, else exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 18:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369024#M418622</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-05-31T18:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369025#M418623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried sleep times in the past but couldnt get them to work. could you please provide the syntax. perhaps I was doing something wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what I have:&lt;/P&gt;&lt;P&gt;sub&amp;nbsp; Wait&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.getapplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.getapplication.Sleep (1000)&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 18:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369025#M418623</guid>
      <dc:creator />
      <dc:date>2017-05-31T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369026#M418624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is seems to be fine. Have you tried reload into the macro instead of 2nd action?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 19:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369026#M418624</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-05-31T19:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369027#M418625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the below link for Message code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/21803"&gt;Is there a way to may the Popup on a macro so that it is always on top?&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if click ok, then write a code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ActiveDocument.Reload&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 19:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369027#M418625</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-05-31T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369028#M418626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works. thank you. for partial reloads, is there a way to hide the loader screen when reloading? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 20:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369028#M418626</guid>
      <dc:creator />
      <dc:date>2017-05-31T20:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Button press triggers script to load first when macro is first action</title>
      <link>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369029#M418627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;May be check this link &lt;A href="https://community.qlik.com/thread/8914"&gt;Hide Script Execution Progress Window&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i didn't test. so i'm not sure about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 05:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-press-triggers-script-to-load-first-when-macro-is-first/m-p/1369029#M418627</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-06-01T05:12:34Z</dc:date>
    </item>
  </channel>
</rss>

