<?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: Display measure only when no selection made in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311542#M28012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;if(count(GetCurrentSelections()&amp;gt;0), YOUREXPRESSIONwhenSelectionIsMade, &lt;SPAN style="font-size: 13.3333px;"&gt;YOUREXPRESSIONwhenNoSelectionIsMade) &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;&lt;SPAN style="font-size: 13.3333px;"&gt;YOUREXPRESSION should be 0 and then just do not show zero values.&lt;BR /&gt;&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;&lt;SPAN style="font-size: 13.3333px;"&gt;It is dirty solution, but it should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 15:05:43 GMT</pubDate>
    <dc:creator>mato32188</dc:creator>
    <dc:date>2017-05-09T15:05:43Z</dc:date>
    <item>
      <title>Display measure only when no selection made</title>
      <link>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311541#M28011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a combo chart the represents number of donors and renewal rate by fiscal year.&lt;/P&gt;&lt;P&gt;The renewal rate calculation is: Current Year Active Donors / Total Donors from Prior Year.&lt;/P&gt;&lt;P&gt;When &lt;SPAN style="font-size: 13.3333px;"&gt;Total Donors from Prior Year is a hard coded field I created in script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What I need is when there is no selection made by user the chart will display Number of Donors and Renewal Rate but when at least one selection made the chart would display Number of Donors only without Renewal Rate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please any suggestions?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #575757;"&gt;Before selection&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="numofDonors.JPG" class="jive-image image-1" height="223" src="https://community.qlik.com/legacyfs/online/162622_numofDonors.JPG" style="height: 223.055px; width: 423px;" width="423" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;After Selection made&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="numofDinors2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/162653_numofDinors2.JPG" style="height: 133px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311541#M28011</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2017-05-09T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display measure only when no selection made</title>
      <link>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311542#M28012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;if(count(GetCurrentSelections()&amp;gt;0), YOUREXPRESSIONwhenSelectionIsMade, &lt;SPAN style="font-size: 13.3333px;"&gt;YOUREXPRESSIONwhenNoSelectionIsMade) &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;&lt;SPAN style="font-size: 13.3333px;"&gt;YOUREXPRESSION should be 0 and then just do not show zero values.&lt;BR /&gt;&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;&lt;SPAN style="font-size: 13.3333px;"&gt;It is dirty solution, but it should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311542#M28012</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2017-05-09T15:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display measure only when no selection made</title>
      <link>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311543#M28013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Martin,&lt;/P&gt;&lt;P&gt;That works&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, 09 May 2017 15:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-measure-only-when-no-selection-made/m-p/1311543#M28013</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2017-05-09T15:13:13Z</dc:date>
    </item>
  </channel>
</rss>

