<?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 Upper in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Upper/m-p/180597#M46961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Error:[Microsoft][SQL Native Client]Dialog failed&lt;BR /&gt;SQL State:IM008&lt;BR /&gt;select UPPER (AddressLine1)&lt;BR /&gt;from Person.Address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2010 13:35:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-08T13:35:33Z</dc:date>
    <item>
      <title>Upper</title>
      <link>https://community.qlik.com/t5/QlikView/Upper/m-p/180595#M46959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;The following is the SQL Server 2005 query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;UPPER (AddressLine1) &lt;P&gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Person. Address&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But How can i convert this query into Qlikview?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Khalid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper/m-p/180595#M46959</guid>
      <dc:creator />
      <dc:date>2010-06-08T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Upper</title>
      <link>https://community.qlik.com/t5/QlikView/Upper/m-p/180596#M46960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, KHalid.&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Upper(AddressLine1) as AddressLine&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;sql select&lt;BR /&gt;AddressLine1&lt;BR /&gt;from&lt;BR /&gt;Person.Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper/m-p/180596#M46960</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-08T13:15:06Z</dc:date>
    </item>
    <item>
      <title>Upper</title>
      <link>https://community.qlik.com/t5/QlikView/Upper/m-p/180597#M46961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Error:[Microsoft][SQL Native Client]Dialog failed&lt;BR /&gt;SQL State:IM008&lt;BR /&gt;select UPPER (AddressLine1)&lt;BR /&gt;from Person.Address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper/m-p/180597#M46961</guid>
      <dc:creator />
      <dc:date>2010-06-08T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Upper</title>
      <link>https://community.qlik.com/t5/QlikView/Upper/m-p/180598#M46962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;Upper(AddressLine1) as AddressLine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper/m-p/180598#M46962</guid>
      <dc:creator />
      <dc:date>2010-06-08T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Upper</title>
      <link>https://community.qlik.com/t5/QlikView/Upper/m-p/180599#M46963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Khalid11 wrote:&lt;BR /&gt;SQL Error:[Microsoft][SQL Native Client]Dialog failed&lt;BR /&gt;SQL State:IM008&lt;BR /&gt;select UPPER (AddressLine1)&lt;BR /&gt;from Person.Address&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Please have another look at how Anatoly wrote the expression. See how the upper(AddressLine1) as AddressLine is done in the LOAD statement, not in the SQL statement? You appear to still be doing it in the SQL statement. If so, that is why you are getting an error. You need to do it in the LOAD statement instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 01:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper/m-p/180599#M46963</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-06-09T01:30:50Z</dc:date>
    </item>
  </channel>
</rss>

