<?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 Viewer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530648#M549823</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;Is there a way to export the table Viewer, that is the view of the relationship between fields ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to export Table Boxes or Table Lists to Excel. Is there a similar way to easily export the Table Viewer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;What i am doing for now is sending to Excel all tables from original document one by one, and loading them back using the Load wizard in script editor. All field are loaded into separate List Tables, and I try to build back the tables as in the original document. But as Table View is very different from Table Viewer of original document, the tables i obtain with right click -&amp;gt; new sheet object are far from the original ones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2013 13:05:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-27T13:05:11Z</dc:date>
    <item>
      <title>Export Table Viewer</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530648#M549823</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;Is there a way to export the table Viewer, that is the view of the relationship between fields ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to export Table Boxes or Table Lists to Excel. Is there a similar way to easily export the Table Viewer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;What i am doing for now is sending to Excel all tables from original document one by one, and loading them back using the Load wizard in script editor. All field are loaded into separate List Tables, and I try to build back the tables as in the original document. But as Table View is very different from Table Viewer of original document, the tables i obtain with right click -&amp;gt; new sheet object are far from the original ones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 13:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530648#M549823</guid>
      <dc:creator />
      <dc:date>2013-12-27T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table Viewer</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530649#M549824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the Table Viewer only shows the data model and allows you a limited preview of the data in the tables. You can't use it to export data. You can use STORE commands in the script to export tables. But you can only export to csv or qvd format. Here's a bit of code that will export all tables to qvd files. You can put it at the end of your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 0 to NoOfTables()-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTableName = TableName($(i));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vOutfile = '$(vTableName).qvd';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE [$(vTableName)] INTO [$(vOutfile)] (qvd);&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 13:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530649#M549824</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-27T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table Viewer</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530650#M549825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, this is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am working on a document i cannot edit or script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 14:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-Viewer/m-p/530650#M549825</guid>
      <dc:creator />
      <dc:date>2013-12-27T14:25:37Z</dc:date>
    </item>
  </channel>
</rss>

