<?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: New Line in Data in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112260#M609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking into it further this appears to be the case.&amp;nbsp; The table is showing the line returns removed but when you hover over the field the line returns are there.&amp;nbsp; I don't see a setting in the table viz to remove line breaks so is there some other way around this behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 13:10:52 GMT</pubDate>
    <dc:creator>bbergstrom</dc:creator>
    <dc:date>2018-07-24T13:10:52Z</dc:date>
    <item>
      <title>New Line in Data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112257#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of our SQL tables we have concatenated comments.&amp;nbsp; The SQL table is storing them correctly but when it is brought into a Qlik Sense table it is removing the Chr(10) and CHR(13):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Table:&lt;/P&gt;&lt;P&gt;05/04/17 - Wheels is awaiting response from the vendor regarding your vehicle delivery.&lt;/P&gt;&lt;P&gt;05/04/17 - Order Cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense Table:&lt;/P&gt;&lt;P&gt;05/04/17 - Wheels is awaiting response from the vendor regarding your vehicle delivery. 05/04/17 - Order Cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some other formatting options we can use?&lt;SPAN style="color: black; font-family: Calibri, sans-serif; font-size: 11pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 15:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112257#M606</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2018-07-20T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: New Line in Data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112258#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try SET Verbatim = 1 in the script before loading the data. I'm not sure that will help. I don't think chr(10) and chr(13) are stripped out when loading the data. So it could be something else. Perhaps the table object ignores them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 16:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112258#M607</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-07-20T16:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: New Line in Data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112259#M608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Text(Field) as Field;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;You could fill the field with spaces (chr(32)) in field, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field&amp;amp;repeat(chr(32),2-len(Field)) as Field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat(Field1 &amp;amp; chr(10) &amp;amp; Field2) as NewField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP BY vField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2018 05:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112259#M608</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-22T05:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: New Line in Data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112260#M609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking into it further this appears to be the case.&amp;nbsp; The table is showing the line returns removed but when you hover over the field the line returns are there.&amp;nbsp; I don't see a setting in the table viz to remove line breaks so is there some other way around this behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/New-Line-in-Data/m-p/112260#M609</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2018-07-24T13:10:52Z</dc:date>
    </item>
  </channel>
</rss>

