<?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: Create a table from table object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775634#M473427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chinna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's exactly what I'm going to do.&amp;nbsp; The issue was that the fields that I want come from multiple tables.&amp;nbsp; So creating a qvd out of each one and then bringing them back in would just loop back to the problem.&amp;nbsp; While talking with a colleague at work, I came to the same conclusion about joining/keeping and then saving as qvd.&amp;nbsp; Thanks for the response!&amp;nbsp; I'm sure I'm not the only one out there who has run into this situation.&lt;/P&gt;&lt;P&gt;Emile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 15:12:49 GMT</pubDate>
    <dc:creator>emiledavis</dc:creator>
    <dc:date>2014-11-06T15:12:49Z</dc:date>
    <item>
      <title>Create a table from table object</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775630#M473423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I consider myself an advanced beginner in QV.&amp;nbsp; Is there a way that I can export a table object (pivot table preferred) into a qvd file?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting with a binary load of a data model, and I've trimmed the fields and created a table that I would really like to export to another qvd file.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to export actual tables (tables in the QV memory - not a table object in the user interface).&amp;nbsp; If I can somehow get a data table stored as a real table, then I can store it into a file.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Emile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 23:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775630#M473423</guid>
      <dc:creator>emiledavis</dc:creator>
      <dc:date>2014-11-05T23:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table from table object</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775631#M473424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try right click and export in the Windows Client. This will give you the option to export the table's content as a .qvd file. This will, however, only export the data in the straight table format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this shouldn't be an issue in my point of view. Just load that .qvd, create your pivot table and rearrange.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 23:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775631#M473424</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-11-05T23:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table from table object</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775632#M473425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea on right-clicking and exporting; this certainly does work.&amp;nbsp; But I am looking to automate this.&amp;nbsp; &lt;/P&gt;&lt;P&gt;In a perfect world, the saved table view is exported to a qvd.&amp;nbsp; This qvd is then pulled into a different data model which will be binary fed into the general user interface.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While typing this response, I just realized that I can binary the source of this whole dataset into my master data model. Thanks for a quick response.&amp;nbsp; Sometimes a sounding board to discuss questions does amazing things!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 23:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775632#M473425</guid>
      <dc:creator>emiledavis</dc:creator>
      <dc:date>2014-11-05T23:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table from table object</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775633#M473426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I Could see a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you know the list of columns, at the end of your scripting&amp;nbsp; create a temp table with the required columns and load into a qvd and then drop the temp table. If the columns are coming from multiple tables in your datamodel you may want to use join/keep .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 00:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775633#M473426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T00:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table from table object</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775634#M473427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chinna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's exactly what I'm going to do.&amp;nbsp; The issue was that the fields that I want come from multiple tables.&amp;nbsp; So creating a qvd out of each one and then bringing them back in would just loop back to the problem.&amp;nbsp; While talking with a colleague at work, I came to the same conclusion about joining/keeping and then saving as qvd.&amp;nbsp; Thanks for the response!&amp;nbsp; I'm sure I'm not the only one out there who has run into this situation.&lt;/P&gt;&lt;P&gt;Emile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 15:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-from-table-object/m-p/775634#M473427</guid>
      <dc:creator>emiledavis</dc:creator>
      <dc:date>2014-11-06T15:12:49Z</dc:date>
    </item>
  </channel>
</rss>

