<?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 dynamic title for chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414313#M796136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a bar chart which lists the top 10 destinations in descending order. The chat title is "Top 10 Destinations". If user selects the top 4 ( or any number of destinations)&amp;nbsp; by selecting on the chart, i want to change the title to reflect the number of destinations selected. eg. Top 4 Destinations etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get the number of destinations by taking user's selection on the chart? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414313#M796136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a bar chart which lists the top 10 destinations in descending order. The chat title is "Top 10 Destinations". If user selects the top 4 ( or any number of destinations)&amp;nbsp; by selecting on the chart, i want to change the title to reflect the number of destinations selected. eg. Top 4 Destinations etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get the number of destinations by taking user's selection on the chart? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414313#M796136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414314#M796137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(getselectedcount(Destinations)&amp;lt;10,'Top '&amp;amp;getselectedcount(Destinations)&amp;amp;' Destinations','Top 10 Destinations) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414314#M796137</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2017-12-18T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414315#M796138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Top ' &amp;amp; Count(Destinations) &amp;amp; ' Destinations'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414315#M796138</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-18T12:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414316#M796139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187355_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;1780137d wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a bar chart which lists the top 10 destinations in descending order. The chat title is "Top 10 Destinations". If user selects the top 4 ( or any number of destinations)&amp;nbsp; by selecting on the chart, i want to change the title to reflect the number of destinations selected. eg. Top 4 Destinations etc.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How can i get the number of destinations by taking user's selection on the chart?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To elaborate further...&lt;/P&gt;&lt;P&gt;When the group of Top 4 destinations is selected ( by circling the bars in the chart), title becomes &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/187356_2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 13:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414316#M796139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414317#M796140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe limit the upper boundary (because it is highly probable that the Dimension Limits tab has been activated or set analysis reduces the max number of dimension values):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;='Top ' &amp;amp; RangeMin(Count(DISTINCT Destinations), 10) &amp;amp; ' Destinations'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414317#M796140</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-12-18T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414318#M796141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thanks for the tip. It works for me with the getselectedcount()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414318#M796141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414319#M796142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my original solution was slightly wrong as if no selections were made then it would say Top 0 destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have fixed this now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getselectedcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;destination&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,'Top 10 Destinations', &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getselectedcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;destination&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;10,'Top '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getselectedcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;destination&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;' Destinations','Top 10 Destinations')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I've just tested and based on what you are asking for this works fine&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414319#M796142</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2017-12-18T17:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414320#M796143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quality check.&amp;nbsp; It's working well with your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414320#M796143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T09:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic title for chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414321#M796144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Thank you for the neat solution. learnt something today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 00:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-title-for-chart/m-p/1414321#M796144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T00:19:01Z</dc:date>
    </item>
  </channel>
</rss>

