<?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: Change values to uppercase while loading the excel table data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607457#M1117430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grazie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 14:52:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-19T14:52:39Z</dc:date>
    <item>
      <title>Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607452#M1117423</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'd like to load one column of an excel file transforming all the text in uppercase format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the easiest way to do it in the load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607452#M1117423</guid>
      <dc:creator />
      <dc:date>2014-02-19T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607453#M1117424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be done with UPPER(YOURFIELD) as Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607453#M1117424</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-02-19T14:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607454#M1117426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it but when I have to refer to this field in the charts it seems I've always refer to the field as upper([Field Name]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to avoid repeating the upper function when using the field? CAn I rename it in the load script (i.e. new = upper(fieldname)). If yes, how can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607454#M1117426</guid>
      <dc:creator />
      <dc:date>2014-02-19T14:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607455#M1117427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Giuseppe,&lt;/P&gt;&lt;P&gt;la risposta di Marcus è corretta, quando ti riferisci al campo, ripetendo l'esempio di Marcus devi utilizzare Field e non più &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UPPER(YOURFIELD)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607455#M1117427</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-19T14:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607456#M1117428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This example was for loading within the script. In GUI you refers only with the fieldname: sum(Field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607456#M1117428</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-02-19T14:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607457#M1117430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grazie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607457#M1117430</guid>
      <dc:creator />
      <dc:date>2014-02-19T14:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change values to uppercase while loading the excel table data</title>
      <link>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607458#M1117431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-values-to-uppercase-while-loading-the-excel-table-data/m-p/607458#M1117431</guid>
      <dc:creator />
      <dc:date>2014-02-19T14:52:55Z</dc:date>
    </item>
  </channel>
</rss>

