<?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: Selections Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352328#M415402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;Match(Color, 'Yellow')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Match(Color, 'Green')&amp;nbsp; &lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;'Favorite Fruit'&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;,Color)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-04-20 17_42_52-QlikView x64 - [C__Users_s.wuehl_Downloads_RegressionLine.qvw_].png" class="jive-image image-1" src="/legacyfs/online/160669_2017-04-20 17_42_52-QlikView x64 - [C__Users_s.wuehl_Downloads_RegressionLine.qvw_].png" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2017 15:43:14 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-04-20T15:43:14Z</dc:date>
    <item>
      <title>Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352327#M415401</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;Here is a sample data set - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" width="64"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Color&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Fruit&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Yellow&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Banana&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Yellow&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Mango&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Red&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Grapes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Red&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Berry&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Green&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Grapes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" style="border-top: none;"&gt;Green&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Banana&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created filter/list box expression - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Color&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, ’Yellow’)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;(Color&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, ’Green’)&amp;nbsp; &lt;BR /&gt; ,&lt;BR /&gt; ‘Favorite Fruit’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I select the filter 'Favorite Fruit' (LED Green Check Box enabled), data narrows down to - &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" width="64"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Color&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Fruit&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;Yellow&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Banana&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;Yellow&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Mango&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;Green&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Grapes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" style="border-top: none;"&gt;Green&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Banana&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I select 'Banana' , the filter &lt;SPAN style="font-size: 13.3333px;"&gt; 'Favorite Fruit'&lt;/SPAN&gt; stays unhampered, as Banana falls in both Green and Yellow. &lt;/P&gt;&lt;P&gt;But i&lt;SPAN style="font-size: 10pt;"&gt;f I select 'Grapes' or 'Mango', the &lt;SPAN style="font-size: 13.3333px;"&gt;filter &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; 'Favorite Fruit' gets cleared - Means the LED Check mark disappears, but in th current selection box still the Color shows as Yellow, Green.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Need&lt;/STRONG&gt; - &lt;/P&gt;&lt;P&gt;For the scenario like I did for 'Grapes' or 'Mango', my LED Check Mark SHOULD NOT vanish and Current Selection Box to show the respective Color (even though its a single color).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the expression to modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 15:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352327#M415401</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2017-04-20T15:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352328#M415402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;Match(Color, 'Yellow')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Match(Color, 'Green')&amp;nbsp; &lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;'Favorite Fruit'&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;,Color)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-04-20 17_42_52-QlikView x64 - [C__Users_s.wuehl_Downloads_RegressionLine.qvw_].png" class="jive-image image-1" src="/legacyfs/online/160669_2017-04-20 17_42_52-QlikView x64 - [C__Users_s.wuehl_Downloads_RegressionLine.qvw_].png" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 15:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352328#M415402</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-20T15:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352329#M415403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. Cool.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting the Aggr function - but for all other fields except 'Color'. &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;Even though it keeps the Filter unhampered now, but the Current Selection Box still has two values. But that's fine for me. &lt;/P&gt;&lt;P&gt;If we can work on that, would be great otherwise not a priority though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 15:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-Issue/m-p/1352329#M415403</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2017-04-20T15:49:28Z</dc:date>
    </item>
  </channel>
</rss>

