<?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 qlikview script for the SQL. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320382#M1188145</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;Sorry make a resident table of the table after join and then use resident table use the where condition on that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;with where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Table1)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P&gt;with where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident Table1&lt;/P&gt;&lt;P&gt;where Table1.request_id = Table2.request_id and&lt;/P&gt;&lt;P&gt;param_id = 1144 and Table1.value_id = Table2.value_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2011 08:21:11 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2011-10-07T08:21:11Z</dc:date>
    <item>
      <title>qlikview script for the SQL.</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320378#M1188139</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;I am trying to convert below sql to Qlikview terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While fetching sourceOrderNumber in qlikview terms, should i use inner join. If so there are three tables, in which order should i load in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select r.request_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select rpv.value_string from icareprd_cid_admin.request_param rp, icareprd_cid_admin.request_param_value rpv where rp.request_id = r.request_id and rp.param_id = 1144 and rp.value_id = rpv.value_id) as sourceOrderNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r.request_creation_date as orderDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from icareprd_cid_admin.request r&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me some idea to proceed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320378#M1188139</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>qlikview script for the SQL.</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320379#M1188140</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 suggest you to use joins to get connected this tables and by the help of where clause like you use in SQL query or load the all tables and then create a resident table of that one like with the help of Where clause &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And join the tables with your where condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Join(Table1)&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P&gt;where Table1.request_id = Table2.request_id and&lt;/P&gt;&lt;P&gt;param_id = 1144 and Table1.value_id = Table2.value_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some think like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 07:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320379#M1188140</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-07T07:46:50Z</dc:date>
    </item>
    <item>
      <title>qlikview script for the SQL.</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320380#M1188142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply. But in where condition table1. field name will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is saying field name not found. any other idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 08:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320380#M1188142</guid>
      <dc:creator />
      <dc:date>2011-10-07T08:11:00Z</dc:date>
    </item>
    <item>
      <title>qlikview script for the SQL.</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320381#M1188143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * from &lt;/P&gt;&lt;P&gt;tab1&lt;/P&gt;&lt;P&gt;where cond if any;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join(table1)&lt;/P&gt;&lt;P&gt;load * from &lt;/P&gt;&lt;P&gt;tab2where cond if any;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join(table1)&lt;/P&gt;&lt;P&gt;load * from &lt;/P&gt;&lt;P&gt;tab1&lt;/P&gt;&lt;P&gt;where cond if any;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if get field not found ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check in ur table load weither field renamed using as Clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check the name written correct .please follow case sensitive syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 08:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320381#M1188143</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-07T08:16:41Z</dc:date>
    </item>
    <item>
      <title>qlikview script for the SQL.</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320382#M1188145</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;Sorry make a resident table of the table after join and then use resident table use the where condition on that table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;with where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Table1)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Data&lt;/P&gt;&lt;P&gt;with where condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident Table1&lt;/P&gt;&lt;P&gt;where Table1.request_id = Table2.request_id and&lt;/P&gt;&lt;P&gt;param_id = 1144 and Table1.value_id = Table2.value_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 08:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-script-for-the-SQL/m-p/320382#M1188145</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-07T08:21:11Z</dc:date>
    </item>
  </channel>
</rss>

