<?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: QlikView read data as Case Sensitive? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398837#M148470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i too think that wont happen in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On converting all values to &lt;STRONG&gt;Capital Letter &lt;/STRONG&gt; in a particular field using the 'upper(var) as Name', &lt;SPAN style="font-size: 10pt;"&gt;this wont hapen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Renjith Kumaran&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 11:47:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-04T11:47:00Z</dc:date>
    <item>
      <title>QlikView read data as Case Sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398834#M148467</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;&lt;/P&gt;&lt;P&gt;I am a new learner of QlikView. I come with a question when I am building a new&amp;nbsp; Dashboard for the customer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find QlikV seems iew reading data as&amp;nbsp; Case Sensitive approach which caused some data duplication issue to my works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As shown in below diagram, There are two different values in Fields Selection Box, 'Sea' &amp;amp; 'SEA'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33043" class="jive-image" alt="Qlikview_CaseSensitive.jpg" src="https://community.qlik.com/legacyfs/online/33043_Qlikview_CaseSensitive.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In operation perspective, it's exactly the same set of data while it is different data in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know&amp;nbsp; is there a way that we can set the program to read data as case-insentive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Hasson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 10:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398834#M148467</guid>
      <dc:creator />
      <dc:date>2013-02-04T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView read data as Case Sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398835#M148468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I don't think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can convert your values using string functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Upper(Mode) as Mode,&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;to convert Sea to SEA (leaving original SEA and AIR as is),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Capitalize(Mode) as Mode,&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;to convert SEA to Sea and AIR to Air (leaving original Sea as is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, you should get only two distinct values in Mode field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 10:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398835#M148468</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-04T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView read data as Case Sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398836#M148469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this can occur in multiple fields (across different tables), it is also an idea to put the following instruction in your script before loading any data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; force case upper;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make Qlikview turn all values in every field in upper cases and so you can never get into this problem again.&lt;/P&gt;&lt;P&gt;&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;Yves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 10:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398836#M148469</guid>
      <dc:creator />
      <dc:date>2013-02-04T10:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView read data as Case Sensitive?</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398837#M148470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i too think that wont happen in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On converting all values to &lt;STRONG&gt;Capital Letter &lt;/STRONG&gt; in a particular field using the 'upper(var) as Name', &lt;SPAN style="font-size: 10pt;"&gt;this wont hapen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Renjith Kumaran&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 11:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-read-data-as-Case-Sensitive/m-p/398837#M148470</guid>
      <dc:creator />
      <dc:date>2013-02-04T11:47:00Z</dc:date>
    </item>
  </channel>
</rss>

