<?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 only for specific charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962465#M330194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ioannis for your quick resonse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any above mentioned code with you, that will be great help for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 07:19:39 GMT</pubDate>
    <dc:creator>ajaykumar1</dc:creator>
    <dc:date>2015-10-13T07:19:39Z</dc:date>
    <item>
      <title>Macro only for specific charts</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962463#M330192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help on writing the conditional macro. Daily am running my macro 2 times through windows scheduler .(with batch file creation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement : 1..when am run my macro first time it should go to users mail with only chart 1 and chart 2 only..Not the Chart 3.&lt;/P&gt;&lt;P&gt;2..When am run the second time only my chart 3 should export and save some where...No need to send any mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here am attaching my sample application with macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if in case of any gap about the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 07:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962463#M330192</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2015-10-13T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Macro only for specific charts</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962464#M330193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could combine both in one and use a variable to check if it is the 1st or 2nd time the reload happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If variable = 0 then &lt;SPAN style="font-size: 13.3333px;"&gt; (1st time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sent email&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If variable = 1 then &lt;SPAN style="font-size: 13.3333px;"&gt;(2nd time and resetting the variable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable = 0&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means that every 2 runs, it will export the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 07:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962464#M330193</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-10-13T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Macro only for specific charts</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962465#M330194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ioannis for your quick resonse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any above mentioned code with you, that will be great help for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 07:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962465#M330194</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2015-10-13T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro only for specific charts</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962466#M330195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4870"&gt;Useful Qlikview Macros&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 07:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962466#M330195</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-10-13T07:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Macro only for specific charts</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962467#M330196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By calling your QVW from Windows Task Scheduler and using QV.EXE command line parameters you can set variables that the application will use from the command line. Using those variables you can control which reports/charts are exported to Excel and whether they should be printed or not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-13 #2.PNG" class="jive-image image-1" src="/legacyfs/online/101840_2015-10-13 #2.PNG" style="height: 205px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 08:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-only-for-specific-charts/m-p/962467#M330196</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-13T08:40:53Z</dc:date>
    </item>
  </channel>
</rss>

