<?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: Macro not running in Qlikview 12.8 Web browser in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472272#M99772</link>
    <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I spend many hours trying to find a work around and all it took was 1 single line of code!&lt;/P&gt;
&lt;P&gt;I changed&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;chart.Export filePath, ";" &lt;/EM&gt;&lt;/STRONG&gt;to&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;chart.ServerSideExportEx filePath, ";",1&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;as it works perfect is all browsers.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 06:15:00 GMT</pubDate>
    <dc:creator>warrenpress</dc:creator>
    <dc:date>2024-07-23T06:15:00Z</dc:date>
    <item>
      <title>Macro not running in Qlikview 12.8 Web browser</title>
      <link>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472091#M99749</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a button that triggers a macro that exports a chart as a .skv file. The macro runs fine on desktop version and a browser running ie client, but not via the ajax client.&lt;/P&gt;
&lt;P&gt;Can someone advise how to get it working via the ajax client.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Warren&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 12:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472091#M99749</guid>
      <dc:creator>warrenpress</dc:creator>
      <dc:date>2024-07-22T12:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not running in Qlikview 12.8 Web browser</title>
      <link>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472096#M99750</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44234"&gt;@warrenpress&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On that version the WebView switched to a Edge embedded browser &lt;A title="QlikView May 2023" href="https://community.qlik.com/t5/Release-Notes/QlikView-May-2023-SR2/ta-p/2432815" target="_self"&gt;QlikView May 2023&lt;/A&gt;&amp;nbsp;&amp;nbsp;; not too that not all&amp;nbsp; API documented in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/May2023/Content/QV_HelpSites/APIsAndSDKs.htm" target="_self"&gt;QlikView COM API&lt;/A&gt;&amp;nbsp;will work the same way in AjaxZFc on server as on the native QlikView Desktop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 12:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472096#M99750</guid>
      <dc:creator>Filippo_Nicolussi_P</dc:creator>
      <dc:date>2024-07-22T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not running in Qlikview 12.8 Web browser</title>
      <link>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472225#M99760</link>
      <description>&lt;P&gt;When using the Ajax client, you need to use the ServerSideExport call instead of Export.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 01:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472225#M99760</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-07-23T01:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro not running in Qlikview 12.8 Web browser</title>
      <link>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472272#M99772</link>
      <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I spend many hours trying to find a work around and all it took was 1 single line of code!&lt;/P&gt;
&lt;P&gt;I changed&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;chart.Export filePath, ";" &lt;/EM&gt;&lt;/STRONG&gt;to&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;chart.ServerSideExportEx filePath, ";",1&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;as it works perfect is all browsers.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 06:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Macro-not-running-in-Qlikview-12-8-Web-browser/m-p/2472272#M99772</guid>
      <dc:creator>warrenpress</dc:creator>
      <dc:date>2024-07-23T06:15:00Z</dc:date>
    </item>
  </channel>
</rss>

