<?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 how to make qvd for multiple source file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598435#M737687</link>
    <description>&lt;P&gt;my script is this as you can see i have two sql table and one excel table&lt;/P&gt;&lt;P&gt;i want to convert this into .qvd format so i want to make 3 qvd&amp;nbsp; seprately which is 2 for sql and 1 for .csv&lt;/P&gt;&lt;P&gt;i tried but it didnt worked so i deleted the script .&lt;/P&gt;&lt;P&gt;what should i do now?&lt;/P&gt;&lt;P&gt;dohead:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ETPStoreV55.dbo.DOHead;&lt;/P&gt;&lt;P&gt;doline:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ETPStoreV55.dbo.DOline;&lt;/P&gt;&lt;P&gt;exceltable:&lt;BR /&gt;LOAD Key,&lt;BR /&gt;Ncode,&lt;BR /&gt;StoreName,&lt;BR /&gt;Partner,&lt;BR /&gt;City,&lt;BR /&gt;Region,&lt;BR /&gt;Brand,&lt;BR /&gt;Gender,&lt;BR /&gt;Cat,&lt;BR /&gt;SubCat,&lt;BR /&gt;Theme,&lt;BR /&gt;Fashion,&lt;BR /&gt;StyleNO,&lt;BR /&gt;Color,&lt;BR /&gt;GradeCount,&lt;BR /&gt;BGrade,&lt;BR /&gt;PGrade,&lt;BR /&gt;Count,&lt;BR /&gt;MRP,&lt;BR /&gt;OrderQty,&lt;BR /&gt;Recd_Qty,&lt;BR /&gt;Sold_Qty,&lt;BR /&gt;[ST Ord],&lt;BR /&gt;[ST Rect],&lt;BR /&gt;Cost,&lt;BR /&gt;MRLVAL,&lt;BR /&gt;DISC,&lt;BR /&gt;TAX,&lt;BR /&gt;NetAMt&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\r.bhardwaj\Desktop\19P_BUY.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>riishabhz</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to make qvd for multiple source file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598435#M737687</link>
      <description>&lt;P&gt;my script is this as you can see i have two sql table and one excel table&lt;/P&gt;&lt;P&gt;i want to convert this into .qvd format so i want to make 3 qvd&amp;nbsp; seprately which is 2 for sql and 1 for .csv&lt;/P&gt;&lt;P&gt;i tried but it didnt worked so i deleted the script .&lt;/P&gt;&lt;P&gt;what should i do now?&lt;/P&gt;&lt;P&gt;dohead:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ETPStoreV55.dbo.DOHead;&lt;/P&gt;&lt;P&gt;doline:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ETPStoreV55.dbo.DOline;&lt;/P&gt;&lt;P&gt;exceltable:&lt;BR /&gt;LOAD Key,&lt;BR /&gt;Ncode,&lt;BR /&gt;StoreName,&lt;BR /&gt;Partner,&lt;BR /&gt;City,&lt;BR /&gt;Region,&lt;BR /&gt;Brand,&lt;BR /&gt;Gender,&lt;BR /&gt;Cat,&lt;BR /&gt;SubCat,&lt;BR /&gt;Theme,&lt;BR /&gt;Fashion,&lt;BR /&gt;StyleNO,&lt;BR /&gt;Color,&lt;BR /&gt;GradeCount,&lt;BR /&gt;BGrade,&lt;BR /&gt;PGrade,&lt;BR /&gt;Count,&lt;BR /&gt;MRP,&lt;BR /&gt;OrderQty,&lt;BR /&gt;Recd_Qty,&lt;BR /&gt;Sold_Qty,&lt;BR /&gt;[ST Ord],&lt;BR /&gt;[ST Rect],&lt;BR /&gt;Cost,&lt;BR /&gt;MRLVAL,&lt;BR /&gt;DISC,&lt;BR /&gt;TAX,&lt;BR /&gt;NetAMt&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\r.bhardwaj\Desktop\19P_BUY.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598435#M737687</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to make qvd for multiple source file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598481#M737688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Store&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;dohead into&amp;nbsp;[C:\Users\r.bhardwaj\Desktop\dohead.qvd];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Store&amp;nbsp; doline into&amp;nbsp;[C:\Users\r.bhardwaj\Desktop\doline.qvd];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Store&amp;nbsp; exceltableinto&amp;nbsp;[C:\Users\r.bhardwaj\Desktop\exceltable.qvd];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or you can use this kind of store:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;store &lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;from&lt;/SPAN&gt; &lt;SPAN&gt;doline &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;into &lt;/SPAN&gt;&lt;SPAN&gt;[C:\Users\r.bhardwaj\Desktop\doline.qvd]&lt;/SPAN&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hope it helps,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Andrei&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Jul 2019 08:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598481#M737688</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2019-07-03T08:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to make qvd for multiple source file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598517#M737689</link>
      <description>&lt;P&gt;thanx a lot it worked&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 09:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598517#M737689</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2019-07-03T09:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to make qvd for multiple source file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598531#M737690</link>
      <description>&lt;P&gt;With pleasure!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 09:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-make-qvd-for-multiple-source-file/m-p/1598531#M737690</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2019-07-03T09:45:55Z</dc:date>
    </item>
  </channel>
</rss>

