<?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: Change caption in  title text of   chart based on variable values in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152516#M19610</link>
    <description>&lt;P&gt;Hello ,&amp;nbsp; &amp;nbsp;tried that one,&amp;nbsp; just did show me&amp;nbsp; exactly&amp;nbsp; "&amp;nbsp;&lt;SPAN&gt;Concat(distinct [Website type], ', ')""&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;even after change to real field name&amp;nbsp;&amp;nbsp;Concat(distinct [Website], ', ')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then i tried this , but that only works ok is one click is active,&amp;nbsp; thus could you suggest how to&lt;/P&gt;
&lt;P&gt;modify it so it will&amp;nbsp; concanate alle clicks ?&lt;/P&gt;
&lt;P&gt;below will only work with one active click&lt;/P&gt;
&lt;P&gt;=if(IsNull(Website),'All&amp;nbsp; Products ',' Sales for: '&amp;amp;Website)&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 12:47:37 GMT</pubDate>
    <dc:creator>jack</dc:creator>
    <dc:date>2023-12-13T12:47:37Z</dc:date>
    <item>
      <title>Change caption in  title text of   chart based on variable values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152396#M19608</link>
      <description>&lt;P&gt;In chart is based on value of&amp;nbsp; &amp;nbsp;key&amp;nbsp; with a value&amp;nbsp; &amp;nbsp;B','K','X','I'&amp;nbsp; &amp;nbsp;in dimensions&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B stands for bread orders, K stands for Kilo orders,&amp;nbsp; X stands for Frozen orders, I stands for Import orders&lt;/P&gt;
&lt;P&gt;Would be fine if caption changes by one pick or a mix of more picks&lt;/P&gt;
&lt;P&gt;Like this sample if 2 are&amp;nbsp; active&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 09:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152396#M19608</guid>
      <dc:creator>jack</dc:creator>
      <dc:date>2023-12-13T09:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change caption in  title text of   chart based on variable values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152492#M19609</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you try a expression like :&amp;nbsp;&amp;nbsp;Concat(distinct [Website type], ', ')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aurélien&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 12:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152492#M19609</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2023-12-13T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change caption in  title text of   chart based on variable values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152516#M19610</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp; &amp;nbsp;tried that one,&amp;nbsp; just did show me&amp;nbsp; exactly&amp;nbsp; "&amp;nbsp;&lt;SPAN&gt;Concat(distinct [Website type], ', ')""&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;even after change to real field name&amp;nbsp;&amp;nbsp;Concat(distinct [Website], ', ')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then i tried this , but that only works ok is one click is active,&amp;nbsp; thus could you suggest how to&lt;/P&gt;
&lt;P&gt;modify it so it will&amp;nbsp; concanate alle clicks ?&lt;/P&gt;
&lt;P&gt;below will only work with one active click&lt;/P&gt;
&lt;P&gt;=if(IsNull(Website),'All&amp;nbsp; Products ',' Sales for: '&amp;amp;Website)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 12:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152516#M19610</guid>
      <dc:creator>jack</dc:creator>
      <dc:date>2023-12-13T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change caption in  title text of   chart based on variable values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152521#M19611</link>
      <description>&lt;P&gt;Have you try with the equal sign ?&lt;/P&gt;
&lt;P&gt;Like :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;='My title ' &amp;amp; Concat(distinct [Website], ', ')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 12:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152521#M19611</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2023-12-13T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change caption in  title text of   chart based on variable values</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152537#M19612</link>
      <description>&lt;P&gt;That worked,&amp;nbsp; thanks a lot&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards Jack&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 13:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-caption-in-title-text-of-chart-based-on-variable-values/m-p/2152537#M19612</guid>
      <dc:creator>jack</dc:creator>
      <dc:date>2023-12-13T13:20:17Z</dc:date>
    </item>
  </channel>
</rss>

