<?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: rename the class function value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022007#M921406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe (since there is not much benefit to use the class function then in your case):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dual(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Floor(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000)/1000 &amp;amp; 'K To ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Ceil( KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000)/1000 &amp;amp; 'K',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Floor(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 11:34:58 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-26T11:34:58Z</dc:date>
    <item>
      <title>rename the class function value</title>
      <link>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022003#M921402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all I am using a Class function for Price Bucket :&lt;/P&gt;&lt;P&gt;Dual(Replace(Class(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000),'&amp;lt;= x &amp;lt;', 'To'),&lt;/P&gt;&lt;P&gt;Class(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i am Getting a value like&lt;/P&gt;&lt;P&gt;0 to 2500000&lt;/P&gt;&lt;P&gt;25000000 to 5000000&lt;/P&gt;&lt;P&gt;But i want to show figure like &lt;/P&gt;&lt;P&gt;o to 2500K&lt;/P&gt;&lt;P&gt;2500K To 5000K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinldly help me achieve this.&lt;/P&gt;&lt;P&gt;i have a attached a image of bar as well'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022003#M921402</guid>
      <dc:creator>brijeshvma</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: rename the class function value</title>
      <link>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022004#M921403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;SubField(Class(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000),'&amp;lt;= x &amp;lt;', 1)/1000 &amp;amp; 'K To ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;SubField(Class(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000),'&amp;lt;= x &amp;lt;', 2)/1000 &amp;amp; 'K',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Class(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 11:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022004#M921403</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-26T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: rename the class function value</title>
      <link>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022005#M921404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KeepChar(SubField(SearchVertical,':',2),'0123456789')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in the back end and create a field divide by 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and use that in front end using class function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$@M&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 11:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022005#M921404</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2016-04-26T11:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: rename the class function value</title>
      <link>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022006#M921405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankks Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 11:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022006#M921405</guid>
      <dc:creator>brijeshvma</dc:creator>
      <dc:date>2016-04-26T11:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: rename the class function value</title>
      <link>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022007#M921406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or maybe (since there is not much benefit to use the class function then in your case):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dual(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Floor(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000)/1000 &amp;amp; 'K To ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Ceil( KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000)/1000 &amp;amp; 'K',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Floor(KeepChar(SubField(SearchVertical,':',2),'0123456789'),2500000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 11:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rename-the-class-function-value/m-p/1022007#M921406</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T11:34:58Z</dc:date>
    </item>
  </channel>
</rss>

