<?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 Window Title(Caption) in combo chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354252#M493403</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;I have combo chart with title,along with title i want to display one-by-one field names.&lt;/P&gt;&lt;P&gt;Ex:- My title is Brand analysis and i have different fields like field1,field2,field3 in three different dimensions.&lt;/P&gt;&lt;P&gt;When i selecting one-by-one fields,I want output like this in caption,&lt;/P&gt;&lt;P&gt;Brand analysis-field1&lt;/P&gt;&lt;P&gt;Brand analysis-field1-field2&lt;/P&gt;&lt;P&gt;Brand analysis-field1-field2-field3&lt;/P&gt;&lt;P&gt;like this i want in caption..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one having the idea about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2012 12:46:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-16T12:46:01Z</dc:date>
    <item>
      <title>Window Title(Caption) in combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354252#M493403</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;I have combo chart with title,along with title i want to display one-by-one field names.&lt;/P&gt;&lt;P&gt;Ex:- My title is Brand analysis and i have different fields like field1,field2,field3 in three different dimensions.&lt;/P&gt;&lt;P&gt;When i selecting one-by-one fields,I want output like this in caption,&lt;/P&gt;&lt;P&gt;Brand analysis-field1&lt;/P&gt;&lt;P&gt;Brand analysis-field1-field2&lt;/P&gt;&lt;P&gt;Brand analysis-field1-field2-field3&lt;/P&gt;&lt;P&gt;like this i want in caption..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one having the idea about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 12:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354252#M493403</guid>
      <dc:creator />
      <dc:date>2012-05-16T12:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Window Title(Caption) in combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354253#M493404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Try this:&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;='Brand Analysis '&lt;BR /&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;; font-size: 9pt;"&gt;(not isnull(field1),'-'&amp;amp;field1)&lt;BR /&gt; &amp;amp; if(not isnull(field2),'-'&amp;amp;field2)&lt;BR /&gt; &amp;amp; if(not isnull(field3),'-'&amp;amp;field3)&lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 14:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354253#M493404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Window Title(Caption) in combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354254#M493405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Baru,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You need to use something like this :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;EM&gt;&lt;STRONG style="font-family: calibri,verdana,arial,sans-serif;"&gt;'Brand Analysis - ' &amp;amp; Concat(Distinct Subfield( GetCurrentSelections('==', '=='), '==', ValueLoop(1, 1000, 2)), ' - ')&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;This expression works on all the charts and irrespective of any dimension. However, you need to change the ValueLoop contents where I have used maximum value as 1000 but you can use any value based on your dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A href="http://qlikshare.com/"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 15:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354254#M493405</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-16T15:41:05Z</dc:date>
    </item>
    <item>
      <title>Window Title(Caption) in combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354255#M493406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Phil &amp;amp; Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply and solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 10:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-Title-Caption-in-combo-chart/m-p/354255#M493406</guid>
      <dc:creator />
      <dc:date>2012-05-17T10:00:44Z</dc:date>
    </item>
  </channel>
</rss>

