<?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 Export table to Excel for each available field selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-table-to-Excel-for-each-available-field-selection/m-p/65715#M512294</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;I have a table where I have calulated income the last 12 months where the salesperson is the same as the account manager using this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt;IsInvoiced={1},MonthYear={"&amp;lt;=$(=max(MonthYear)-1)&amp;gt;$(=max(MonthYear)-13)"},PersonSales={"$(=GetFieldSelections(PersonAccountManager))"}&amp;gt;} Income)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a table like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;AccountManager&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Income&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Person 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Customer 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1 000 000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Person 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Customer 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500 000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Person 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Customer 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100 000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that I can only select one PersonAccountManger at time and now I need to export all of the account mangers, which is approx 100 and very timeconsuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can the &lt;/SPAN&gt;syntax be mended to only display the income where the Salesperson is equal to the account manager, couse then I can use Excel VBA to create new workbooks per accountmanager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if one can, via VBA, export one table per account manager to excel directly from Qlik View?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to have on Excel-file with this tabel per account manager and created as easy as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards Mattias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 12:54:51 GMT</pubDate>
    <dc:creator>mattiasbrandt</dc:creator>
    <dc:date>2018-02-07T12:54:51Z</dc:date>
    <item>
      <title>Export table to Excel for each available field selection</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-to-Excel-for-each-available-field-selection/m-p/65715#M512294</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;I have a table where I have calulated income the last 12 months where the salesperson is the same as the account manager using this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt;IsInvoiced={1},MonthYear={"&amp;lt;=$(=max(MonthYear)-1)&amp;gt;$(=max(MonthYear)-13)"},PersonSales={"$(=GetFieldSelections(PersonAccountManager))"}&amp;gt;} Income)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a table like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;AccountManager&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Income&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Person 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Customer 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1 000 000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Person 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Customer 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500 000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Person 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Customer 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100 000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that I can only select one PersonAccountManger at time and now I need to export all of the account mangers, which is approx 100 and very timeconsuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can the &lt;/SPAN&gt;syntax be mended to only display the income where the Salesperson is equal to the account manager, couse then I can use Excel VBA to create new workbooks per accountmanager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if one can, via VBA, export one table per account manager to excel directly from Qlik View?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to have on Excel-file with this tabel per account manager and created as easy as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards Mattias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-to-Excel-for-each-available-field-selection/m-p/65715#M512294</guid>
      <dc:creator>mattiasbrandt</dc:creator>
      <dc:date>2018-02-07T12:54:51Z</dc:date>
    </item>
  </channel>
</rss>

