<?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 title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627484#M542901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all and to Chris that is great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 12:09:51 GMT</pubDate>
    <dc:creator>rcorcoran</dc:creator>
    <dc:date>2014-05-26T12:09:51Z</dc:date>
    <item>
      <title>Dynamic title</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627481#M542898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="font-size: 12pt;"&gt; Hi &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want to put this in a chart title to show the Hospital group and the year that is selected and it works fine but I also want it to show if 'Hospital' is picked as a selection so either hospital or hospital group will&amp;nbsp; be selected and the year and then the title should show these&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have tried all sorts of and or expressions but it doesnt seem to work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;HospitalGroup&lt;/SPAN&gt;)&amp;amp; ' , ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ReferredYYYY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 11:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627481#M542898</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2014-05-26T11:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic title</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627482#M542899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelections only returns values that are actually selected. As long as there's only one possible value you can use something like =only(HospitalGroup). Otherwise try concat(distinct HospitalGroup, ' / ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627482#M542899</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-05-26T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic title</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627483#M542900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rhona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understand well, if Hospital is selected you want hospital name, if not you want Hospital group selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=if(count(distinct&amp;nbsp; Hospital)=1,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections(&lt;SPAN style="color: #800000;"&gt;Hospital&lt;/SPAN&gt;)&amp;amp; ' , ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ReferredYYYY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) ,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections(&lt;SPAN style="color: #800000;"&gt;HospitalGroup&lt;/SPAN&gt;)&amp;amp; ' , ' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ReferredYYYY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;best regard&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627483#M542900</guid>
      <dc:creator />
      <dc:date>2014-05-26T12:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic title</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627484#M542901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all and to Chris that is great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-title/m-p/627484#M542901</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2014-05-26T12:09:51Z</dc:date>
    </item>
  </channel>
</rss>

