<?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: section access - data reduction - captial letter required? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626710#M1300318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Fernando&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry i get confused now, for the capital letter issue&lt;/P&gt;&lt;P&gt;are we going to change the column header or column cell values as capital letters?&lt;/P&gt;&lt;P&gt;i think the upper function in bold letters is only converting column cell values as capital letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in your example, the [Division Table] will be the fact table right?&lt;/P&gt;&lt;P&gt;can you explain briefly the fields in section application?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 May 2014 05:44:24 GMT</pubDate>
    <dc:creator>laujerry</dc:creator>
    <dc:date>2014-05-25T05:44:24Z</dc:date>
    <item>
      <title>section access - data reduction - captial letter required?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626708#M1300312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i want to use section access to reduce data for a field&lt;/P&gt;&lt;P&gt;that field name must be in &lt;STRONG style="text-decoration: underline;"&gt;upper case&lt;/STRONG&gt; (and not even a space between?)&lt;/P&gt;&lt;P&gt;so how about if the field in my data model does not fulfill the condition (e.g. CompanyCode)?&lt;/P&gt;&lt;P&gt;is there no way to perform section access but only changing the field name to capital letters (COMPANYCODE)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. (from this community)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access; &lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;ACCESS,&amp;nbsp; USERID,&amp;nbsp; PASSWORD,&amp;nbsp; &lt;STRONG style="text-decoration: underline;"&gt;REGION&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;ADMIN,&amp;nbsp; ADMIN,&amp;nbsp; ADMIN, &lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER1,&amp;nbsp; U1,&amp;nbsp;&amp;nbsp; AFRICA &lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER2,&amp;nbsp; U2,&amp;nbsp;&amp;nbsp; AMERICA &lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER3,&amp;nbsp; U3,&amp;nbsp;&amp;nbsp; ASIA &lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER4,&amp;nbsp; U4,&amp;nbsp;&amp;nbsp; EUROPE &lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER5,&amp;nbsp; U4,&amp;nbsp;&amp;nbsp; AMERICA &lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER5,&amp;nbsp; U5,&amp;nbsp;&amp;nbsp; * &lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;P&gt;SALES: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;REGION&lt;/STRONG&gt;,&amp;nbsp; PROFIT &lt;/P&gt;&lt;P&gt;AFRICA,&amp;nbsp; 1000 &lt;/P&gt;&lt;P&gt;AMERICA,&amp;nbsp; 2000 &lt;/P&gt;&lt;P&gt;ASIA,&amp;nbsp; 3000 &lt;/P&gt;&lt;P&gt;EUROPE,&amp;nbsp; 4000 &lt;/P&gt;&lt;P&gt;OCEANIA,&amp;nbsp; 5000 &lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626708#M1300312</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: section access - data reduction - captial letter required?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626709#M1300314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you dont have to change your dimension name, you can use UPPER() functions to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; UPPER([DIVISION Id]) as [DIVISION ID] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;USER.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;SHEET.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Division Table]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;DIVISION ID, description, Employee&lt;/P&gt;&lt;P&gt;01, bird, fernandoperez&lt;/P&gt;&lt;P&gt;01, bird2, fernandoperez&lt;/P&gt;&lt;P&gt;02, food, marcosaguirre&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2014 17:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626709#M1300314</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-05-24T17:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: section access - data reduction - captial letter required?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626710#M1300318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Fernando&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry i get confused now, for the capital letter issue&lt;/P&gt;&lt;P&gt;are we going to change the column header or column cell values as capital letters?&lt;/P&gt;&lt;P&gt;i think the upper function in bold letters is only converting column cell values as capital letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in your example, the [Division Table] will be the fact table right?&lt;/P&gt;&lt;P&gt;can you explain briefly the fields in section application?&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 05:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-data-reduction-captial-letter-required/m-p/626710#M1300318</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2014-05-25T05:44:24Z</dc:date>
    </item>
  </channel>
</rss>

