<?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 Qlikview Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913904#M985092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im writing a simple export macro and im not sure of how things work within qlikview Macro wise. ill write what I can as if this was word and highlight the qlikview parts that I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub export&lt;/P&gt;&lt;P&gt;dim report as date&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;dim month as string&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;dim year as string&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;dim last month as string&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;report = inputbox("put in report date, 'dd/mm/yyyy')&lt;/P&gt;&lt;P&gt;month = month(report)&lt;/P&gt;&lt;P&gt;year = year(report)&lt;/P&gt;&lt;P&gt;lastmonth&amp;nbsp; = DateAdd("m", -1, month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;filter chart X on month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("X").exportBitmapTofile blah/blah.png"&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Clear all filters &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that makes sense thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 14:06:43 GMT</pubDate>
    <dc:creator>samuel_brierley</dc:creator>
    <dc:date>2015-08-06T14:06:43Z</dc:date>
    <item>
      <title>Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913904#M985092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im writing a simple export macro and im not sure of how things work within qlikview Macro wise. ill write what I can as if this was word and highlight the qlikview parts that I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub export&lt;/P&gt;&lt;P&gt;dim report as date&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;dim month as string&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;dim year as string&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;dim last month as string&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;report = inputbox("put in report date, 'dd/mm/yyyy')&lt;/P&gt;&lt;P&gt;month = month(report)&lt;/P&gt;&lt;P&gt;year = year(report)&lt;/P&gt;&lt;P&gt;lastmonth&amp;nbsp; = DateAdd("m", -1, month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;filter chart X on month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("X").exportBitmapTofile blah/blah.png"&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Clear all filters &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that makes sense thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913904#M985092</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2015-08-06T14:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913905#M985093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this: &lt;A href="https://community.qlik.com/message/549212"&gt;Re: Macro for exporting object as image?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913905#M985093</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-08-06T14:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913906#M985094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately this doesnt meet the requirements. but thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you look i have the code to export the chart its filtering the chart on the month/year that i cant do in the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913906#M985094</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2015-08-06T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913907#M985095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you don´t filter a graph, but a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ActiveDocument.Fields("z").&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SelectValues&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; "201501"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;will filter the data related to 201501&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Macro/m-p/913907#M985095</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-08-06T15:55:41Z</dc:date>
    </item>
  </channel>
</rss>

