<?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: Convert if to set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249553#M871357</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 pick &amp;amp; match for the same thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&amp;nbsp; pick(match(TOOL,'A','B','C'),'A1','B1','C1')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2016 06:55:28 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2016-11-15T06:55:28Z</dc:date>
    <item>
      <title>Convert if to set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249552#M871356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to convert if statement to set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My if condition statement is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(TOOL='A','A1',IF(TOOL='B','B1','C1'))&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/Convert-if-to-set-analysis/m-p/1249552#M871356</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert if to set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249553#M871357</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 pick &amp;amp; match for the same thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&amp;nbsp; pick(match(TOOL,'A','B','C'),'A1','B1','C1')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 06:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249553#M871357</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-11-15T06:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert if to set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249554#M871358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set expressions are filters, not branching constructs. Nested IF() or Pick() are adequate solutions for this type of operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 06:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249554#M871358</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-15T06:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert if to set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249555#M871359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gireesh&lt;/P&gt;&lt;P&gt;Set Analysis can be used only in the Aggr function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my suggestion use pick Function&amp;nbsp; as follows.&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;=pick(match(TOOL,'A','B','C'),'A1','B1','C1')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249555#M871359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T07:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert if to set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249556#M871360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249556#M871360</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2016-11-15T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert if to set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249557#M871361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 07:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-if-to-set-analysis/m-p/1249557#M871361</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2016-11-15T07:21:30Z</dc:date>
    </item>
  </channel>
</rss>

