<?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: Concat with Line Feed ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496166#M548923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seemed to do the trick. Nice workaround. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 16:53:07 GMT</pubDate>
    <dc:creator>b_garside</dc:creator>
    <dc:date>2014-01-10T16:53:07Z</dc:date>
    <item>
      <title>Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496159#M548916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I need to use &lt;STRONG&gt;Concat&lt;/STRONG&gt; to show the values of a field using GetFieldSelections().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im sure its a syntax issue with &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Chr(10)&lt;/SPAN&gt;. I need the values to go to the next line due to space constraints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ContractNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),Chr(10) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496159#M548916</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2014-01-10T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496160#M548917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Try Concat&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;ContractNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;,Chr(10))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496160#M548917</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-10T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496161#M548918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using a line break as shown, but with ContractNumber instead of Date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Example.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/51340_Example.JPG.jpg" style="width: 620px; height: 522px;" /&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>Fri, 10 Jan 2014 16:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496161#M548918</guid>
      <dc:creator />
      <dc:date>2014-01-10T16:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496162#M548919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works but list all the values rather just the few. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496162#M548919</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2014-01-10T16:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496163#M548920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will list all the possible values of the field. Those would be the same values that getfieldselections would return if any values were selected in that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496163#M548920</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-10T16:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496164#M548921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need a DISTINCT.&amp;nbsp; Concat&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;(DISTINCT &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;ContractNumber&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;,Chr(10))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496164#M548921</guid>
      <dc:creator />
      <dc:date>2014-01-10T16:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496165#M548922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, of course. Good point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496165#M548922</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-10T16:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concat with Line Feed ?</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496166#M548923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seemed to do the trick. Nice workaround. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-with-Line-Feed/m-p/496166#M548923</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2014-01-10T16:53:07Z</dc:date>
    </item>
  </channel>
</rss>

