<?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 line into a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879791#M655431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; RowNo() as Sort&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;JSDFR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;GEFG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Concat(FieldName, Chr(13), &lt;SPAN style="color: #ff0000;"&gt;Sort&lt;/SPAN&gt;) as Concat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vData = Peek('Concat');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 12:14:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-15T12:14:55Z</dc:date>
    <item>
      <title>Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879782#M655422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Experts,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I need to load a multiple line from text and store it into a single variable, can someone please help me on the same?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Below is the scenario:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have a text file in the system with the name sample.txt with below data.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sample.txt&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ABCDEF&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;GEFG&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;JSDFR&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now i need to load the file in the qlikview and store all 3 line in a single varaible&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;vData = 'ABCDEF&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GEFG&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JSDFR'&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Please guide me on how to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879782#M655422</guid>
      <dc:creator />
      <dc:date>2015-07-15T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879783#M655423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;LET vData = Concat(FieldName, Chr(13))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GEFG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JSDFR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Concat(FieldName, Chr(13)) as Concat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vData = Peek('Concat');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879783#M655423</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T11:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879784#M655424</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= Concat(Distinct FieldName, Chr(10))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879784#M655424</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-15T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879785#M655425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Variable&lt;/P&gt;&lt;P&gt;vVariable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;definition&lt;/P&gt;&lt;P&gt;Concat(FieldName,CHR(10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use as below&lt;/P&gt;&lt;P&gt;=$(=vVariable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879785#M655425</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-15T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879786#M655426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish what is Chr(10)? Is it the same as Chr(13)???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879786#M655426</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T11:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879787#M655427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chr(10) is for Line Break&lt;/P&gt;&lt;P&gt;Chr(13) is for Carriage Return&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879787#M655427</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-15T11:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879788#M655428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you All for the quick response..It helped me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i have one more doubt on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I amusing the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what happen here is in Temp table the Concat feild get sorted automatically i want them to be in the same format as in my data. Can you please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD @1 as FieldName,&lt;/P&gt;&lt;P&gt;AutoNumber(@1) as FieldNo&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',fdgfdfd', msq);&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;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD Concat(FieldName, Chr(13)) as Concat&lt;/P&gt;&lt;P&gt;Resident Table order by FieldNo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vData = Peek('Concat');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 11:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879788#M655428</guid>
      <dc:creator />
      <dc:date>2015-07-15T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879789#M655429</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;In that case, remove the order by statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Temp:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD Concat(FieldName, Chr(13)) as Concat&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LET vData = Peek('Concat');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879789#M655429</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-15T12:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879790#M655430</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;It did not helped my friend, with or without order by &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879790#M655430</guid>
      <dc:creator />
      <dc:date>2015-07-15T12:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879791#M655431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; RowNo() as Sort&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;JSDFR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;GEFG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Concat(FieldName, Chr(13), &lt;SPAN style="color: #ff0000;"&gt;Sort&lt;/SPAN&gt;) as Concat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vData = Peek('Concat');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879791#M655431</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T12:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879792#M655432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *, RowNo() as ID &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Inline &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;GEFG&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;JSDFR&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Concat(FieldName, Chr(13), ID) as Concat&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LET vData = Peek('Concat');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879792#M655432</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-15T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879793#M655433</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Table:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD @1 as FieldName,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;AutoNumber(@1) as FieldNo,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;RowNo() as RowNo&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(txt, codepage is 1252, no labels, delimiter is ',fdgfdfd', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD Concat(I, Chr(13), RowNo) as Concat&lt;/P&gt;&lt;P&gt;Resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Table&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879793#M655433</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-15T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879794#M655434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The indentation won't be the same, but you can get all of it here: PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879794#M655434</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879795#M655435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MRKachhiaIMP"&gt;MRKachhiaIMP&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;What is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Carriage Return?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879795#M655435</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-15T13:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple line into a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879796#M655436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://en.m.wikipedia.org/wiki/Carriage_return" title="https://en.m.wikipedia.org/wiki/Carriage_return"&gt;Carriage return - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-line-into-a-variable/m-p/879796#M655436</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-15T13:46:29Z</dc:date>
    </item>
  </channel>
</rss>

