<?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 sql to qlik script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sql-to-qlik-script/m-p/1948194#M1219762</link>
    <description>&lt;P&gt;hi can anyone convert these script into qlikview script&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;Select * from Category C left join &amp;nbsp;Products P ON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C.[Category ID]=P.Category left join OrderDetails OD ON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P.ProductID=OD.ProductID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where P.ProductID between 12 and 29&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Order by P.ProductID&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:08:34 GMT</pubDate>
    <dc:creator>shravanveer</dc:creator>
    <dc:date>2024-11-15T22:08:34Z</dc:date>
    <item>
      <title>sql to qlik script</title>
      <link>https://community.qlik.com/t5/QlikView/sql-to-qlik-script/m-p/1948194#M1219762</link>
      <description>&lt;P&gt;hi can anyone convert these script into qlikview script&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;Select * from Category C left join &amp;nbsp;Products P ON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C.[Category ID]=P.Category left join OrderDetails OD ON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P.ProductID=OD.ProductID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where P.ProductID between 12 and 29&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Order by P.ProductID&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-to-qlik-script/m-p/1948194#M1219762</guid>
      <dc:creator>shravanveer</dc:creator>
      <dc:date>2024-11-15T22:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: sql to qlik script</title>
      <link>https://community.qlik.com/t5/QlikView/sql-to-qlik-script/m-p/1948200#M1219763</link>
      <description>&lt;P&gt;We can write the above query in Qlik as below.&amp;nbsp; Please mark it as solved if it has resolved your issue.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Category:&lt;BR /&gt;Load *, [Category ID]&lt;BR /&gt;from Category;&lt;/P&gt;
&lt;P&gt;left join(Category)&lt;BR /&gt;Load *,Category as [Category ID],&lt;BR /&gt;ProductID&lt;BR /&gt;From Products&lt;BR /&gt;where ProductID&amp;gt;12 and ProductID&amp;lt;29;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Left join (Category)&lt;BR /&gt;Load *,ProductID&lt;BR /&gt;From OrderDetails&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 08:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sql-to-qlik-script/m-p/1948200#M1219763</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-06-26T08:15:47Z</dc:date>
    </item>
  </channel>
</rss>

