<?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: Load Data into QVD File to another QVD file.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584727#M685222</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;Please assit above question.&lt;/P&gt;&lt;P&gt;How to load data into one qvd file another qvd file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 06:16:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-14T06:16:10Z</dc:date>
    <item>
      <title>Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584726#M685221</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;How to add new column into existing qvd file?.&lt;/P&gt;&lt;P&gt;For ex,&lt;/P&gt;&lt;P&gt;I have 3 years data into Customer_qvd.qvd (qvd) file in production server, in this qvd file contain Customer_ID,Customer_name,Location,Region_CD …. Reporting purpose now I want add new column in this qvd file.&lt;/P&gt;&lt;P&gt;When I am adding new column before taking backup and new creating&amp;nbsp; new qvd file, now how load data from old qvd file to new qvd file(qvd to qvd) and how fill the value into new column.Here no data source getting data from like oracle,sql. Cusomer_qvd file maintain historical data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 05:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584726#M685221</guid>
      <dc:creator />
      <dc:date>2014-02-14T05:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584727#M685222</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;Please assit above question.&lt;/P&gt;&lt;P&gt;How to load data into one qvd file another qvd file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584727#M685222</guid>
      <dc:creator />
      <dc:date>2014-02-14T06:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584728#M685223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Customer.qvd first, then do inner join on CustID. Assuming CustId will be unique key to make link between both qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then re-create customer qvd with final table created after joining necessary data from second table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584728#M685223</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-14T06:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584729#M685224</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataFromQVD:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;1 AS New Column&lt;/P&gt;&lt;P&gt;FROM Data.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE DataFromQVD into Data.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584729#M685224</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-14T06:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584730#M685225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Idea, thank you so much.&lt;/P&gt;&lt;P&gt;But i want fill data into new_column also please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584730#M685225</guid>
      <dc:creator />
      <dc:date>2014-02-14T07:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584731#M685226</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;Can you come up with a sample data and your expected output, it helps in understanding the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584731#M685226</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-14T07:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584732#M685227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That new column adding into hard code value something like “this is reference ID” for all rows. Here no conditional(like where class) at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584732#M685227</guid>
      <dc:creator />
      <dc:date>2014-02-14T07:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584733#M685228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DataFromQVD:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*,&lt;/P&gt;&lt;P style="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: 12px; background-color: #f6f6f6;"&gt;“this is reference ID”&lt;/SPAN&gt; AS New Column&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Data.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE DataFromQVD into Data.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584733#M685228</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-14T07:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584734#M685229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use mapping functions to add the new column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create the mapping table&lt;/P&gt;&lt;P&gt;NewDataMap:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;Customer_ID,&lt;/P&gt;&lt;P&gt;New_field&lt;/P&gt;&lt;P&gt;From &amp;lt;new data source&amp;gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//reload data and add new column&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Applymap('NewDataMap', Customer_ID) as NewFieldName&lt;/P&gt;&lt;P&gt;From Customer.QVD (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//save updated data to qvd&lt;/P&gt;&lt;P&gt;Store Customers into Customer.qvd (qvd) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584734#M685229</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-02-14T07:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data into QVD File to another QVD file..</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584735#M685230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the new column is just Hard coded value , why you need another big qvd in the first place ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use existing qvd for both purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-into-QVD-File-to-another-QVD-file/m-p/584735#M685230</guid>
      <dc:creator />
      <dc:date>2014-02-14T13:05:17Z</dc:date>
    </item>
  </channel>
</rss>

