<?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: How to have only selected fields in a text Title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359615#M492206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;This one works too.. I got an e-mail from Kiran, Wanted to post the alternative. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;Thanks Michael &amp;amp; Kiran. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;='My Company Name' &amp;amp; chr(10) &amp;amp; if(getSelectedCount(fieldName)&amp;gt;0,concat(distinct fieldName, ' &amp;amp; '),'')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2012 01:01:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-20T01:01:06Z</dc:date>
    <item>
      <title>How to have only selected fields in a text Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359613#M492204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thought of posting this in a new thread. Micheal had answered this one on how to construt titles with all fields.As shown below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use concat function:&lt;/P&gt;&lt;P&gt;='My Company Name' &amp;amp; chr(10) &amp;amp; concat(distinct fieldName, ' &amp;amp; ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression in a text object gives all available fields. How do we get only the green (selected fields only) to be concatenated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 00:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359613#M492204</guid>
      <dc:creator />
      <dc:date>2012-07-20T00:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to have only selected fields in a text Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359614#M492205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, didn't cover that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is even simpler:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG&gt;... &amp;amp; replace&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG&gt;GetFieldSelections&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG&gt;fieldName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-size: 8pt;"&gt;', '&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #4d0000; font-size: 8pt;"&gt;' &amp;amp; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need replace() to remove "natural separator (comma and space) with the desired "&amp;amp;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 00:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359614#M492205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-20T00:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to have only selected fields in a text Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359615#M492206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;This one works too.. I got an e-mail from Kiran, Wanted to post the alternative. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;Thanks Michael &amp;amp; Kiran. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt;='My Company Name' &amp;amp; chr(10) &amp;amp; if(getSelectedCount(fieldName)&amp;gt;0,concat(distinct fieldName, ' &amp;amp; '),'')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 01:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-only-selected-fields-in-a-text-Title/m-p/359615#M492206</guid>
      <dc:creator />
      <dc:date>2012-07-20T01:01:06Z</dc:date>
    </item>
  </channel>
</rss>

