<?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: OnPostReload does't work in Qlikview Personal Edition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588868#M739174</link>
    <description>&lt;P&gt;Take a look here: &lt;A href="https://community.qlik.com/t5/New-to-QlikView/Run-Macro-after-reload-in-QV-Server/m-p/58202" target="_blank" rel="noopener"&gt;Run-Macro-after-reload-in-QV-Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2019 08:12:35 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-06-06T08:12:35Z</dc:date>
    <item>
      <title>OnPostReload does't work in Qlikview Personal Edition</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588422#M739171</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am sharing step by Step process what I had done.&lt;/P&gt;&lt;P&gt;ctrl+M&lt;BR /&gt;Macro code:&lt;/P&gt;&lt;P&gt;Sub ExportToExcel&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH01").Activate&lt;BR /&gt;set obj1 = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt;obj1.ExportBiff "C:\Users\Desktop\Qlik Development\Testing_MacroData.xls"&lt;BR /&gt;ActiveDocument.GetApplication.Sleep 1000&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Then&lt;BR /&gt;Ctrl+Alt+D&lt;BR /&gt;Selected Trigger-&amp;gt;OnPostReload-&amp;gt;AddAction-&amp;gt;Add-&amp;gt;External-&amp;gt;Run Macro-&amp;gt; Macro Name : ExportToExcel-&amp;gt;Ok&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whenever I reload the script manually it doesn't create a file in a specified path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I Clik on test it generated a file in a specified path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I need whenever the task gets reloaded it generates a file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588422#M739171</guid>
      <dc:creator>Hemanth458</dc:creator>
      <dc:date>2024-11-16T03:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: OnPostReload does't work in Qlikview Personal Edition</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588596#M739172</link>
      <description>&lt;P&gt;Maybe some of the various settings prevent the execution. Take a look on the security-tab within the document - and the user-properties and also within the script-editor on the setting-tab (not in the menu else in the bottom-left area of the window).&lt;/P&gt;&lt;P&gt;Further you wrote by "manually" reloading - if this mean to manually start a task within the qmc then it couldn't work because on this state no ActiveDocument exists.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 13:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588596#M739172</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-05T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: OnPostReload does't work in Qlikview Personal Edition</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588675#M739173</link>
      <description>&lt;P&gt;Thank you Marcus,&lt;/P&gt;&lt;P&gt;Then if I want to execute the same thing in Qmc than what changes I need to do.&lt;/P&gt;&lt;P&gt;Consider me&amp;nbsp; new to Qlikview if you have documentation or Script&lt;/P&gt;&lt;P&gt;Share it with me&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 05:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588675#M739173</guid>
      <dc:creator>Hemanth458</dc:creator>
      <dc:date>2019-06-06T05:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: OnPostReload does't work in Qlikview Personal Edition</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588868#M739174</link>
      <description>&lt;P&gt;Take a look here: &lt;A href="https://community.qlik.com/t5/New-to-QlikView/Run-Macro-after-reload-in-QV-Server/m-p/58202" target="_blank" rel="noopener"&gt;Run-Macro-after-reload-in-QV-Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 08:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1588868#M739174</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-06T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: OnPostReload does't work in Qlikview Personal Edition</title>
      <link>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1589046#M739175</link>
      <description>&lt;P&gt;OnPostReload&amp;nbsp; will not work in the QMC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 13:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnPostReload-does-t-work-in-Qlikview-Personal-Edition/m-p/1589046#M739175</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2019-06-06T13:08:09Z</dc:date>
    </item>
  </channel>
</rss>

