<?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: Why do I get errors on this LOAD SELECT? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015854#M938715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And an additional check you can perform: the WHERE clause may be too restrictive in that it forces your DBMS to return nothing at all. Comment out the WHERE clause of the SELECT statement and check whether the error message goes away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 16:32:01 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-02-11T16:32:01Z</dc:date>
    <item>
      <title>Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015849#M938710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;What am I doing wrong?&amp;nbsp; I keep getting errors and I just don't know why.&amp;nbsp; I have tried different things and nothing is working.&amp;nbsp; I am sure it is something easy I am missing that I will feel silly for.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;Count:&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;number,&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;date,&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;store,&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;date &amp;amp; ' - ' &amp;amp; store as StoreDateKey&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;number,&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;date,&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;store&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM PLACE.PROD.INFO&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px; font-size: 13.3333px;"&gt;WHERE Year(date) = $(vCurrentYear);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 15:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015849#M938710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T15:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015850#M938711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact error you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015850#M938711</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-11T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015851#M938712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the error I get...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;number&amp;gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; number,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; store&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PLACE.PROD.INFO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WHERE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(date) = 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015851#M938712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015852#M938713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many flavours of SQL convert the field names to upper case.&amp;nbsp; Try something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;Count:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="color: #000000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NUMBER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as number ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="color: #000000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as date ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="color: #000000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as store ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;date &amp;amp; ' - ' &amp;amp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;STORE &lt;/SPAN&gt;as StoreDateKey&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;SQL SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;NUMBER,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;DATE,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;STORE&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;FROM PLACE.PROD.INFO&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM&gt;WHERE Year(date) = $(vCurrentYear);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015852#M938713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T16:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015853#M938714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether there really is a field called number in your database table. You can peek in your DBMS by pressing the Select... button in the script editor. You may have to provide the connection credentials again. After that, you'll be presented with a dialog that allows you to view table layouts. Check table PLACE.PROD.INFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015853#M938714</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T16:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015854#M938715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And an additional check you can perform: the WHERE clause may be too restrictive in that it forces your DBMS to return nothing at all. Comment out the WHERE clause of the SELECT statement and check whether the error message goes away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015854#M938715</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T16:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015855#M938716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015855#M938716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T16:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015856#M938717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill, that would mean that this one would work as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Count:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px;"&gt;NUMBER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as number ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px;"&gt;DATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as date ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px;"&gt;STORE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as store ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;date &amp;amp; ' - ' &amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;STORE &lt;/SPAN&gt;as StoreDateKey&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SQL SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;number,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;date,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;store&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM PLACE.PROD.INFO&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;WHERE Year(date) = $(vCurrentYear);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015856#M938717</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T16:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015857#M938718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup that would work fine as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if SQL is going to convert field names to upper case then I find it easier for people to understand if I script it as upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option in the sql is to rename the field in double quotes and that will force it to whatever case you have in the quotes, in the script below that is lower case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SQL SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as "number" ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as "date" ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015857#M938718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T16:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015858#M938719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015858#M938719</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015859#M938720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, glad your are ok now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a right pain when SQL changes the case like that, but gives no clue at all that it has.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015859#M938720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015860#M938721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No connect string option to block the DBMS from doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015860#M938721</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T17:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015861#M938722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know, but there may well be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015861#M938722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015862#M938723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm totally deluded, or the solution isn't that straightforward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently, the ANSI SQL standard says that all unquoted column &amp;amp; table names should be converted to upper case. And then ... SQL Server at least doesn't seem to give a ... about upper/lower case. It just returns the case a name was created in. Oracle on the other hand is very strict...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, life is what it is...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015862#M938723</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-11T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015863#M938724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I commonly use Oracle, which does adhere to standards very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft SQL and some other rdbms's are a bit more random as to what they do ..........................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 18:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015863#M938724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T18:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get errors on this LOAD SELECT?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015864#M938725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a final remark, I think this one is the least-effort-solution to make it work (copied code from OP):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Count:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;number,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;store,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;date &amp;amp; ' - ' &amp;amp; store as StoreDateKey&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;"number",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;"date",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;"store"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;FROM PLACE.PROD.INFO&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE Year(date) = $(vCurrentYear);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Put the SELECT field names between double quotes, and you'll get field names with that particular spelling. Works as an implied AS for every column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 09:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-do-I-get-errors-on-this-LOAD-SELECT/m-p/1015864#M938725</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-12T09:24:48Z</dc:date>
    </item>
  </channel>
</rss>

