<?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 Put Multiple Values in layout condiiton for Getfields function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Put-Multiple-Values-in-layout-condiiton-for-Getfields-function/m-p/1566374#M441770</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:22 GMT</pubDate>
    <dc:creator>innashna</dc:creator>
    <dc:date>2024-11-16T03:55:22Z</dc:date>
    <item>
      <title>Put Multiple Values in layout condiiton for Getfields function</title>
      <link>https://community.qlik.com/t5/QlikView/Put-Multiple-Values-in-layout-condiiton-for-Getfields-function/m-p/1566374#M441770</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:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-Multiple-Values-in-layout-condiiton-for-Getfields-function/m-p/1566374#M441770</guid>
      <dc:creator>innashna</dc:creator>
      <dc:date>2024-11-16T03:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Values in layout condiiton for Getfields function</title>
      <link>https://community.qlik.com/t5/QlikView/Put-Multiple-Values-in-layout-condiiton-for-Getfields-function/m-p/1566695#M441793</link>
      <description>Try it like this:&lt;BR /&gt;=If(Match(GetFieldSelections(DD_Solution_Leg_SOLUTION_NAME),'EVPL', 'EDI','ENS','EPL'),'qmem://image name/Metro_E' ,if(Match(GetFieldSelections(DD_Solution_Leg_SOLUTION_NAME),'EVPL','EDI','ENS','EPL') AND Match(GetFieldSelections(DD_Solution_Leg_SOLUTION_NAME),'Business Internet'),'yourSecondImage','defaultImage'))</description>
      <pubDate>Tue, 09 Apr 2019 05:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Put-Multiple-Values-in-layout-condiiton-for-Getfields-function/m-p/1566695#M441793</guid>
      <dc:creator>gf</dc:creator>
      <dc:date>2019-04-09T05:53:56Z</dc:date>
    </item>
  </channel>
</rss>

