<?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: Possible to remove new lines from a field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721585#M542054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to completely remove it, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;purgechar(FIELD, chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 20:22:13 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-06-20T20:22:13Z</dc:date>
    <item>
      <title>Possible to remove new lines from a field?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721583#M542052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field called Comments and the values in the field (strings) sometimes include new lines.&amp;nbsp; The issue is when I represent this field on a straight table, even with the cell wrap upped to 4 lines, some of the string is getting cut off.&amp;nbsp; I am wondering if it's possible to remove new lines all together from the values in the field?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 20:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721583#M542052</guid>
      <dc:creator />
      <dc:date>2014-06-20T20:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to remove new lines from a field?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721584#M542053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace(FIELD, chr(10), ' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will replace the new lines with a space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 20:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721584#M542053</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-06-20T20:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to remove new lines from a field?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721585#M542054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to completely remove it, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;purgechar(FIELD, chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 20:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721585#M542054</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-06-20T20:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to remove new lines from a field?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721586#M542055</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;check the applicaton. Test data is as below.&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;TABLE border="0" cellpadding="0" cellspacing="0" width="297"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="233"&gt;Comments&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="60" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="233"&gt;1 First String&lt;BR /&gt; 1 Second String&lt;BR /&gt; 1 Third String&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="40" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="233"&gt;2 First String&lt;BR /&gt; 2 Second String&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="40" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="233"&gt;3 Frist String&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="233"&gt;4 Frist String&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="100" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;" width="233"&gt;5 Frist String&lt;BR /&gt; 5 Second String&lt;BR /&gt; 5 Third String&lt;BR /&gt; 5 Fourth String&lt;BR /&gt; 5 Fifth String&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2014 19:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/721586#M542055</guid>
      <dc:creator />
      <dc:date>2014-06-21T19:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to remove new lines from a field?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/1603535#M542056</link>
      <description>&lt;P&gt;see the following links:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Newline" target="_self"&gt;Newline - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Whitespace_character" target="_self"&gt;Whitespace - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for me i needed to remove&amp;nbsp;newline and whitespace so i use:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;let vNewString = replace(replace(replace(vString, chr(13), ''), chr(10), ''), ' ', '');&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;enjoy!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 08:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-to-remove-new-lines-from-a-field/m-p/1603535#M542056</guid>
      <dc:creator>yakir_manor</dc:creator>
      <dc:date>2019-07-18T08:29:57Z</dc:date>
    </item>
  </channel>
</rss>

