<?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: How to export the Data Model to a excel sheet? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243880#M394683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;this part of script &lt;/P&gt;&lt;P&gt;will export all the tables in the model into csv files &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vtables = NoOfTables();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to $(vtables)-1&lt;/P&gt;&lt;P&gt;let vTable = TableName($(i));&lt;/P&gt;&lt;P&gt; store $(vTable) into $(vTable).csv (txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 12:39:44 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2016-11-29T12:39:44Z</dc:date>
    <item>
      <title>How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243876#M394679</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;I am having a requirement like ;&lt;/P&gt;&lt;P&gt;I have a data model ,from there i need to export each table data to a excel report.Each table may contain N number of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: I have a data model like below: &lt;IMG alt="DataModel.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145130_DataModel.JPG" style="height: 327px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt; I need to export &lt;STRONG&gt;Master Calednder,Products,etc..&lt;/STRONG&gt; Tables into excel data report.So kindly help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anjaneyulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243876#M394679</guid>
      <dc:creator />
      <dc:date>2016-11-29T12:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243877#M394680</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 am Not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table box object in front end&amp;nbsp; add your fields/Tables&amp;nbsp; and send to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Chanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243877#M394680</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-11-29T12:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243878#M394681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok ,,,I will try this and i will get back !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anjaneyulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243878#M394681</guid>
      <dc:creator />
      <dc:date>2016-11-29T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243879#M394682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..,&lt;/P&gt;&lt;P&gt;we can't export entire data model at the same time....but we can export each table data separately...&lt;/P&gt;&lt;P&gt;i hope this is helpful to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a..table box with the data you have in your table,&lt;/P&gt;&lt;P&gt;then send&amp;nbsp; to excel.....each table separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243879#M394682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-29T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243880#M394683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;this part of script &lt;/P&gt;&lt;P&gt;will export all the tables in the model into csv files &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vtables = NoOfTables();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to $(vtables)-1&lt;/P&gt;&lt;P&gt;let vTable = TableName($(i));&lt;/P&gt;&lt;P&gt; store $(vTable) into $(vTable).csv (txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243880#M394683</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2016-11-29T12:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243881#M394684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjaneyulu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Chanty 4U suggested create a system table and send that to excel.&lt;/P&gt;&lt;P&gt;it seems to meet your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243881#M394684</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2016-11-29T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the Data Model to a excel sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243882#M394685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Liron,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your&amp;nbsp; Information.It's more easiest approach than what &lt;STRONG&gt;Chanty4U&lt;/STRONG&gt; provided for generating the excel data from a original qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjaneyulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 09:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-Data-Model-to-a-excel-sheet/m-p/1243882#M394685</guid>
      <dc:creator />
      <dc:date>2016-12-01T09:42:45Z</dc:date>
    </item>
  </channel>
</rss>

