<?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: How to ignore all selection exclude one in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127105#M8891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({1&amp;lt;Date = P(Date)&amp;gt;} TOTAL DISTINCT AccountID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2018 11:08:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-02T11:08:13Z</dc:date>
    <item>
      <title>How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127104#M8890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with my set analysis. I want to ignore all selection but exclude one field is Date. I tried to write like below but It dosent work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({1-$&amp;lt;Date={"*"}&amp;gt;}total distinct AccountID)&lt;/P&gt;&lt;P&gt;Total AccountID of my data is 92k. I want to ignore when i filter BranchID,EmID...except Date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, i dont want to use &lt;SPAN style="font-size: 13.3333px;"&gt;count({Branch=,...&amp;gt;}total distinct AccountID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127104#M8890</guid>
      <dc:creator>phongnnguyen</dc:creator>
      <dc:date>2018-10-02T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127105#M8891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({1&amp;lt;Date = P(Date)&amp;gt;} TOTAL DISTINCT AccountID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127105#M8891</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-02T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127106#M8892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&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;Count({1&amp;lt;Date = $::Date&amp;gt;} TOTAL DISTINCT AccountID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127106#M8892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-02T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127107#M8893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-12724"&gt;Ignore all selections except few fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127107#M8893</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-02T11:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127108#M8894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply but they doesnt work both in my case too. I use Qlik Sense Desktop. So cant use P() &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127108#M8894</guid>
      <dc:creator>phongnnguyen</dc:creator>
      <dc:date>2018-10-02T11:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127109#M8895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have Qlik Sense Desktop which is why you can't use P()? Who told you that? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127109#M8895</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-02T11:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127110#M8896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today, I just know use P() in Qlik Sense. I will read the way to use it. Thanks a lot. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127110#M8896</guid>
      <dc:creator>phongnnguyen</dc:creator>
      <dc:date>2018-10-02T11:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore all selection exclude one</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127111#M8897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 11:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-ignore-all-selection-exclude-one/m-p/127111#M8897</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-02T11:42:19Z</dc:date>
    </item>
  </channel>
</rss>

