<?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 Field name with carriage return in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165518#M37794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rocky,&lt;/P&gt;&lt;P&gt;This definitely answers the first part of my question. I've haven't worked much with Excel files. I would still like to know how to reference worksheets generically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 14:52:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-29T14:52:19Z</dc:date>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165516#M37792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am importing about 100 Excel spreadsheets. Some of the field names have carriage returns in them. I can import them with an "*" but how do you reference the field name in script? They work fine in objects. Is there a way of referencing them by field number, for example? There is also some inconsistancy in the worksheet names. Can you you reference worksheets by their sheet number?&lt;/P&gt;&lt;P&gt;Vous pouvez me répondre en français si vous êtes plus à l'aise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165516#M37792</guid>
      <dc:creator />
      <dc:date>2010-10-29T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165517#M37793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can reference the fields by numbers.&lt;/P&gt;&lt;P&gt;At load, you can change the "embedded labels" to "explicit" and then change header size to 1 so that it will not read the header names as data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I am not sure if we can refer the sheets by numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165517#M37793</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-10-29T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165518#M37794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rocky,&lt;/P&gt;&lt;P&gt;This definitely answers the first part of my question. I've haven't worked much with Excel files. I would still like to know how to reference worksheets generically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165518#M37794</guid>
      <dc:creator />
      <dc:date>2010-10-29T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165519#M37795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spoke too soon. It turns out that the location of the columns is inconsistant as well. I can't use explicit fields names. At least the field names used seems to be consistant. If l load with an "*" and concatenate everything, at least the fields line up.&lt;/P&gt;&lt;P&gt;There must be someway of refering to a field by it's number. I've tried FieldName(16,'Projects') by this only returns the name of the field and not the contensts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 19:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165519#M37795</guid>
      <dc:creator />
      <dc:date>2010-10-29T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165520#M37796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kevin,&lt;/P&gt;&lt;P&gt;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 Field1, @2 AS Field2FROM [File.xls]WHERE Left(@3, 2) = 'AA'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That will use first, second and third columns of the selected sheet.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165520#M37796</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-29T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165521#M37797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would work if all the columns where in the same location. The problem I have is that I have hundreds of Excel files and at some point an extra column or 2 was added. If I "concatenate load" using the existing field names it combines the fields with the same name regarless of the column number.&lt;/P&gt;&lt;P&gt;The problem field has 2 carriage returns in it. Is there a way of refering to a field with a carriage return in it? I can dump the field in an object and it works just fine. I would like to be able to refer to the same field in a "Load Resident" statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165521#M37797</guid>
      <dc:creator />
      <dc:date>2010-10-29T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165522#M37798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;I'm likely missing something here. You can load (as the Table Files dialog will show) a field with carriage returns with something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD Field1, [Field With CRs] AS SomeOtherNameFROM ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165522#M37798</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-29T20:36:40Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165523#M37799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel,&lt;/P&gt;&lt;P&gt;I've tried that and I'm getting a field not found error on the field with the carriage returns.&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165523#M37799</guid>
      <dc:creator />
      <dc:date>2010-10-29T20:51:12Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165524#M37800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That may be because in my example I indented the field with spaces, so it could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD Field1, [Fieldwith noblanks in lines] AS WhateverFROM&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165524#M37800</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-29T20:57:35Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165525#M37801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;I let Qlikview format the load statement so I didn't have any leading spaces. I was thinking along the same lines as you so I played with the spacing but without success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 21:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165525#M37801</guid>
      <dc:creator />
      <dc:date>2010-10-29T21:04:12Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165526#M37802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope that goes fine Kevin. Let us know in any case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 21:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165526#M37802</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-29T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165527#M37803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem as Kevin. I have let QlikView generate the load statement yet it still gives a 'Field not found' error on a field with a linefeed in it. Any help would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2010 00:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165527#M37803</guid>
      <dc:creator />
      <dc:date>2010-10-31T00:47:36Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165528#M37804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you found any solution for this issue?&lt;/P&gt;&lt;P&gt;I was trying to access a field with Carriage return in the field name from an excel file and I have no issue with it.&lt;/P&gt;&lt;P&gt;Can you please post a sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 16:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165528#M37804</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-01T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165529#M37805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally used explicit field names to import the files as per your suggestion. I was having a problem with columns being inconsistent but I this has been fixed. I still haven't found a way of using field names with carriage returns. They work fine in objects but there is no way to reference them in script. This is an example of one of my field names:&lt;/P&gt;&lt;P&gt;[Master&lt;/P&gt;&lt;P&gt;Project ID]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 16:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165529#M37805</guid>
      <dc:creator />
      <dc:date>2010-11-01T16:53:09Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165530#M37806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - I think I missed one of the things I wanted to ask.&lt;/P&gt;&lt;P&gt;When you say the field names have a carriage return, in the excel i am using,&lt;/P&gt;&lt;P&gt;the carriage return is placed using ALT+Enter, within the same cell.&lt;/P&gt;&lt;P&gt;Is your source file something different??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 15:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165530#M37806</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-11-02T15:08:49Z</dc:date>
    </item>
    <item>
      <title>Field name with carriage return</title>
      <link>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165531#M37807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the headers in question in my sheets have been created using Alt+Enter which creates the Chr(10) character (line feed) rather than Chr(13) (carriage return). I don't know if that would make a difference but given we've both used Alt+Enter I suspect not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 04:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-name-with-carriage-return/m-p/165531#M37807</guid>
      <dc:creator />
      <dc:date>2010-11-03T04:15:58Z</dc:date>
    </item>
  </channel>
</rss>

