<?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 Macro report generator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315269#M618462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried google ling for an answer, but haven't really struck gold.&amp;nbsp; But i'm confident it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tab with 10 chart.&amp;nbsp; these 10 chart i would like to send to my sales reps. but i only want to send them their numbers.&amp;nbsp; but I also want to send the email to the country sales manager. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my thought on the easiest way to do this are to load an excel list, which then are loaded as a table. it will contain 4 informations.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Fieldtype&lt;/P&gt;&lt;P&gt;Criterie&lt;/P&gt;&lt;P&gt;email&lt;/P&gt;&lt;P&gt;From mailinglist.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fieldtype would then contain the name of the field i would like to create a selection on.&amp;nbsp; And criteria would then be the actual selected value.&amp;nbsp;&amp;nbsp; for example it could&amp;nbsp; say country in fieldtype. and DK in criteria.&amp;nbsp; so my active selection for that row&amp;nbsp; would be the loaded country from the sales load.&amp;nbsp; and it would select the value DK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i could then create a macro which could then load through all the rows of the table something like( i'm not so good a qlikview macro's so this is just how my emagination thinks it should work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each row in Report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set selection $(fieldtype) = $(Criteria) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aryExport(0,0) = "Monthly1"&lt;/P&gt;&lt;P&gt;aryExport(0,1) = "Sales report per month"&lt;/P&gt;&lt;P&gt;aryExport(0,2) = "A1"&lt;/P&gt;&lt;P&gt;aryExport(0,3) = "data"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Active.workbook.send&lt;/P&gt;&lt;P&gt;Mail reciepient = $(email)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&amp;nbsp; row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this at all possible.?&amp;nbsp; if not to email. maybe it could save to a special network folder or simular?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 12:20:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-25T12:20:48Z</dc:date>
    <item>
      <title>Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315269#M618462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried google ling for an answer, but haven't really struck gold.&amp;nbsp; But i'm confident it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tab with 10 chart.&amp;nbsp; these 10 chart i would like to send to my sales reps. but i only want to send them their numbers.&amp;nbsp; but I also want to send the email to the country sales manager. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my thought on the easiest way to do this are to load an excel list, which then are loaded as a table. it will contain 4 informations.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Fieldtype&lt;/P&gt;&lt;P&gt;Criterie&lt;/P&gt;&lt;P&gt;email&lt;/P&gt;&lt;P&gt;From mailinglist.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fieldtype would then contain the name of the field i would like to create a selection on.&amp;nbsp; And criteria would then be the actual selected value.&amp;nbsp;&amp;nbsp; for example it could&amp;nbsp; say country in fieldtype. and DK in criteria.&amp;nbsp; so my active selection for that row&amp;nbsp; would be the loaded country from the sales load.&amp;nbsp; and it would select the value DK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i could then create a macro which could then load through all the rows of the table something like( i'm not so good a qlikview macro's so this is just how my emagination thinks it should work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each row in Report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set selection $(fieldtype) = $(Criteria) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aryExport(0,0) = "Monthly1"&lt;/P&gt;&lt;P&gt;aryExport(0,1) = "Sales report per month"&lt;/P&gt;&lt;P&gt;aryExport(0,2) = "A1"&lt;/P&gt;&lt;P&gt;aryExport(0,3) = "data"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Active.workbook.send&lt;/P&gt;&lt;P&gt;Mail reciepient = $(email)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&amp;nbsp; row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this at all possible.?&amp;nbsp; if not to email. maybe it could save to a special network folder or simular?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315269#M618462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315270#M618463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;consider NPrinting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315270#M618463</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-25T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315271#M618464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have, but isn't this only for server versions of Qlikview?&amp;nbsp; We are only running desktop application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 08:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315271#M618464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315272#M618465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just trying to bump this, hoping someone can help with a solution..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 08:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315272#M618465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-24T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315273#M618466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use Nprinting version 16.xx&amp;nbsp; for desktop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 10:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315273#M618466</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-24T10:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315274#M618467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nprinting are just VERY expensive for our purpose.. just got a quote on the price. and that is insane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if someone could help me with a macro, which could loop through each record in the table&amp;nbsp; Selection&amp;nbsp;&amp;nbsp; and select that field. and then run the export macro.&amp;nbsp; That would help alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i just need a macro to send the exported excel sheet. then i have created my "own" nprinting.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315274#M618467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-24T13:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315275#M618468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you searched the community yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search results&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/forums/searchpage/tab/message?q=macro&amp;amp;type=document"&gt;https://community.qlik.com/search.jspa?q=macro&amp;amp;type=document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useful links&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16364"&gt;Macro - Export Multiple Charts From Container To Excel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16418"&gt;Prepare PPT from different QVW objects with Macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 06:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315275#M618468</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-25T06:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macro report generator</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315276#M618469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem, couple of users, one report(but very important - to board) and NPrinting cost. I did my own NPrinting&amp;nbsp; and to achieve that I used that solution, of course after many iterations I upgrade it to the version which send evry day report :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/46498"&gt;Insert an Image in Mail Body.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/13115"&gt;Macro to export AND mail report as PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jacek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 08:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-report-generator/m-p/1315276#M618469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T08:51:45Z</dc:date>
    </item>
  </channel>
</rss>

