<?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: UPPERCASE Field Names in Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892910#M310917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no "quick" answer here - unless you change the fields in your app to uppercase on your load by using the Upper() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate ways to handle this are to create bridging tables using an inline load or loading your field values to a fieldname that's ignored like %NAME if you use the hide prefix command for % signs, and then you could read your values in as Upper() as %NAME and your linking field along with this to create the bridge to your section access format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 14:12:27 GMT</pubDate>
    <dc:creator>morganaaron</dc:creator>
    <dc:date>2015-06-15T14:12:27Z</dc:date>
    <item>
      <title>UPPERCASE Field Names in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892906#M310913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After going through number of articles, we found that, for section access script, we need the field names to be in Upper Case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our application, all the fields are in lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there is any quick tip so that, we can handle the uppercase part in Section access script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&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;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892906#M310913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T14:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: UPPERCASE Field Names in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892907#M310914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately no ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892907#M310914</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-15T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: UPPERCASE Field Names in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892908#M310915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you don't want to change case for your fields, create a copy column of the field you need to apply section access on, with the same name, just in uppercase :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field, value:&lt;/P&gt;&lt;P&gt;DimensionID, 1&lt;/P&gt;&lt;P&gt;DimensionName, Europe&lt;/P&gt;&lt;P&gt;DIMENSIONNAME, EUROPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide it to avoid confusion for the user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892908#M310915</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-06-15T14:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: UPPERCASE Field Names in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892909#M310916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need to wrap them with UPPER but I don't think there is a quick way to do this other than typing that out in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892909#M310916</guid>
      <dc:creator>tracysmart</dc:creator>
      <dc:date>2015-06-15T14:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: UPPERCASE Field Names in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892910#M310917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no "quick" answer here - unless you change the fields in your app to uppercase on your load by using the Upper() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate ways to handle this are to create bridging tables using an inline load or loading your field values to a fieldname that's ignored like %NAME if you use the hide prefix command for % signs, and then you could read your values in as Upper() as %NAME and your linking field along with this to create the bridge to your section access format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892910#M310917</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-06-15T14:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: UPPERCASE Field Names in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892911#M310918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the field a second time e.g. of the filed you want to select in section access is company_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; company_name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(company_name) as COMPANY_NAME_SA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your existing charts will work with the company_name field, and you can implement section access using the COMPANY_NAME_SA field. This makes your data model a bit bigger dues to the duplicate fields, but avoids the need to rebuild all your charts and other objects etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UPPERCASE-Field-Names-in-Section-Access/m-p/892911#M310918</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-15T14:17:47Z</dc:date>
    </item>
  </channel>
</rss>

