<?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: Can we show somehow these very high numbers in standard format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36733#M2507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you tried to change set&amp;nbsp; money format and see?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MoneyFormat='₹ #,##0.00;₹ -#,##0.00';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [this is by default - you can change here and try]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 06:37:57 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2018-03-16T06:37:57Z</dc:date>
    <item>
      <title>Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36729#M2503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there is any way to change these very high/low numbers in normal format like '#,##0.00' format. I have used Money(Value,'#,##0.00') in the expressions. Thanks in advance for the help!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196548_Capture.PNG" style="height: 726px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 02:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36729#M2503</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36730#M2504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;just an idea .&lt;/P&gt;&lt;P&gt;can you create a inline table in script&amp;nbsp; like current format and map that and use as a format ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here what you want to see instead of big number ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36730#M2504</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-16T06:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36731#M2505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think its because Qlik has limitation of showing max 14 diigits, if you see numbers in the chart, they are converted into scientific notation(e+20 at the end). I need to avoid that and show the standard format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36731#M2505</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T06:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36732#M2506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh is it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is your measure and their input values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36732#M2506</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-16T06:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36733#M2507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you tried to change set&amp;nbsp; money format and see?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MoneyFormat='₹ #,##0.00;₹ -#,##0.00';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [this is by default - you can change here and try]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36733#M2507</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-16T06:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36734#M2508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Format is fine for 99% cases. Its showing scientific notation only for very large number. If you see the image, you can see few numbers in proper format with 2 decimal points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36734#M2508</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T06:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36735#M2509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I'm able to see &lt;A href="https://community.qlik.com/qlik-users/206168"&gt;youssefbelloum&lt;/A&gt;‌&amp;nbsp; or &lt;A _jive_internal="true" data-avatarid="14908" data-externalid="" data-online="false" data-presence="null" data-userid="211603" data-username="omarbensalem" href="https://community.qlik.com/people/omarbensalem" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;omar bensalem&lt;/A&gt;&amp;nbsp; can have some idea on this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36735#M2509</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-16T06:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36736#M2510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share sample qvf ?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 06:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36736#M2510</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-16T06:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36737#M2511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no easy way to display 20 digit numbers in that format. Why would you want to do that anyway? Would it not be better to convert the entire chart into larger units?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could&amp;nbsp; try a Dual() value like this (partially tested):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Dual(If(N &amp;gt;= 1E13, Num(Floor(N / 1E12), '# ##0', '.',&amp;nbsp; ' ')) &amp;amp; ' ' &amp;amp;&amp;nbsp; Num(N - Floor(N / 1E12) * 1E12, '# ##0', '.', ' '), N)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where N is the expression or value to be formatted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 07:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36737#M2511</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-16T07:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36738#M2512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/558909"&gt;Re: Number formatting - millions to billions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 07:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36738#M2512</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-16T07:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36739#M2513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe divide this measure by 1 billion.. and put a symbol of billion (B) on the number section ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 08:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36739#M2513</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-16T08:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36740#M2514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are right, Needs to build the larger units dynamically in the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 16:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/36740#M2514</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/1849142#M70180</link>
      <description>&lt;P&gt;Hello, there. =]&lt;/P&gt;
&lt;P&gt;I have a simmilar problem. Is there a way to convert into a numeric field like that '$#.##0,00' (money)?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My field is showing this&amp;nbsp;1,334244462e+15 insted of $1.334.244.462.000.000. Is it possible?&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 22:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/1849142#M70180</guid>
      <dc:creator>oliveira1903</dc:creator>
      <dc:date>2021-10-19T22:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we show somehow these very high numbers in standard format</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/1849145#M70181</link>
      <description>&lt;P&gt;Hello, there. =]&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a simmilar problem. Is there a way to convert into a numeric field like that '$#.##0,00' (money)?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My field is showing this&amp;nbsp;1,334244462e+15 insted of $1.334.244.462.000.000. Is it possible?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 22:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-show-somehow-these-very-high-numbers-in-standard-format/m-p/1849145#M70181</guid>
      <dc:creator>oliveira1903</dc:creator>
      <dc:date>2021-10-19T22:48:10Z</dc:date>
    </item>
  </channel>
</rss>

