<?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: exclude list box selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058683#M354667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response.When I am using set analysis initially my table not showing any data after selecting data it's working fine but my table&amp;nbsp; should show all data without selecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 03:51:39 GMT</pubDate>
    <dc:creator>sat_tok52</dc:creator>
    <dc:date>2016-02-18T03:51:39Z</dc:date>
    <item>
      <title>exclude list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058681#M354665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;I have list box have A,B,C data and also have a straight table ,as per my requirement if I select list box data A my straight should exclude A data and it should show B,C Data,it means it should exclude current selection show remaining data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sateesh.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058681#M354665</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2016-02-18T03:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: exclude list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058682#M354666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as your set analysis in your expression: &lt;STRONG&gt;{&amp;lt;ListBoxField = e(ListBoxField)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an expression Sum(Sales) you can do -&amp;gt; Sum(&lt;STRONG style="font-size: 13.3333px;"&gt;{&amp;lt;ListBoxField = e(ListBoxField)&amp;gt;}&lt;/STRONG&gt;Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058682#M354666</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-18T03:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: exclude list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058683#M354667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response.When I am using set analysis initially my table not showing any data after selecting data it's working fine but my table&amp;nbsp; should show all data without selecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058683#M354667</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2016-02-18T03:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: exclude list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058684#M354668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;ListBoxField ={'*'}-{'$(=GetFieldSelections(ListBoxField ))'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 03:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058684#M354668</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-18T03:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: exclude list box selection</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058685#M354669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ListBoxField) &amp;gt; 0, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;ListBoxField = e(ListBoxField)&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sales),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 04:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-list-box-selection/m-p/1058685#M354669</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-18T04:21:08Z</dc:date>
    </item>
  </channel>
</rss>

