<?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 Can't correctly call excel column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724301#M674351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am tasked with uploading data to a dashboard I have been working on. The new month data just came in and an error popped up. The leaders had added a (mm/dd/yy) to the column title, which wouldn't be a problem, except it is on a whole new line, like they hit the enter key. Does anyone know how to pull a field from an excel sheet that has an enter key like function inside it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 15:55:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-06T15:55:09Z</dc:date>
    <item>
      <title>Can't correctly call excel column</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724301#M674351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am tasked with uploading data to a dashboard I have been working on. The new month data just came in and an error popped up. The leaders had added a (mm/dd/yy) to the column title, which wouldn't be a problem, except it is on a whole new line, like they hit the enter key. Does anyone know how to pull a field from an excel sheet that has an enter key like function inside it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724301#M674351</guid>
      <dc:creator />
      <dc:date>2014-08-06T15:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can't correctly call excel column</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724302#M674352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let the import wizard create the load statement and rename the field using "as".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724302#M674352</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-06T16:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can't correctly call excel column</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724303#M674353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_128499_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/63840_QlikCommunity_Thread_128499_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_128499_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/63841_QlikCommunity_Thread_128499_Pic3.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14073449360664282" jivemacro_uid="_14073449360664282"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;[column name&lt;/P&gt;
&lt;P&gt;with line break],&lt;/P&gt;
&lt;P&gt;[column name&lt;/P&gt;
&lt;P&gt;with line break] as NewName&lt;/P&gt;
&lt;P&gt;FROM QlikCommunity_Thread_128499.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Tabelle1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; A as NewName2&lt;/P&gt;
&lt;P&gt;FROM QlikCommunity_Thread_128499.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, no labels, header is 1 lines, table is Tabelle1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 17:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724303#M674353</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-06T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't correctly call excel column</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724304#M674354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table 2 is created renaming all the fields during load (Without embedded labels).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-correctly-call-excel-column/m-p/724304#M674354</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-06T19:14:57Z</dc:date>
    </item>
  </channel>
</rss>

