<?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 Line Break in Excel Field Header in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231205#M82980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's just a bug in script interpretation... I've tried some workarounds but with no success.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 13:22:46 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2011-04-27T13:22:46Z</dc:date>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231199#M82974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem in loading an Excel file as QV doesnt parse the headers. I guess it is because of the line breaks in the headers like this one:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Project&lt;BR /&gt;Id&lt;/P&gt;&lt;P&gt;QV reads it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt; &lt;P&gt;Directory;&lt;BR /&gt;LOAD [Project&lt;BR /&gt;Id],&lt;/P&gt;&lt;P&gt;and gives error.&lt;/P&gt;&lt;P&gt;Manuel correction in the Excel file is not one of the solutions in my case.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 10:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231199#M82974</guid>
      <dc:creator />
      <dc:date>2011-04-27T10:01:27Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231200#M82975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;maybe you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD @1 as [Project Id], ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 10:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231200#M82975</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-27T10:04:37Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231201#M82976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Necmeltin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you attach the file for i have a look at it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 10:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231201#M82976</guid>
      <dc:creator />
      <dc:date>2011-04-27T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231202#M82977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No doubt it will work. A better solution may handle the changes in the order of the headers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 10:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231202#M82977</guid>
      <dc:creator />
      <dc:date>2011-04-27T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231203#M82978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@1 was wrong..&lt;/P&gt;&lt;P&gt;You could load the header line first and analyze the record for changes. Then, maybe use variables to set the field names. After that, load verything from second row:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LET vField1='Project_Id';&lt;BR /&gt;&lt;BR /&gt;LOAD A as $(vField1)&lt;BR /&gt;FROM&lt;BR /&gt;C:\buffer\header.xlsx&lt;BR /&gt;(ooxml, no labels, header is 1 lines, table is Tabelle1);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 11:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231203#M82978</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-27T11:47:34Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231204#M82979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really wonder why QV doesnt handle any Excel field header that has a new line break in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231204#M82979</guid>
      <dc:creator />
      <dc:date>2011-04-27T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231205#M82980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it's just a bug in script interpretation... I've tried some workarounds but with no success.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231205#M82980</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-27T13:22:46Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231206#M82981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a solution like 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;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;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;let&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;[$(c)]&lt;/I&gt;&lt;/B&gt; &lt;B&gt;as&lt;/B&gt; ProjectId&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM ...&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;c=('Project' &amp;amp; chr(10) &amp;amp; 'Id');&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2011 17:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231206#M82981</guid>
      <dc:creator />
      <dc:date>2011-05-01T17:06:21Z</dc:date>
    </item>
    <item>
      <title>Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231207#M82982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;orry for the not readable text above. it is just here:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/P&gt;c=('Project' &amp;amp; chr(10) &amp;amp; 'Id') &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;[$(c)]&lt;/I&gt;&lt;/B&gt; &lt;B&gt;as&lt;/B&gt; &lt;P&gt;ProjectId&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2011 17:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231207#M82982</guid>
      <dc:creator />
      <dc:date>2011-05-01T17:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line Break in Excel Field Header</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231208#M82983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why this thread from 2011 is popping up in the recent queue, but..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to add comments, white-space including line breaks do work in Excel field names (but it is a horrid way to name fields).&amp;nbsp; Just be sure to match the amount of white space in the QlikView script programmatically to the amount embedded in the Excel spreadsheet.&amp;nbsp; It is a good idea to encapsulate the white-space with square braces so you know where it stops/starts.&amp;nbsp;&amp;nbsp; Again though.. the worst field names ever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Break-in-Excel-Field-Header/m-p/231208#M82983</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2017-12-12T13:35:56Z</dc:date>
    </item>
  </channel>
</rss>

