<?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: Run Macro Script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702746#M253557</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;you want me to ass the .qar file on server? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;well, am not only talking about fit screen. I want to is there any other function than macro which will work on other platforms so that I can use it... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 08:56:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-19T08:56:45Z</dc:date>
    <item>
      <title>Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702741#M253552</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;Can I know why some or most of&amp;nbsp; the "&lt;STRONG&gt;&lt;EM&gt;Macro&lt;/EM&gt;&lt;/STRONG&gt;" scripts are not working on web interface?&lt;/P&gt;&lt;P&gt;is there any way to make it work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg; &lt;/P&gt;&lt;P&gt;macro such as;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* RELOAD&lt;/P&gt;&lt;P&gt;* FitToScreen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;sub max_zoom&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;set mysheet=ActiveDocument.ActiveSheet&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;set sp=mysheet.GetProperties&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;sp.ZoomFactor = sp.ZoomFactor + 0.1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mysheet.SetProperties sp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;end sub&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;sub mini_zoom&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;set mysheet=ActiveDocument.ActiveSheet&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;set sp=mysheet.GetProperties&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;sp.ZoomFactor = sp.ZoomFactor - 0.1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mysheet.SetProperties sp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;end sub &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 08:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702741#M253552</guid>
      <dc:creator />
      <dc:date>2014-08-19T08:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702742#M253553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Ajax? The limitation is known. Read this: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad"&gt;macros-are-bad&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 08:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702742#M253553</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-19T08:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702743#M253554</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;You need to know how macros run and where.&lt;/P&gt;&lt;P&gt;The Internet Explorer PlugIn (OCX) or Ajax (JS).&lt;/P&gt;&lt;P&gt;The Plugin runs client side and is quite capable,&lt;/P&gt;&lt;P&gt;whereas the Ajax client is a thin client that cannot run client side macros,&lt;/P&gt;&lt;P&gt;so it is very limited when it comes to the macro functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the reason not all macros work in ajax.&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>Tue, 19 Aug 2014 08:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702743#M253554</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702744#M253555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks every one!&lt;/P&gt;&lt;P&gt;well instead of macros functions is there any other functions I can use, which is work on all the platforms? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 08:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702744#M253555</guid>
      <dc:creator />
      <dc:date>2014-08-19T08:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702745#M253556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to fit zoom to window Right?&lt;/P&gt;&lt;P&gt;Then use this extension.&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>Tue, 19 Aug 2014 08:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702745#M253556</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702746#M253557</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;you want me to ass the .qar file on server? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;well, am not only talking about fit screen. I want to is there any other function than macro which will work on other platforms so that I can use it... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 08:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702746#M253557</guid>
      <dc:creator />
      <dc:date>2014-08-19T08:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702747#M253558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you need to deploy the same on server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Mafaz Jaufer wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;well, am not only talking about fit screen. I want to is there any other function than macro which will work on other platforms so that I can use it...&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It depends on what are you trying to do or implement.&lt;/P&gt;&lt;P&gt;May be there is some other or easier way you can achieve that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really depends on what are you trying to achieve.&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>Tue, 19 Aug 2014 09:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702747#M253558</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T09:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702748#M253559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Ashfaq: can I create a &lt;STRONG&gt;TOGGLE MENU &lt;/STRONG&gt;in QlikView? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702748#M253559</guid>
      <dc:creator />
      <dc:date>2014-08-19T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macro Script?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702749#M253560</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;What exactly you are trying to achieve.&lt;/P&gt;&lt;P&gt;Toggle between chart type is native function of Qlik.&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>Tue, 19 Aug 2014 10:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macro-Script/m-p/702749#M253560</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T10:03:55Z</dc:date>
    </item>
  </channel>
</rss>

