<?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: database column where condtion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713370#M1075029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from [Your Table] where salary between 100 and 1000;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 06:03:17 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2014-08-05T06:03:17Z</dc:date>
    <item>
      <title>database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713367#M1075026</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 need to fetch the column from db where the values lies between 100 to 1000.&lt;/P&gt;&lt;P&gt;the coumn name is Salary and my codition is to fetch the Salary from db where count of salary between 100 and 1000.&lt;/P&gt;&lt;P&gt;how to writhe above while condition while fetching from db with in the script not in the expression part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provide me the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 05:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713367#M1075026</guid>
      <dc:creator />
      <dc:date>2014-08-05T05:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713368#M1075027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EMPID,&lt;/P&gt;&lt;P&gt;Ename,&lt;/P&gt;&lt;P&gt;Salary;&lt;/P&gt;&lt;P&gt;sql select *&amp;nbsp; from table&lt;/P&gt;&lt;P&gt;Where Salary &amp;gt;100 and Salary &amp;lt;1000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 05:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713368#M1075027</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-05T05:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713369#M1075028</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;You can use a query like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Field2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,COUNT(Salary)&lt;/P&gt;&lt;P&gt;FROM table&lt;/P&gt;&lt;P&gt;WHERE Field3 = ?? (if you need to filter)&lt;/P&gt;&lt;P&gt;GROUP BY Field1, Field2&lt;/P&gt;&lt;P&gt;HAVING COUNT(Salary) &amp;gt;= 100 AND COUNT(Salary) &amp;lt;= 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 05:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713369#M1075028</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2014-08-05T05:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713370#M1075029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from [Your Table] where salary between 100 and 1000;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 06:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713370#M1075029</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-08-05T06:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713371#M1075030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can write the where condition after table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 06:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713371#M1075030</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-08-05T06:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713372#M1075031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not working can you check from your end &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 06:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713372#M1075031</guid>
      <dc:creator />
      <dc:date>2014-08-05T06:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713373#M1075032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you receive an error?&lt;/P&gt;&lt;P&gt;Can you be a bit more specific&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713373#M1075032</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2014-08-05T19:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713374#M1075033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We probably need a bit more information before we can answer.&amp;nbsp; Is your datasource a spreadsheet?&amp;nbsp; Access DB?&amp;nbsp; SQL Server DB?&amp;nbsp; No matter what it is, you should be able to get it using a preceding load, add the bolded below:&lt;/P&gt;&lt;P&gt;[Table Name You Define]:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ALL OF YOUR LOAD SCRIPT HERE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where [Plug Your DB Field Name Here] &amp;gt;= 100 and [Plug Your DB Field Name Here] &amp;lt;= 1000;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 19:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713374#M1075033</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-08-05T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713375#M1075034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh Abbott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solution.&lt;/P&gt;&lt;P&gt;Your approach is correct. &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713375#M1075034</guid>
      <dc:creator />
      <dc:date>2014-08-06T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: database column where condtion</title>
      <link>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713376#M1075035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please close the question and make it as correct answer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/database-column-where-condtion/m-p/713376#M1075035</guid>
      <dc:creator />
      <dc:date>2014-08-06T16:12:38Z</dc:date>
    </item>
  </channel>
</rss>

