<?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: Value convert to Billion/Million etc in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832055#M68646</link>
    <description>&lt;P&gt;Managed with this ....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dual(num(sum(Value)/pow(10,3*floor(log10(sum(Value))/3)),'$ #,###.#'&amp;amp;pick(floor(log10(sum(Value))/3),' ts', ' mn' , 'bn')),sum(Value))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 06:27:47 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2021-08-30T06:27:47Z</dc:date>
    <item>
      <title>Value convert to Billion/Million etc</title>
      <link>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832043#M68642</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have converted values into Billions, but facing issue with restrict selection and negative values.&lt;/P&gt;&lt;P&gt;I did manage with below variables, but negative values (for negative values - couldn't manage with dual function also)&lt;/P&gt;&lt;P&gt;SET vSize = Div(Log10($1),3);&lt;BR /&gt;SET vFormatNumber = Dual(Num($1/Pow(10,3*$(vSize($1))),'$ #,##0.0')&amp;amp;' '&amp;amp;Pick($(vSize($1)),'K','Mil','Bil','Tril'),$1);&lt;/P&gt;&lt;P&gt;below are two chart 1st chart showing values working fine&lt;/P&gt;&lt;P&gt;second one converted to billons/Millions, but not working properly (Exclude month and negative values are not working)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qv_testing_0-1630297755887.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60935i3F2DDA5DE90EF377/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qv_testing_0-1630297755887.png" alt="qv_testing_0-1630297755887.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 04:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832043#M68642</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2021-08-30T04:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Value convert to Billion/Million etc</title>
      <link>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832044#M68643</link>
      <description>&lt;P&gt;I did manage with negative values using &lt;STRONG&gt;fabs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;SET vSize = Div(Log10(&lt;FONT color="#FF6600"&gt;fabs(&lt;/FONT&gt;$1)&lt;FONT color="#FF6600"&gt;)&lt;/FONT&gt;,3);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;anyone can help me on exclude month ? (in set analysis Month= is not working)&lt;/P&gt;&lt;P&gt;any other way work around ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 05:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832044#M68643</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2021-08-30T05:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Value convert to Billion/Million etc</title>
      <link>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832055#M68646</link>
      <description>&lt;P&gt;Managed with this ....&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dual(num(sum(Value)/pow(10,3*floor(log10(sum(Value))/3)),'$ #,###.#'&amp;amp;pick(floor(log10(sum(Value))/3),' ts', ' mn' , 'bn')),sum(Value))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 06:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Value-convert-to-Billion-Million-etc/m-p/1832055#M68646</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2021-08-30T06:27:47Z</dc:date>
    </item>
  </channel>
</rss>

