<?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: Case insensitive load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361017#M618892</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;Actually it helped to avoid an issue with case insensitivity when I install Hortonworks driver instead of Cloudera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2017 09:52:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-15T09:52:04Z</dc:date>
    <item>
      <title>Case insensitive load</title>
      <link>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361013#M618888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script I am reading data from an existing qvd file. The script can not see filed 'field1' if in qvd it is 'FIELD1'. Some of the fields are in upper case, others are in lower. How can I make it case insensitive? I tried FORCE UPPER CASE, but it didn't help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361013#M618888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T13:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Case insensitive load</title>
      <link>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361014#M618889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Volha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like an adventure, but it can be as variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//set the mode of ignoring errors&lt;/P&gt;&lt;P&gt;set ErrorMode=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Variant1 Field Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ScriptError&amp;gt;0&amp;nbsp; //did not guess the name of the field&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Variant2 Field Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If ScriptError&amp;gt;0&amp;nbsp; //did not guess the name of the field&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[VariantN Field Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//set mode errors default&lt;/P&gt;&lt;P&gt;set ErrorMode=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361014#M618889</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Case insensitive load</title>
      <link>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361015#M618890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use Upper() in script and for column names in you can use alise name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try like'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Upper(fieldName) as FIELDNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361015#M618890</guid>
      <dc:creator />
      <dc:date>2017-05-17T15:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Case insensitive load</title>
      <link>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361016#M618891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you read different qvds with changing fieldnames???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use a script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable: LOAD * FROM .....qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 1 TO NOOFFIELDS('MyTable')&lt;/P&gt;&lt;P&gt;LET sOldField = FIELDNAME(i, 'MyTable');&lt;/P&gt;&lt;P&gt;LET sNewField = UPPER(sOldField);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME FIELD $(sOldField) TO $(sNewField);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have all fields in Upper-case and continue with uniform names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361016#M618891</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-17T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Case insensitive load</title>
      <link>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361017#M618892</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;Actually it helped to avoid an issue with case insensitivity when I install Hortonworks driver instead of Cloudera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-insensitive-load/m-p/1361017#M618892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T09:52:04Z</dc:date>
    </item>
  </channel>
</rss>

