<?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: Getfieldselections with multiple values in if condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566386#M441773</link>
    <description>&lt;P&gt;What if the user select 3 values&lt;/P&gt;&lt;P&gt;1) EVPL&lt;/P&gt;&lt;P&gt;2) ENS&lt;/P&gt;&lt;P&gt;3) Business Internet&lt;/P&gt;&lt;P&gt;Would you still want to show the image or not?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2019 12:21:41 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-04-08T12:21:41Z</dc:date>
    <item>
      <title>Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566373#M441769</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to build condition where image is getting replaced only if two particular values are selected.&lt;/P&gt;&lt;P&gt;When only one value had to be selected I used :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="1"&gt;(IF&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;Match&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;GetFieldSelections&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;[DD_Solution_Leg_SOLUTION_NAME]&lt;/FONT&gt;&lt;FONT size="1"&gt;),'EVPL', 'EDI','ENS','EPL'),'qmem://image name/Metro_E' &lt;/FONT&gt;)&lt;/P&gt;&lt;P&gt;Now there is a requirement to present image Metro_E when the following logic acts:&lt;/P&gt;&lt;P&gt;match (&lt;FONT color="#800000" size="1"&gt;DD_Solution_Leg_SOLUTION_NAME,'EVPL','EDI','ENS','EPL') and match (DD_Solution_Leg_SOLUTION_NAME,'Business Internet')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" size="1"&gt;How I use this condition in the GetFields Selection function?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" size="1"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" size="1"&gt;Inna&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566373#M441769</guid>
      <dc:creator>innashna</dc:creator>
      <dc:date>2024-11-16T03:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566379#M441771</link>
      <description>&lt;P&gt;Is this saying that&amp;nbsp;&lt;SPAN&gt;DD_Solution_Leg_SOLUTION_NAME is either one of the following ('EVPL','EDI','ENS','EPL') and in addition 'Business Internet' is also selected?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566379#M441771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-08T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566384#M441772</link>
      <description>Yes&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566384#M441772</guid>
      <dc:creator>innashna</dc:creator>
      <dc:date>2019-04-08T12:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566386#M441773</link>
      <description>&lt;P&gt;What if the user select 3 values&lt;/P&gt;&lt;P&gt;1) EVPL&lt;/P&gt;&lt;P&gt;2) ENS&lt;/P&gt;&lt;P&gt;3) Business Internet&lt;/P&gt;&lt;P&gt;Would you still want to show the image or not?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566386#M441773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-08T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566388#M441774</link>
      <description>Yes.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566388#M441774</guid>
      <dc:creator>innashna</dc:creator>
      <dc:date>2019-04-08T12:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566392#M441775</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;PRE&gt;If((&lt;BR /&gt;SubStringCount('|' &amp;amp; GetFieldSelections([DD_Solution_Leg_SOLUTION_NAME], '|') &amp;amp; '|', '|EVPL|') = 1 or
SubStringCount('|' &amp;amp; GetFieldSelections([DD_Solution_Leg_SOLUTION_NAME], '|') &amp;amp; '|', '|EDI|') = 1 or
SubStringCount('|' &amp;amp; GetFieldSelections([DD_Solution_Leg_SOLUTION_NAME], '|') &amp;amp; '|', '|ENS|') = 1 or
SubStringCount('|' &amp;amp; GetFieldSelections([DD_Solution_Leg_SOLUTION_NAME], '|') &amp;amp; '|', '|&lt;SPAN&gt;EPL&lt;/SPAN&gt;|') = 1&lt;BR /&gt;)
and
(&lt;BR /&gt;SubStringCount('|' &amp;amp; GetFieldSelections([DD_Solution_Leg_SOLUTION_NAME], '|') &amp;amp; '|', '|Business Internet|') = 1&lt;BR /&gt;), 'qmem://image name/Metro_E')&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566392#M441775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-08T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getfieldselections with multiple values in if condition</title>
      <link>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566414#M441778</link>
      <description>Works!! Genius!!!Thanks!!&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getfieldselections-with-multiple-values-in-if-condition/m-p/1566414#M441778</guid>
      <dc:creator>innashna</dc:creator>
      <dc:date>2019-04-08T12:57:06Z</dc:date>
    </item>
  </channel>
</rss>

