<?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 Chart Title Expression in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529350#M8138</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Please assist with my expression for the chart title,&lt;/P&gt;&lt;P&gt;=if(GetCurrentSelections(Country)=0 and&amp;nbsp; GetCurrentSelections(BU)=0,'Evidence CA','Evidence CA'&amp;amp;'('&amp;amp;GetFieldSelections(BU)&amp;amp;')')&amp;nbsp; .&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for example when I select BU='CIB' , the chart title is displayed as&amp;nbsp; Evidence CA(CIB), but when I select for Country ='Kenya', the chart displays Evidence CA(). How can write the expression which will cater for either Country or BU?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 09:27:58 GMT</pubDate>
    <dc:creator>zwyne</dc:creator>
    <dc:date>2019-01-11T09:27:58Z</dc:date>
    <item>
      <title>Chart Title Expression</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529350#M8138</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Please assist with my expression for the chart title,&lt;/P&gt;&lt;P&gt;=if(GetCurrentSelections(Country)=0 and&amp;nbsp; GetCurrentSelections(BU)=0,'Evidence CA','Evidence CA'&amp;amp;'('&amp;amp;GetFieldSelections(BU)&amp;amp;')')&amp;nbsp; .&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for example when I select BU='CIB' , the chart title is displayed as&amp;nbsp; Evidence CA(CIB), but when I select for Country ='Kenya', the chart displays Evidence CA(). How can write the expression which will cater for either Country or BU?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529350#M8138</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2019-01-11T09:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529382#M8142</link>
      <description>what does your expected result for Country = Kenya is ?</description>
      <pubDate>Fri, 11 Jan 2019 10:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529382#M8142</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-01-11T10:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529427#M8149</link>
      <description>&lt;P&gt;So I expect when I select Country ='Kenya'&amp;nbsp; in the listbox for example and my chart title displays Evidence CA(Kenya) and similarly if I select BU='CIB' in the listbox then my chart title displays Evidence CA (CIB). Same thing for&amp;nbsp; the IR Charts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 11:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529427#M8149</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2019-01-11T11:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529438#M8152</link>
      <description>maybe this:&lt;BR /&gt;='Evidence CA' &amp;amp; '('&amp;amp;GetFieldSelections(Country)&amp;amp;GetFieldSelections(BU)&amp;amp;')'</description>
      <pubDate>Fri, 11 Jan 2019 11:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529438#M8152</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2019-01-11T11:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529474#M8162</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=If(GetSelectedCount(Country) = 0,
	If(GetSelectedCount(BU) = 0, 'Evidence CA', 'Evidence CA('&amp;amp; GetFieldSelections(BU) &amp;amp;')'),
	If(GetSelectedCount(BU) = 0, 'Evidence CA('&amp;amp; GetFieldSelections(Country) &amp;amp;')'))&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529474#M8162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-11T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529516#M8168</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp; Sunny, always a life saver&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Chart-Title-Expression/m-p/1529516#M8168</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2019-01-11T13:46:36Z</dc:date>
    </item>
  </channel>
</rss>

