<?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: Storing Multiple table fields into one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259752#M863417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;can you provide us some more information on your data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2017 14:26:27 GMT</pubDate>
    <dc:creator>kumarkp412</dc:creator>
    <dc:date>2017-01-02T14:26:27Z</dc:date>
    <item>
      <title>Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259746#M863411</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;Consider i have 3 tables.&lt;/P&gt;&lt;P&gt;Table 1: with 3 columns&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2: with 4 columns&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3: with 3 columns&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data model for above tables:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="148101" alt="dm.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148101_dm.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make an association with these 3 tables with common fields, and to store all the columns into one single table as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="148102" alt="ndm.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148102_ndm.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Sorry. i forgot something. Please tell me how can i achieve this, without using JOINS..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259746#M863411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259747#M863412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore ,&lt;/P&gt;&lt;P&gt;Based on my understand, &lt;/P&gt;&lt;P&gt;use the join commad to aload the all the coloumns in one table.The below is the syntax.&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;A,B,C&lt;/P&gt;&lt;P&gt;from table1;&lt;/P&gt;&lt;P&gt;left join(Table1)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,D,E,F&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table2;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;left join(Table1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;D,H,I&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 13:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259747#M863412</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2017-01-02T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259748#M863413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y don't we use concatenate ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 13:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259748#M863413</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-02T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259749#M863414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way would be to merge these tables like suggested from &lt;A href="https://community.qlik.com/qlik-users/166704"&gt;kumarkp412&lt;/A&gt; whereby you might need to combine joining, mapping and concatenating to create a correct table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach could be this one &lt;A href="http://qlikviewcookbook.com/2016/11/storing-a-data-model-in-a-single-qvd/" title="http://qlikviewcookbook.com/2016/11/storing-a-data-model-in-a-single-qvd/"&gt;Storing a Data Model in a Single QVD | Qlikview Cookbook&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 14:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259749#M863414</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-02T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259750#M863415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sorry. i forgot something. Please tell me how can i achieve this, without using JOINS..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 14:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259750#M863415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T14:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259751#M863416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sorry. i forgot something. Please tell me how can i achieve this, without using JOINS..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 14:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259751#M863416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-02T14:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259752#M863417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;can you provide us some more information on your data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 14:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259752#M863417</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2017-01-02T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Multiple table fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259753#M863418</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;we can achieve either joins are concatenate.&lt;/P&gt;&lt;P&gt;this tables Better to use joins,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why you are asking except joins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 15:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Multiple-table-fields-into-one-table/m-p/1259753#M863418</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-01-02T15:06:03Z</dc:date>
    </item>
  </channel>
</rss>

