<?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: How the number format conversion will automatically changes from Mn\Bn....? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023933#M921059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure if I got your request right, maybe like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/55039"&gt;dynamically changing scale in text box&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 16:34:16 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-26T16:34:16Z</dc:date>
    <item>
      <title>How the number format conversion will automatically changes from Mn\Bn....?</title>
      <link>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023932#M921058</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;In my current dashboard i want to display the sum(revenue) figure.In such case based on the number count it should automatically change the number format text from Million/Billion .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current expression used for that: text(money(Sum(dollar_value_sold)/1000000000)&amp;amp;'Mn')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venugopal G &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/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023932#M921058</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How the number format conversion will automatically changes from Mn\Bn....?</title>
      <link>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023933#M921059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure if I got your request right, maybe like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/55039"&gt;dynamically changing scale in text box&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023933#M921059</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T16:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How the number format conversion will automatically changes from Mn\Bn....?</title>
      <link>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023934#M921060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome it is working fine for me..Need small change in Expression if possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display the number as separate text object and Bn\Mn conversion as separate text.If you provide the expression that will be great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Mn.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122841_Mn.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above image for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venugopal G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 09:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023934#M921060</guid>
      <dc:creator />
      <dc:date>2016-04-27T09:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How the number format conversion will automatically changes from Mn\Bn....?</title>
      <link>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023935#M921061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at this expression sample for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;=num( sum( revenue) /pow(1000,floor(log10(fabs(sum(revenue)))/3)),'##0.000')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&amp;amp; pick(floor(log10(fabs(sum(revenue)))/3)+1,'',' thousand',' million',' billion',' trillion')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;you can easily split it into two parts / text box expressions:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;=num( sum( revenue) /pow(1000,floor(log10(fabs(sum(revenue)))/3)),'##0.000')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;=&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt; pick(floor(log10(fabs(sum(revenue)))/3)+1,'',' thousand',' million',' billion',' trillion')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023935#M921061</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-27T15:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How the number format conversion will automatically changes from Mn\Bn....?</title>
      <link>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023936#M921062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to do same thing in Qlikmaps, represent the number in M but this seems not to work. any idea or is this only valid for Straight Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 17:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-the-number-format-conversion-will-automatically-changes-from/m-p/1023936#M921062</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-08-24T17:37:23Z</dc:date>
    </item>
  </channel>
</rss>

