<?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: Help with where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721618#M671108</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;What is the condition you're using to identify the products in bold ?&lt;/P&gt;&lt;P&gt;You will need to use "and" so it considers both of these conditions for the same record in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theoretically, if you have an additional flag that indicates a bold product, your code could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Product, Location&lt;/P&gt;&lt;P&gt;from&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;where Location like 'M*' AND Product_Bold = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't answer the request, it would be helpful if you can clarify more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 04:52:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-30T04:52:39Z</dc:date>
    <item>
      <title>Help with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721617#M671107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to exclude certain values from a field in my table. Right now, I'm already using a where clause, " where Location equal like 'M*' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I also need another where clause that only brings in the &lt;STRONG&gt;bolded&lt;/STRONG&gt; products but since 93UK is in california and not a 'MO' location. It also should not be brought in. What function could i use to do include two where clauses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product, Location&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;11LB&lt;/STRONG&gt;, MO-11&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;12JK&lt;/STRONG&gt;, MO-12&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;93UK&lt;/STRONG&gt;, California&lt;/P&gt;&lt;P&gt;BA193, Florida&lt;/P&gt;&lt;P&gt;AB197, Louisiana&lt;/P&gt;&lt;P&gt;LA102, Kentucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 22:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721617#M671107</guid>
      <dc:creator />
      <dc:date>2014-09-29T22:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721618#M671108</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;What is the condition you're using to identify the products in bold ?&lt;/P&gt;&lt;P&gt;You will need to use "and" so it considers both of these conditions for the same record in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theoretically, if you have an additional flag that indicates a bold product, your code could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Product, Location&lt;/P&gt;&lt;P&gt;from&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;where Location like 'M*' AND Product_Bold = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't answer the request, it would be helpful if you can clarify more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 04:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721618#M671108</guid>
      <dc:creator />
      <dc:date>2014-09-30T04:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721619#M671109</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;If you want to load only Those product whose location start with M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from tablename&lt;/P&gt;&lt;P&gt;where wildmatch(Location,'M*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will load only those location which started M or m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to apply any other condition then use &lt;STRONG&gt;And&lt;/STRONG&gt; / &lt;STRONG&gt;Or &lt;/STRONG&gt;Keyword as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 05:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721619#M671109</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-30T05:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721620#M671110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Product, Location&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&amp;nbsp; ...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Location like 'M*' AND Match(Product, '&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;11LB', '&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;12JK', '&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;93UK');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 05:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-where-clause/m-p/721620#M671110</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-30T05:04:30Z</dc:date>
    </item>
  </channel>
</rss>

