<?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: Re: Export To Excel SHEETS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611883#M225787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached a simple doc with the export in excel, using the macro in the doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 07:11:55 GMT</pubDate>
    <dc:creator>bbi_mba_76</dc:creator>
    <dc:date>2014-04-24T07:11:55Z</dc:date>
    <item>
      <title>Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611879#M225783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody&lt;/P&gt;&lt;P&gt;That is my first post on the forum. I read a lot of other post about this topic but i did not find the expected information.&lt;/P&gt;&lt;P&gt;I want to export my active selection to excel. I mean, i have a table (country) and i want to export all the voices (italy,france german ...) in different sheets in excel,and the sheets have to have the name of the country&lt;/P&gt;&lt;P&gt;Does someone help me?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611879#M225783</guid>
      <dc:creator />
      <dc:date>2014-04-23T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611880#M225784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; something like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/83200"&gt;common Macro to export excel for 6 different objects&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611880#M225784</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-04-23T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611881#M225785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! not exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to export from a table, all its fields.&lt;/P&gt;&lt;P&gt;so, i have an excel file with 3 sheets:&lt;/P&gt;&lt;P&gt;sheet 1 for italy&lt;/P&gt;&lt;P&gt;sheet 2 for france&lt;/P&gt;&lt;P&gt;sheet 3 for german&lt;/P&gt;&lt;P&gt;sheet n for ....&lt;/P&gt;&lt;P&gt;italy, german and france are in the same tab. In your link, u export different object in different sheets&lt;/P&gt;&lt;P&gt;I should export the fields that are in the same tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 16:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611881#M225785</guid>
      <dc:creator />
      <dc:date>2014-04-23T16:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611882#M225786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; it is quite similar: you have to loop for each value of the country fields and then export the same objects in a new sheet. Maybe you could also see this docs&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3481" title="http://community.qlik.com/docs/DOC-3481"&gt;http://community.qlik.com/docs/DOC-3481&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4841"&gt;Loop Charts and Field Values - Excel Export Macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 06:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611882#M225786</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-04-24T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611883#M225787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached a simple doc with the export in excel, using the macro in the doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611883#M225787</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-04-24T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611884#M225788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Michele.&lt;/P&gt;&lt;P&gt;Sono riuscito ad esportare correttamente quello che mi serviva.&lt;/P&gt;&lt;P&gt;ora sono interessato a fare un'altra operazione.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ho un campo che indica tutte le regioni.&lt;/P&gt;&lt;P&gt;Ho un campo che indica tutti i paesi delle rispettive regioni.&lt;/P&gt;&lt;P&gt;Mi servirebbe un'esportazione che mi creerebbe 1 file excel per ogni regione, e all'interno di questo file, tutti i paesi della regione.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quindi in totale dovrei avere 20 file excel. Puoi aiutarmi?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611884#M225788</guid>
      <dc:creator />
      <dc:date>2014-04-28T07:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611885#M225789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao,&lt;/P&gt;&lt;P&gt;ho fatto un paio di modifiche ma ho usato la stessa sub.&lt;/P&gt;&lt;P&gt;In pratica ho aggiunto una sub che fa un loop sul campo country e invoca la precedente.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 08:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611885#M225789</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-04-28T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611886#M225790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;grazie mille per la risposta.&lt;/P&gt;&lt;P&gt;Quando apro il tuo file qvw, e faccio partire l'esportazione, non succede nulla.&lt;/P&gt;&lt;P&gt;Si apre solo il file excel, ma non avviene alcuna esportazione.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Nella pagina modifica modulo, è selezionata la voce "consenti l'accesso al sistema")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 08:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611886#M225790</guid>
      <dc:creator />
      <dc:date>2014-04-28T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel SHEETS</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611887#M225791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a me crea un file con il foglio CH01-London&lt;/P&gt;&lt;P&gt;comunque ho dimenticato di mettere una clear all alla fine della sub loopXls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Fields("Country").Clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eventualmente prova a riprendere la tua versione e aggiungere la sub loopXls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 08:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel-SHEETS/m-p/611887#M225791</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-04-28T08:44:28Z</dc:date>
    </item>
  </channel>
</rss>

