<?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: Ignore Selection In a Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303219#M405913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(Count({1}FanID),'#,###')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 14:04:52 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2017-07-27T14:04:52Z</dc:date>
    <item>
      <title>Ignore Selection In a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303217#M405911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a very simple text object:&lt;/P&gt;&lt;P&gt;=num(Count(FanID),'#,###')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to duplicate this and have it ignore selections, so that you can see how many fans you have selected out of the total amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, as you drill down in the application, I'd like to see that 10/100 people meet the current selection criteria while showing both numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions would be very helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303217#M405911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-27T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection In a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303218#M405912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To disregard selections use&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;=num(Count({1} FanID),'#,###')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303218#M405912</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-07-27T14:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection In a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303219#M405913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(Count({1}FanID),'#,###')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303219#M405913</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-27T14:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection In a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303220#M405914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The technique used is called Set Analysis, the 1 stands for&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TH class="BodyI--" style="padding: 7px; text-align: left; border: 1px solid #d5d5d5;"&gt;Identifier&lt;/TH&gt;&lt;TH class="BodyG--" style="padding: 7px; text-align: left; border: 1px solid #d5d5d5;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;1&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Represents the full set of all the records in the application, irrespective of any selections made.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;More on this topic&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm"&gt;Set analysis and set expressions ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 14:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-In-a-Text-Object/m-p/1303220#M405914</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-07-27T14:17:49Z</dc:date>
    </item>
  </channel>
</rss>

