<?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 How to create a dynamic chart title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873513#M1013739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a chart title that dynamically changes as per the selection&lt;/P&gt;&lt;P&gt;I am new to QV and have gone through the existing blogs for it. but I am unable to figure out where in Chart do i need to getcurrentselection(). Can somebody please assist with the syntax and where do i need to add this in chart with the screenshots&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 09:01:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-21T09:01:08Z</dc:date>
    <item>
      <title>How to create a dynamic chart title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873513#M1013739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a chart title that dynamically changes as per the selection&lt;/P&gt;&lt;P&gt;I am new to QV and have gone through the existing blogs for it. but I am unable to figure out where in Chart do i need to getcurrentselection(). Can somebody please assist with the syntax and where do i need to add this in chart with the screenshots&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873513#M1013739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-21T09:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic chart title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873514#M1013740</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;on the tab "General" of the dialog of the chart, you have the edit_field "Title" (the topmost one)&lt;/P&gt;&lt;P&gt;=&amp;gt; Just click on the little button next to it (with the "...") and you have the formula_editor open&lt;/P&gt;&lt;P&gt;=&amp;gt; Just insert an IF() construct with the Getfieldselections() function - with the fieldname inside the brackets. That function will return the exact value (or text or whatever) that is currently selected, so you can query it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Ex.: &amp;gt;&amp;gt; = IF(Getfieldselections([partnercode]) = 'spongebob', 'chart_squarepants', 'other chart) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(that is for only two possible alternatives. You can of course enter more by nesting several IF_constructs or using a PICK(MATCH()) function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873514#M1013740</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-21T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic chart title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873515#M1013742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When i click on Windows Title little box (...) in the General Tab of the chart i.e the first box if condition doesnt get highligted. Am I doing something incorrect?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873515#M1013742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-21T09:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic chart title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873516#M1013745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Chart title issue.JPG" class="jive-image image-1" src="/legacyfs/online/84212_Chart title issue.JPG" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding screenshot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873516#M1013745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-21T09:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic chart title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873517#M1013747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Chart title issue.JPG" class="jive-image image-1" src="/legacyfs/online/84213_Chart title issue.JPG" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;P&gt;adding screenshot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 09:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873517#M1013747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-21T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic chart title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873518#M1013749</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;It worked.i did not add '=' sign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 10:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-dynamic-chart-title/m-p/873518#M1013749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-21T10:43:44Z</dc:date>
    </item>
  </channel>
</rss>

