<?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: SQL Where in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49174#M606570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2018 13:44:59 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2018-05-03T13:44:59Z</dc:date>
    <item>
      <title>SQL Where</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49172#M606568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help if where condition bold is correct or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select GJAHR OBJNR MEINH KSTAR WRTTP GKOAR PERIO VRGNG WKGBTR MEGBTR BEKNZ&amp;nbsp; from COEP&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE OBJNR BETWEEN 'OR000070000000' AND 'OR000079999999';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I just want to load OBJNR numbers of this range &lt;STRONG style="font-size: 13.3333px;"&gt;OR000070000000&amp;nbsp; to OR000079999999&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 13:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49172#M606568</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-05-03T13:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Where</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49173#M606569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the SAP Connector (or any other driver you are using) accepts it and the underlying DBMS also, it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax could be different for each DBMS, you should look into its own documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking a way of doing it on the LOAD side (QlikView) instead of the SELECT side (driver), then you could do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp; OBJNR &amp;gt;= XX&lt;/P&gt;&lt;P&gt;&amp;nbsp; AND OBJNR &amp;lt;= YY&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, bear in mind that if values are not numeric, they will be sorted ASCII first (AA00 is higher than aa22)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 13:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49173#M606569</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-05-03T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Where</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49174#M606570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 13:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49174#M606570</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-03T13:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Where</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49175#M606571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove single quotes and try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE OBJNR BETWEEN OR000070000000 AND OR000079999999 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 15:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49175#M606571</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-05-03T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Where</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49176#M606572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE (OBJNR BETWEEN OR000070000000 AND OR000079999999);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 15:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Where/m-p/49176#M606572</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-05-03T15:36:20Z</dc:date>
    </item>
  </channel>
</rss>

