<?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: Multiple IF, PICK AND MATCH in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923081#M980318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, if you need this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 15:55:55 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2015-08-13T15:55:55Z</dc:date>
    <item>
      <title>Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923079#M980316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a load script that I used to change the text in a field to a different text based on the Question number. This says that if the value of QuestionNumber 25 is 'Yes', change it to ;No' and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;QuestionNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, 25), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Pick&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'Yes','No', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'No','Yes', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Response&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;How do I add another IF statement to say for QuestionNumber 26, if there is a 'No' response say 'Yes', but if there is a 'Yes' response, leave it as 'Yes'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;I tried the below but it didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;QuestionNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, 25), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Pick&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'Yes','No', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'No','Yes', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;SPAN style="font-size: 10pt;"&gt;) AND &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;QuestionNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, 26), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Pick&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'No', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;), 'Yes', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CResponse&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Response;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;I tried connecting two IF statements with a comma instead of 'AND' but that did not work either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Any help is appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923079#M980316</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-08-13T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923080#M980317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(Match(QuestionNumber, 25), Pick(Match(CResponse,'Yes','No', CResponse),'No','Yes', CResponse),&lt;/P&gt;&lt;P&gt;IF(Match(QuestionNumber, 26), Pick(Match(CResponse,'Yes','No', CResponse),'Yes','Yes', CResponse),&lt;/P&gt;&lt;P&gt;'no 25 or 26'&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt; as Response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923080#M980317</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-13T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923081#M980318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, if you need this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923081#M980318</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T15:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923082#M980319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-family: arial, helvetica, sans-serif;"&gt;IF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;(Match(QuestionNumber, 25), Pick(Match(CResponse,'Yes', 'No', CResponse),'No','Yes', &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;CResponse&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;), &lt;SPAN style="font-style: inherit;"&gt;IF&lt;/SPAN&gt;(&lt;SPAN style="font-style: inherit;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;QuestionNumber&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, 26), &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;Pick&lt;/SPAN&gt;(&lt;SPAN style="font-style: inherit;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;,'No', &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;CResponse&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;), 'Yes', &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;CResponse&lt;SPAN style="font-style: inherit;"&gt;), CResponse)) &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-family: arial, helvetica, sans-serif;"&gt;Response;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923082#M980319</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-13T15:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923083#M980320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo! However, it gives the value as&amp;nbsp; 'no 25 or 26' for the whole column. I think it is because we are saying 'no 25 or 26' before the double brackets in the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;IF(Match(QuestionNumber, 25), Pick(Match(CResponse,'Yes','No', CResponse),'No','Yes', CResponse),&lt;/P&gt;&lt;P&gt;IF(Match(QuestionNumber, 26), Pick(Match(CResponse,'Yes','No', CResponse),'Yes','Yes', CResponse),&lt;/P&gt;&lt;P&gt;CResponse)) as Response;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this worked!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923083#M980320</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-08-13T16:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923084#M980321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest closing the thread by marking a correct answer.&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>Thu, 13 Aug 2015 16:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923084#M980321</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-13T16:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923085#M980322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what did you want for&lt;/P&gt;&lt;P&gt;not 25 and not 26&lt;/P&gt;&lt;P&gt;so I typed a constant &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'no 25 or 26'&amp;nbsp; to be replaced&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923085#M980322</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-13T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923086#M980323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Infock12"&gt;Infock12&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by selecting Correct Answer and Helpful. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 03:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923086#M980323</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-14T03:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923087#M980324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Understan. Thanks M!‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923087#M980324</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-08-14T05:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923088#M980325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T‌hanks Sunny, Krishna and Qlikviewwizard!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923088#M980325</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-08-14T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF, PICK AND MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923089#M980326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem Karthik &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are all glad to help.&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>Fri, 14 Aug 2015 05:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-PICK-AND-MATCH/m-p/923089#M980326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-14T05:15:43Z</dc:date>
    </item>
  </channel>
</rss>

