<?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: Where in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220063#M870220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match(Dept_S,'jet','set') and not match(User,'A435\devt');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2016 10:26:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-24T10:26:39Z</dc:date>
    <item>
      <title>Where</title>
      <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220062#M870219</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;Iam using the where clause , can any suggest me if iam wrong . from dept iam trying to take only set and jet &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Dept_S='set' and Dept_S='jet' and not match(User,'A435\devt'):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where/m-p/1220062#M870219</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220063#M870220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match(Dept_S,'jet','set') and not match(User,'A435\devt');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 10:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where/m-p/1220063#M870220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220064#M870221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY&lt;/P&gt;&lt;P&gt;where MATCH(Dept_S,'set','jet')&amp;gt;0 and match(User,'A435\devt')=0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 10:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where/m-p/1220064#M870221</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-11-24T10:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220065#M870222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think so the match is required actaully the code was like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Dept_S='set' and not match(User,'A435\devt'):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now they want to show jet also , how do i go with this&amp;nbsp; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where/m-p/1220065#M870222</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-11-24T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220066#M870223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are various ways you can use like with match() or without match().&lt;/P&gt;&lt;P&gt;You can replace your &lt;STRONG&gt;and&lt;/STRONG&gt; with &lt;STRONG&gt;or&lt;/STRONG&gt; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Dept_S='set' &lt;STRONG&gt;or&lt;/STRONG&gt; Dept_S='jet' and not match(User,'A435\devt')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Note, you might have to put an additional brace like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;Dept_S='set' &lt;STRONG&gt;or&lt;/STRONG&gt; Dept_S='jet'&lt;STRONG&gt;)&lt;/STRONG&gt; and not match(User,'A435\devt')&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Depending upon your expected output&lt;EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 10:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where/m-p/1220066#M870223</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-24T10:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/QlikView/Where/m-p/1220067#M870224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/188875"&gt;smilingjohn&lt;/A&gt;‌ have you tried the above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 12:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where/m-p/1220067#M870224</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-11-24T12:04:20Z</dc:date>
    </item>
  </channel>
</rss>

