<?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: Load multiple lines as a free-text field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760739#M270655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just assign a counter to every record, whose value only increases upon encountering the next line with keyword "Number of executions". It seems that this keyword is always the first. In this way you'll be counting parameter blocks and reinserting the "Statement text" will be easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example of such a numbering in this thread: &lt;A href="https://community.qlik.com/thread/101417"&gt;Numbering Rows more examples?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 09:08:41 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-11-18T09:08:41Z</dc:date>
    <item>
      <title>Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760732#M270648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a log file that I'm trying to process. The start of each new record is "Number of executions" and the last field is "Statement text". Unfortunately this &lt;EM&gt;Statement text&lt;/EM&gt; may extend to several lines but I want everything after "&lt;EM&gt;Statement text =&lt;/EM&gt;" to be loaded in to a single field. I've tried several different things but have not found a solution. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 14:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760732#M270648</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-17T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760733#M270649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a mapping table with all keywords (e.g. terms that precede an equal sign)&lt;/LI&gt;&lt;LI&gt;Load the log line by line, add a record number (for later reordering) and put all input text in a single field..&lt;/LI&gt;&lt;LI&gt;If you detect an equal sign in this single field, AND the keyword is present in your mapping table, process the data.&lt;/LI&gt;&lt;LI&gt;If you detect an equal sign in this single field, AND the keyword is "Statement text", set the CONCATENATELATERFLAG to 1..&lt;/LI&gt;&lt;LI&gt;If you detect no equal sign, or the keyword is not present in the mapping table AND the field does not start with a space character, set a CONCATENATELATERFLAG to 1.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Separate all rows with the FLAG set to 1 from the others, and concatenate them byt using GROUP BY and CONCAT().&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Reinsert the concatenated lines by using the record number field.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a rough sketch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 14:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760733#M270649</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-17T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760734#M270650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was hoping for something simple but did have some thoughts along these lines (though not an idea as fully formed as this). I don't think I can use the "=" (equal sign) though as any kind of delimiter or matching text as it may appear in the &lt;EM&gt;Statement text&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 15:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760734#M270650</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-17T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760735#M270651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use the equal sign as a delimiter. There are three conditions that must be met in order to detect a valid parameter line:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Line starts with a space&lt;/LI&gt;&lt;LI&gt;Keyword exists in predefined mapping table&lt;/LI&gt;&lt;LI&gt;Keyword is followed by an equal sign.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO text that matches these conditions cannot be mistaken for legal SQL, not even part of it. Thank god for those verbose keywords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processing all these conditions in every column creation code won't be simple however. But then, QlikView is not really a parsing engine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 15:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760735#M270651</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-17T15:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760736#M270652</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;PFA,I hope it help to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 17:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760736#M270652</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-17T17:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760737#M270653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The coding is brilliant, but how do we link the records together so for example we know which "Number of executions" goes with which "Statement text"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 08:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760737#M270653</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-18T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760738#M270654</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;Please paste sample output&amp;nbsp; how you want ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760738#M270654</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-18T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760739#M270655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just assign a counter to every record, whose value only increases upon encountering the next line with keyword "Number of executions". It seems that this keyword is always the first. In this way you'll be counting parameter blocks and reinserting the "Statement text" will be easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example of such a numbering in this thread: &lt;A href="https://community.qlik.com/thread/101417"&gt;Numbering Rows more examples?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760739#M270655</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-18T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760740#M270656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well basically each fieldname to the left of the "=" sign will become a header. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71509_pastedImage_0.png" style="width: 620px; height: 54px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just put a few fields as a quick example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760740#M270656</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-18T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760741#M270657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the script attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760741#M270657</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2014-11-18T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760742#M270658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, it looks like some of the Statement text is missing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71524_pastedImage_3.png" style="width: 620px; height: 67px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760742#M270658</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-18T13:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760743#M270659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I figured out now. It was missing because of the text delimiter =.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760743#M270659</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2014-11-18T15:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760744#M270660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David - that's great. I'm just trying to understand the scripting and have a question about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextBetween(@1, '=',&lt;SPAN style="color: #ff00ff;"&gt;''&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's obviously returning the text of '@1' between the Equal Sign '=' and &lt;SPAN style="color: #ff00ff;"&gt;''&lt;/SPAN&gt;...&lt;/P&gt;&lt;P&gt;...does the 2 single quotes &lt;SPAN style="color: #ff00ff;"&gt;''&lt;/SPAN&gt; simply mean end of the line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760744#M270660</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-19T10:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760745#M270661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately when I ran &lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/download/659529-138000/Log-clean.qvw"&gt;Log-clean.qvw&lt;/A&gt; against my entire log file I found it didn't concat the rows in the correct order. For example the following Statement text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;= SELECT COUNT(*) FROM (SELECT * FROM V_GENERIC_CASES_NOTES WHERE Classification = 'Enquiry/ Orders'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;and (CASE_OVERVIEW LIKE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;'%CHARITY COMMISSION ORDER%'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;or CASE_OVERVIEW LIKE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;'%Charity Commision Order%'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;or CASE_OVERVIEW LIKE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;'%Charity commision order%'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;or CASE_OVERVIEW LIKE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;'%charity commision order%'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;)&amp;nbsp; AND CREATED_DATE &amp;gt;= ? AND CREATED_DATE &amp;lt;= ? AND ((ORGUNIT_ID IN (1063,1083,1084,1085,1173,1240,1252))) FETCH FIRST 15000 ROWS ONLY ) countTableAlias&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got rebuilt as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;SELECT COUNT(*) FROM (SELECT * FROM V_GENERIC_CASES_NOTES WHERE Classification = 'Enquiry/ Orders' '%CHARITY COMMISSION ORDER%' '%Charity Commision Order%' '%Charity commision order%' '%charity commision order%' )&amp;nbsp; AND CREATED_DATE &amp;gt;= ? AND CREATED_DATE &amp;lt;= ? AND ((ORGUNIT_ID IN (1063,1083,1084,1085,1173,1240,1252))) FETCH FIRST 15000 ROWS ONLY ) countTableAlias and (CASE_OVERVIEW LIKE or CASE_OVERVIEW LIKE or CASE_OVERVIEW LIKE or CASE_OVERVIEW LIKE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I combined the two scripts from &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/daveamz01"&gt;daveamz01&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; and to &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/perumal_41"&gt;perumal_41&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; getting a working solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 13:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760745#M270661</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-21T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760746#M270662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just figured out that all I needed to do was add the sort-weight to the concat:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71832_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 14:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760746#M270662</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-11-21T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760747#M270663</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;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 17:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760747#M270663</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-21T17:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple lines as a free-text field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760748#M270664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I used '' for end of the line. It seems qlikview can't handle '\r\n' (end of line for Windows text file).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 07:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-lines-as-a-free-text-field/m-p/760748#M270664</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2014-11-24T07:27:02Z</dc:date>
    </item>
  </channel>
</rss>

