<?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: Is there any function like Proper in xls? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566643#M1119926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Capitalize([YourField])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 09:49:46 GMT</pubDate>
    <dc:creator>agilos_mla</dc:creator>
    <dc:date>2014-02-11T09:49:46Z</dc:date>
    <item>
      <title>Is there any function like Proper in xls?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566642#M1119924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i a select dimention as customer name , and if the name is&amp;nbsp; like&amp;nbsp; 'Example ONE'&amp;nbsp;&amp;nbsp; it should appera like 'Example One'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 09:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566642#M1119924</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-02-11T09:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function like Proper in xls?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566643#M1119926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Capitalize([YourField])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 09:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566643#M1119926</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-11T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function like Proper in xls?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566644#M1119927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView this Proper command is performed by function Capitalize, While upper is still same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to put the below in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Capitalize &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Customer]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; [&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;Customer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;]. It will provide you the required format.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 10:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566644#M1119927</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-11T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any function like Proper in xls?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566645#M1119929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalie(fielname) as fieldanmeCapitalized&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 10:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-function-like-Proper-in-xls/m-p/566645#M1119929</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2014-02-11T10:55:08Z</dc:date>
    </item>
  </channel>
</rss>

