<?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: Dynamic Name Changing in Chart Caption in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496122#M1134181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Kadir i could not understand please let me know what exactly doing only () here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 04:20:32 GMT</pubDate>
    <dc:creator>nihhalmca</dc:creator>
    <dc:date>2013-11-08T04:20:32Z</dc:date>
    <item>
      <title>Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496118#M1134177</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;I want to show dynamic header name changing for example ='country =' &amp;amp; country, if i select single country it will show country name on caption but if i select more than one selection on country it did not show on caption and what is difference between ='country =' &amp;amp; country and ='country =' &amp;amp; only(country) please let me know solution for this requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Nihhal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 02:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496118#M1134177</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2013-11-08T02:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496119#M1134178</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;try&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;"&gt;Country &lt;/SPAN&gt;= ' &amp;amp; GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;country&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 03:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496119#M1134178</guid>
      <dc:creator />
      <dc:date>2013-11-08T03:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496120#M1134179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alexis, what is difference between ='country =' &amp;amp; country and ='country =' &amp;amp; only(country), do you have any idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496120#M1134179</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2013-11-08T04:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496121#M1134180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihhal L,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would the following help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(Country, ' , ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it does is, it lists possible Countries and avoids duplication of it while separating them with a comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496121#M1134180</guid>
      <dc:creator />
      <dc:date>2013-11-08T04:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496122#M1134181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Kadir i could not understand please let me know what exactly doing only () here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496122#M1134181</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2013-11-08T04:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496123#M1134182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, no difference is there. Only() function returns a NULL if not &lt;STRONG&gt;single&lt;/STRONG&gt; value is selected(in other words, it can return a value if the scope is limited to a single value). If you use the field name alone, then qv treats it as Only(fiel name) internally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496123#M1134182</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-08T04:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496124#M1134183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only() function means it will return a single value at a time. of course it will still depend on function combination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;if you have country with data as A,B, C, D&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;country = {'A','B'}&amp;gt;}country),country) //this will return country A and B&lt;/P&gt;&lt;P&gt;while only(country) // this will return a single country (whichever you selected) at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on your question with&lt;/P&gt;&lt;P&gt;=country vs =only(country)&lt;/P&gt;&lt;P&gt;=country //will list all possible country when used as dimension&lt;/P&gt;&lt;P&gt;while =only(country) //will list a single country when used as dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496124#M1134183</guid>
      <dc:creator />
      <dc:date>2013-11-08T04:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496125#M1134184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi there&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='Country = ' &amp;amp; if(LEN(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Country&lt;/SPAN&gt;)&amp;gt;0,MaxString(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Country&lt;/SPAN&gt;),'All Countries')&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BY DEFAULT IT SHOWS ALL COUNTRIES, WHEN U SELECT COUNTRY IT SHOW PARTICULAR COUNTRY &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;REGARDS&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PREMHAS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 04:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496125#M1134184</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2013-11-08T04:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496126#M1134185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NIhhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use Only() function, it will return only one selection from the particular field.&lt;/P&gt;&lt;P&gt;Your requirement is, to display no.of selected items in the field 'Country'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option:1&lt;/P&gt;&lt;P&gt;=GetCurrentSelections(Country)&lt;/P&gt;&lt;P&gt;Will display Name of the Field and the values from that field. (One or More)&lt;/P&gt;&lt;P&gt;But it will display NULL, when no selection were made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option:2&lt;/P&gt;&lt;P&gt;='Country :'&amp;amp;GetFieldSelections(Country)&lt;/P&gt;&lt;P&gt;This will return the selected items from the field (One or More).&lt;/P&gt;&lt;P&gt;As the expression contains 'Country : '&amp;amp; will display all the time (when no selection is made, will return name Country).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I welcome all your comments and feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan Kumar.&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48715_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 05:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496126#M1134185</guid>
      <dc:creator />
      <dc:date>2013-11-08T05:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496127#M1134186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NIhhal,&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;"&gt; what exactly doing only () here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Only() function will only return selected item from a particular field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If no selection were made, then nothing to display.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;When you are trying to use Only(Country).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It will display only one selected item from country field, if you select more that one item or no selection were made, there is nothing to display.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope you got the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I welcome all your comments and feedback.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pavan Kumar.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 05:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496127#M1134186</guid>
      <dc:creator />
      <dc:date>2013-11-08T05:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Name Changing in Chart Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496128#M1134187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above are possible solutions, but it will always depends on what you're exact requirement is. Try also below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Country = ' &amp;amp; Concat(DISTINCT Country,', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat() function, will provide you list of entity depending on your parameter. For above example, it will give you list of all distinct or unique country names when nothing is selected in list box, and it will show you one country name when selecting one country, so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 05:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Name-Changing-in-Chart-Caption/m-p/496128#M1134187</guid>
      <dc:creator>bill_mtc</dc:creator>
      <dc:date>2013-11-08T05:57:20Z</dc:date>
    </item>
  </channel>
</rss>

