<?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: How to create QVD  from following SQL join Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651222#M238175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create qvd from sql sub query&amp;nbsp; see this clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;&lt;STRONG&gt;Item_Ledger_Entry_No&amp;nbsp; IN ( ...)&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any idea how to perform this for creation of qvd ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 10:39:15 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2014-10-17T10:39:15Z</dc:date>
    <item>
      <title>How to create QVD  from following SQL join Statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651220#M238173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;Experts&amp;nbsp;&amp;nbsp; Can any one tell me how to create qvd from&amp;nbsp; following SQL Statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Doc_Num,Doc_Type,Item_Ledger_Entry_No,B.Quantity&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="color: #ff0000;"&gt;FACT_QV_ValueEntry&lt;/SPAN&gt; A&lt;/P&gt;&lt;P&gt;INNER JOIN FACT &lt;SPAN style="color: #ff0000;"&gt;QV_ProductionOrder&lt;/SPAN&gt; B&lt;/P&gt;&lt;P&gt;ON A.Doc_Num&amp;nbsp; = B.No_ &lt;/P&gt;&lt;P&gt;WHERE A.Entry_Type = 6 AND A.[Item Ledger Entry Quantity] &amp;lt;&amp;gt; 0 AND A.[Expected Quantity] = 0&lt;/P&gt;&lt;P&gt;AND Item_Ledger_Entry_No IN &lt;/P&gt;&lt;P&gt;(SELECT MIN(Item_Ledger_Entry_No) FROM FACT_QV_ValueEntry A&lt;/P&gt;&lt;P&gt;INNER JOIN &lt;SPAN style="color: #ff0000;"&gt;FACT_QV_ProductionOrder&lt;/SPAN&gt; B&lt;/P&gt;&lt;P&gt;ON A.Doc_Num&amp;nbsp; = B.No_ &lt;/P&gt;&lt;P&gt;WHERE A.Entry_Type = 6 AND A.[Item Ledger Entry Quantity] &amp;lt;&amp;gt; 0 AND A.[Expected Quantity] = 0&lt;/P&gt;&lt;P&gt;GROUP BY Doc_Num)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651220#M238173</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-10-17T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD  from following SQL join Statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651221#M238174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is single table now. You can create,&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;your sql&lt;/P&gt;&lt;P&gt;store Table into Table.qvd (qvd);&lt;/P&gt;&lt;P&gt;Is this your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651221#M238174</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2014-10-17T09:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create QVD  from following SQL join Statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651222#M238175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create qvd from sql sub query&amp;nbsp; see this clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;&lt;STRONG&gt;Item_Ledger_Entry_No&amp;nbsp; IN ( ...)&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any idea how to perform this for creation of qvd ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-QVD-from-following-SQL-join-Statement/m-p/651222#M238175</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-10-17T10:39:15Z</dc:date>
    </item>
  </channel>
</rss>

