<?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: 2 Existing QVD to Generate 1 QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401640#M514609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right, if in QVD3 there is also only one coinciding field [FieldKey] and other fields have different names from QVD1, QVD2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2017 06:37:06 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2017-08-15T06:37:06Z</dc:date>
    <item>
      <title>2 Existing QVD to Generate 1 QVD</title>
      <link>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401637#M514606</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 just need some help on working with QVD's. Here's my scenario...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create 1 QVW that generate 2 QVD's (Let's Say '&lt;STRONG&gt;QVD1&lt;/STRONG&gt;' and '&lt;STRONG&gt;QVD2&lt;/STRONG&gt;'). Now, I want them to merge into a single QVD ('&lt;STRONG&gt;TOTALQVD&lt;/STRONG&gt;').&lt;/P&gt;&lt;P&gt;Now QVD1 and QVD2 has a connecting Fields(Let's call it &lt;EM&gt;FieldKey) &lt;/EM&gt;Now, Can you help me how I can generate "TOTALQVD" and use it my other reports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how I generate the two QVD's:&lt;/P&gt;&lt;P&gt;[QVD1]:&lt;/P&gt;&lt;P&gt;LOAD *&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL EXEC [dbo].[usp_QVD1];&lt;/P&gt;&lt;P&gt;STORE [QVD1] INTO qvd1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[QVD2]:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD *&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL EXEC [dbo].[usp_QVD2];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;STORE [QVD2] INTO qvd2.qvd;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can you help me how I can add a script to combine these two QVD's?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 06:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401637#M514606</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-15T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Existing QVD to Generate 1 QVD</title>
      <link>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401638#M514607</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;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[QVD1]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL EXEC [dbo].[usp_QVD1];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LEFT JOIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL EXEC [dbo].[usp_QVD2];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;STORE [QVD1] INTO qvd1.qvd;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Andrey&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 06:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401638#M514607</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-15T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Existing QVD to Generate 1 QVD</title>
      <link>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401639#M514608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WOW! It worked! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks!...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, Just to tickle my mind... what happened if I add or I have another QVD? Let's say '&lt;STRONG&gt;QVD3&lt;/STRONG&gt;'&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does my script would be like this?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[TOTALQVD]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM totalqvd.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LEFT JOIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *;&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL EXEC [dbo].[usp_QVD3];&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE [TOTALQVD] INTO totalqvd2.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I hope I'm right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401639#M514608</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-15T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Existing QVD to Generate 1 QVD</title>
      <link>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401640#M514609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right, if in QVD3 there is also only one coinciding field [FieldKey] and other fields have different names from QVD1, QVD2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 06:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401640#M514609</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-08-15T06:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Existing QVD to Generate 1 QVD</title>
      <link>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401641#M514610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 07:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Existing-QVD-to-Generate-1-QVD/m-p/1401641#M514610</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-15T07:17:18Z</dc:date>
    </item>
  </channel>
</rss>

