<?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” clause in Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108998#M763252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2) You can use if statement or Pick Match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If statement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Status = 1, 'Open', 'Close)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick Match&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Status, 1, 0), 'Open', 'Close')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 13:47:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-08-06T13:47:44Z</dc:date>
    <item>
      <title>“Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108995#M763249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hello Experts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Here I am having two doubts can you guys please help me from below mentioned doubts:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;1.How to write the “where” clause in Expressions &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;For example: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I want count(candidateID) where placementdate is not null (can you guys elaborate this please)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;2. How to change the names of values in our columns &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;For Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I have one column named as Status, In that Column values are 1,0 now i want to replace those values with open, close. i am not getting the idea how to change the values if it is excel we can modify but i am taking query from Sql Server Database.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Please Help out from this as soon as possible guys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thank you in advance&lt;/SPAN&gt;&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-clause-in-Expressions/m-p/108995#M763249</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108996#M763250</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/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/206168"&gt;youssefbelloum&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/147832"&gt;sifatnabil&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108996#M763250</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T13:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108997#M763251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You can use set analysis or if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;placementdate = {"*"}&amp;gt;}candidateID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If statement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(Len(Trim(placementdate)) &amp;lt;&amp;gt; 0, candidateID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(not IsNull(placementdate), candidateID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108997#M763251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108998#M763252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2) You can use if statement or Pick Match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If statement&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Status = 1, 'Open', 'Close)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick Match&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Status, 1, 0), 'Open', 'Close')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108998#M763252</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108999#M763253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;For first one, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;placementdate -= {"=Null()"}&amp;gt;} candidateID)&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Count({&amp;lt;placementdate -= {"-"}&amp;gt;} candidateID)&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Count({&amp;lt;placementdate -= {""}&amp;gt;} candidateID)&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Count({&amp;lt;placementdate -= {"=Len(&lt;SPAN style="font-size: 13.3333px;"&gt;placementdate&lt;/SPAN&gt;)=0"}&amp;gt;} candidateID)&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Count(If(&lt;SPAN style="font-size: 13.3333px;"&gt;placementdate&amp;lt;&amp;gt;Null(), candidateID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For second one, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(Status,1,0),'open','close')&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;If(Status=1,'open', If(Status=0,'close')) as Status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/108999#M763253</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-08-06T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109000#M763254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Set Analysis. It's Working.&lt;/P&gt;&lt;P&gt;Now I will implement it in my original data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for giving the answer&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109000#M763254</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109001#M763255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this second one i want to write it in script page because i have loaded sql query in script in that i have this status column is there.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;That is the major list box for me. In that list box values will be visible as open, close.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried these are in Script but it is showing error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109001#M763255</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T14:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109002#M763256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109002#M763256</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109003#M763257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Status = 1, 'Open', 'Close) as Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(Match(Status, 1, 0), 'Open', 'Close') as Status&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need to do this in the LOAD statement and not the SQL statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109003#M763257</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109004#M763258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried&amp;nbsp; this &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit;"&gt;Pick(Match(Status, 1, 0), 'Open', 'Close') &lt;/STRONG&gt;&lt;/STRONG&gt;in List box properties it's working but one thing it is showing as 1 open, 0 close. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to show 1,0, I want to show only open, close&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109004#M763258</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109005#M763259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you are doing this on the general tab and not the expressions tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109005#M763259</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T14:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109006#M763260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried in load script also but it's not showing in fields pane, can you check the attached images it is correct or wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109006#M763260</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109007#M763261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you need to use &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt; here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RMS:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(Match(ishotjob, -1, 0), 'Open', 'Close') as JobStatus;&lt;/P&gt;&lt;P&gt;SELECT ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109007#M763261</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109008#M763262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this formula &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;placementdate -= {"=Null()"}&amp;gt;} candidateID)&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;This is also working&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;BR /&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;Thank you for your help also&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109008#M763262</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109009#M763263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, I forgot the pattern thank you for the help now it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have two more questions i will create separate discussion for them&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And For which answer i want give the correct answer,... for this one or previous 1st question&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109009#M763263</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-08-06T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109010#M763264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is for you to decide... but you can always mark helpful responses for any/all answers which you thought were helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/109010#M763264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-06T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: “Where” clause in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/1595994#M763265</link>
      <description>In pick match case how can we use ELSE statement.</description>
      <pubDate>Wed, 26 Jun 2019 05:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Expressions/m-p/1595994#M763265</guid>
      <dc:creator>debabrata_sahoo</dc:creator>
      <dc:date>2019-06-26T05:38:55Z</dc:date>
    </item>
  </channel>
</rss>

