<?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 how to change my expression for multi-selection possible in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-my-expression-for-multi-selection-possible/m-p/1361940#M831149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if ((KPI_Flag ='GF' or (TimeSpecial_1&amp;lt;&amp;gt;0 and DueDate&amp;gt;= MonthEnd and&amp;nbsp; DueDate_1&amp;lt;&amp;gt;0)) and (Match(GetFieldSelections(MapColorSelection),'All','Green')),'Green',&lt;/P&gt;&lt;P&gt;if (KPI_Flag = 'YF' and (TimeSpecial_1 =0 or DueDate&amp;lt;MonthEnd or DueDate_1=0) and (Match(GetFieldSelections(MapColorSelection),'All','Yellow')) , 'Yellow',&lt;/P&gt;&lt;P&gt;if(KPI_Flag='RF' and (TimeSpecial_1 =0 or DueDate&amp;lt;MonthEnd or DueDate_1=0) and (Match(GetFieldSelections(MapColorSelection),'All','Red')),'Red')))&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168136" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168136_1.png" style="height: 342px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;when I select Green it select only green value in the table&lt;/P&gt;&lt;P&gt;but when I select more than one value in list box this expression not working&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168140" alt="Screenshot_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168140_Screenshot_2.png" style="height: 130px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;how can &lt;/SPAN&gt;i&lt;SPAN style="font-size: 13.3333px;"&gt; change this in expression level?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>vengadeshpalani</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to change my expression for multi-selection possible</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-my-expression-for-multi-selection-possible/m-p/1361940#M831149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if ((KPI_Flag ='GF' or (TimeSpecial_1&amp;lt;&amp;gt;0 and DueDate&amp;gt;= MonthEnd and&amp;nbsp; DueDate_1&amp;lt;&amp;gt;0)) and (Match(GetFieldSelections(MapColorSelection),'All','Green')),'Green',&lt;/P&gt;&lt;P&gt;if (KPI_Flag = 'YF' and (TimeSpecial_1 =0 or DueDate&amp;lt;MonthEnd or DueDate_1=0) and (Match(GetFieldSelections(MapColorSelection),'All','Yellow')) , 'Yellow',&lt;/P&gt;&lt;P&gt;if(KPI_Flag='RF' and (TimeSpecial_1 =0 or DueDate&amp;lt;MonthEnd or DueDate_1=0) and (Match(GetFieldSelections(MapColorSelection),'All','Red')),'Red')))&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168136" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168136_1.png" style="height: 342px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;when I select Green it select only green value in the table&lt;/P&gt;&lt;P&gt;but when I select more than one value in list box this expression not working&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168140" alt="Screenshot_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168140_Screenshot_2.png" style="height: 130px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;how can &lt;/SPAN&gt;i&lt;SPAN style="font-size: 13.3333px;"&gt; change this in expression level?&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/how-to-change-my-expression-for-multi-selection-possible/m-p/1361940#M831149</guid>
      <dc:creator>vengadeshpalani</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to change my expression for multi-selection possible</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-my-expression-for-multi-selection-possible/m-p/1361941#M831150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try WildMatch instead of just Match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= if ((KPI_Flag ='GF' or (TimeSpecial_1&amp;lt;&amp;gt;0 and DueDate&amp;gt;= MonthEnd and&amp;nbsp; DueDate_1&amp;lt;&amp;gt;0)) and (WildMatch(GetFieldSelections(MapColorSelection),'*All*','*Green*')),'Green', &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if (KPI_Flag = 'YF' and (TimeSpecial_1 =0 or DueDate&amp;lt;MonthEnd or DueDate_1=0) and (WildMatch(GetFieldSelections(MapColorSelection),'*All*','*Yellow*')) , 'Yellow', &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if(KPI_Flag='RF' and (TimeSpecial_1 =0 or DueDate&amp;lt;MonthEnd or DueDate_1=0) and (WildMatch(GetFieldSelections(MapColorSelection),'*All*','*Red*')),'Red')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168146_Capture.PNG" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 20:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-my-expression-for-multi-selection-possible/m-p/1361941#M831150</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-26T20:55:41Z</dc:date>
    </item>
  </channel>
</rss>

