<?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: Using an expression to add text to a chart title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156926#M890129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Full breakdown of the number of entrants from,&amp;nbsp; ' &amp;amp; if(getselectedcount(institution) = 1, institution, r&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;egion)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 12:40:35 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-08-23T12:40:35Z</dc:date>
    <item>
      <title>Using an expression to add text to a chart title</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156925#M890128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following expression to add dynamic text to a chart title -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Full breakdown of the number of entrants from,&amp;nbsp; ' &amp;amp; r&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;egion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to alter the expression to show the 'region' OR the 'institution' if a specific institution is selected.&lt;/P&gt;&lt;P&gt;I'm not very good with IF statements or programming in general.&amp;nbsp; Is there an easy way to do this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156925#M890128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using an expression to add text to a chart title</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156926#M890129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Full breakdown of the number of entrants from,&amp;nbsp; ' &amp;amp; if(getselectedcount(institution) = 1, institution, r&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;egion)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156926#M890129</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-23T12:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using an expression to add text to a chart title</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156927#M890130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus.&amp;nbsp; I'm very grateful.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156927#M890130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using an expression to add text to a chart title</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156928#M890131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is to show the institution if one instititution is selected (getselectedcount), else the regions&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;='Full breakdown of the number of entrants from,&amp;nbsp; ' &amp;amp; if(GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;institution&lt;/SPAN&gt;)=1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;institution&lt;/SPAN&gt;, concat(distinct region, ', '))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-expression-to-add-text-to-a-chart-title/m-p/1156928#M890131</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-23T12:44:20Z</dc:date>
    </item>
  </channel>
</rss>

