<?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: Set summary to zero when no selection applied in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340375#M29535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(if(GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;account_ref&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_CURRENT&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(GetSelectedCount(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;account_ref&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;),sum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_CURRENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 10:21:31 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-19T10:21:31Z</dc:date>
    <item>
      <title>Set summary to zero when no selection applied</title>
      <link>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340373#M29533</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 a chart object that totals the current aged debt of a customer(s) when one (or more) are selected (filtered) but when no customer is selected the total aged debt for all records in the data set is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a away to&amp;nbsp; display zero when no customer is selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll continue to research but if someone knows the answer please tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 09:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340373#M29533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T09:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set summary to zero when no selection applied</title>
      <link>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340374#M29534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those that need to know the following limits the totaling to 1 filter value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Count(Distinct account_ref) &amp;gt; 1,0, Sum(AGED_CURRENT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still think there must be a cleaner solution but can't find it (yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 09:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340374#M29534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T09:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set summary to zero when no selection applied</title>
      <link>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340375#M29535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(if(GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;account_ref&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_CURRENT&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(GetSelectedCount(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;account_ref&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;),sum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGED_CURRENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 10:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340375#M29535</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-19T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set summary to zero when no selection applied</title>
      <link>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340376#M29536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, both work perfectly thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knew there had to be an existing variable but just couldn't find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 10:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340376#M29536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T10:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set summary to zero when no selection applied</title>
      <link>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340377#M29537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 12:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-summary-to-zero-when-no-selection-applied/m-p/1340377#M29537</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-19T12:17:55Z</dc:date>
    </item>
  </channel>
</rss>

