<?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 Qlikview case sensitive towards column names/table names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299600#M110987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In this case i need to change my script everywhere my feed is manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will become laborious process..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not Feasible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2011 13:28:56 GMT</pubDate>
    <dc:creator>rajtechnocraft</dc:creator>
    <dc:date>2011-07-22T13:28:56Z</dc:date>
    <item>
      <title>Qlikview case sensitive towards column names/table names</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299598#M110985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my knowledge i think QV is case sensitive while reading column names/table names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be avoided.&lt;/P&gt;&lt;P&gt;I mean irrespective of case can QV read the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for a quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I require this beacuse lot my data extraction is manual feed .Data is coming from various excel sheets ,txt files,csv files etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So everytime if the columnanme case is not maintained my reload fails..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has become a big headache for me as i have no control over Data providers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 13:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299598#M110985</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-07-22T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview case sensitive towards column names/table names</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299599#M110986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ignore the headers of your source files when you load. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;A&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;B &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;Column2&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;C&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;Column3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;BR /&gt;Exceldoc.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New';"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New';"&gt; &lt;SPAN style="font-family: 'Courier New'; font-size: 9pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 9pt;"&gt;header&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; font-size: 9pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 9pt;"&gt; 1 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 9pt;"&gt;lines&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New';"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; sheet1); &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt;The important part above is "no labels, header is 1 lines"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: arial,helvetica,sans-serif;"&gt;Derek&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 13:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299599#M110986</guid>
      <dc:creator>derekjones</dc:creator>
      <dc:date>2011-07-22T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Qlikview case sensitive towards column names/table names</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299600#M110987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In this case i need to change my script everywhere my feed is manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will become laborious process..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not Feasible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 13:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299600#M110987</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-07-22T13:28:56Z</dc:date>
    </item>
    <item>
      <title>Qlikview case sensitive towards column names/table names</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299601#M110988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can't avoid that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you should probably do is rename all fields to their upper case and then concatenate them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 13:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299601#M110988</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-22T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Qlikview case sensitive towards column names/table names</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299602#M110989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the start of your scrit put:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Force Case &lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;Upper&lt;/SPAN&gt;;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will make all fieldnames upper case.&lt;/P&gt;&lt;P&gt;Or have a look at the other options for the Force command if you prefer something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 13:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-case-sensitive-towards-column-names-table-names/m-p/299602#M110989</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2011-07-22T13:54:20Z</dc:date>
    </item>
  </channel>
</rss>

