<?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: Filter base Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274796#M859310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply GetCurrentSelections() in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 07:18:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-19T07:18:10Z</dc:date>
    <item>
      <title>Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274793#M859304</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;I have to show sum of sales for particular location,but if we select other location it should show Zero.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country Sales&lt;/P&gt;&lt;P&gt;India 200&lt;/P&gt;&lt;P&gt;US 300&lt;/P&gt;&lt;P&gt;UK 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result : when no filter select from Country&lt;/P&gt;&lt;P&gt;India = 200 US = 300 UK =100&amp;nbsp; /// I am using set analysis for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we select India from Country List box&lt;/P&gt;&lt;P&gt;India = 200 US =0 UK =0 // Set analysis is not working it show India=200 US =300 UK =100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to solve that to retrive the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&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/Filter-base-Selection/m-p/1274793#M859304</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274794#M859305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;=If (GetSelectedCount(Country)&amp;gt;0, Sum (Sales),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274794#M859305</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-19T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274795#M859307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the user select India and US then it should be Inid=200 US=300 UK=0 like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274795#M859307</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T07:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274796#M859310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply GetCurrentSelections() in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274796#M859310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T07:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274797#M859312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And all those value we have to display in a text box not in a list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274797#M859312</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T07:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274798#M859314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried if(Getselectedcount(Country)=0 or if(match(Getcurrentselections(Country),'Inida'),1),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's doesn't give me result when i m selecting two country at a time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274798#M859314</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T07:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274799#M859316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached and hope this is what you want:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274799#M859316</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-19T07:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274800#M859318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not able to see your attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274800#M859318</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274801#M859320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are in the Inbox than you will not see it. just go to the webpage and you will see it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274801#M859320</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-19T07:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274802#M859321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a chart or in list bix it's working fine, but i need to show all those information in text box&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;India(text box)&lt;/P&gt;&lt;P&gt;200(Sum({&amp;lt;Country={'India'}&amp;gt;}Sales)) show in a text box&lt;/P&gt;&lt;P&gt;it's work fine if we are not selecting any thing but when i am selecting Country as UK it still show 200 in that text box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274802#M859321</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T07:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274803#M859322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this in text box if(Getselectedcount(Country)=0 or if(match(Getcurrentselections(Country),'Inida'),1),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's doesn't give me result when i m selecting two country at a time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 07:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274803#M859322</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274804#M859325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do You have Country as Dimension in Your chart? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274804#M859325</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-19T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274805#M859329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi am not using any chart, i have to shoq all those information in a text box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274805#M859329</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274806#M859330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;But that is not what exactly i want, i want all those information in a text box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274806#M859330</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274807#M859331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us that textbox and expected output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274807#M859331</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-19T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274808#M859332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="150005" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150005_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="150007" alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150007_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Use Implicit set expression like:&amp;nbsp; Sum({&amp;lt;Country&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;={'India'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274808#M859332</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-01-19T08:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274809#M859333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it is possible to show in the text box the way you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274809#M859333</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-19T08:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274810#M859334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this, could be an solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ')&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(10) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274810#M859334</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-19T08:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274811#M859335</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;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;India&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;US&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;UK&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;300&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all are text box,when their is no selection we have filter as a country&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we select any Country such as India and UK then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;India&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;US&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;UK&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;300&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274811#M859335</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filter base Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274812#M859336</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>Thu, 19 Jan 2017 08:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-base-Selection/m-p/1274812#M859336</guid>
      <dc:creator>nisha_rai</dc:creator>
      <dc:date>2017-01-19T08:59:35Z</dc:date>
    </item>
  </channel>
</rss>

