<?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: shorting the number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45269#M784696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below expression, replace your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourExpressionHere with your measure&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(YourExpressionHere)/1000000000 &amp;gt; 1,Num(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourExpressionHere&lt;/SPAN&gt;)/1000000000&lt;/SPAN&gt;,'$#,###B'), &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Num(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourExpressionHere&lt;/SPAN&gt;)/1000000&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;,'$#,###M')&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 02:25:37 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2018-03-19T02:25:37Z</dc:date>
    <item>
      <title>shorting the number</title>
      <link>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45266#M784690</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;I want to convert the my expression like 30000 into 30k,500000 into 50m in Bar Chart.Please let me know step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manu&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/shorting-the-number/m-p/45266#M784690</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: shorting the number</title>
      <link>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45267#M784691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(sum(dimenson/1000), '###K')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2018 21:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45267#M784691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-18T21:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: shorting the number</title>
      <link>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45268#M784693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(sum(&amp;lt;your measure&amp;gt;)/1000000 &amp;gt; 1 //check if more than million&lt;/P&gt;&lt;P&gt;,Num(&lt;SPAN style="font-size: 13.3333px;"&gt;sum(&amp;lt;your measure&amp;gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/1000000 &lt;/SPAN&gt;,'#,##0M') // in million&lt;/P&gt;&lt;P&gt;, Num(&lt;SPAN style="font-size: 13.3333px;"&gt;sum(&amp;lt;your measure&amp;gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/1000 &lt;/SPAN&gt;,'#,##0K')) // in K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 00:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45268#M784693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-19T00:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: shorting the number</title>
      <link>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45269#M784696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below expression, replace your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourExpressionHere with your measure&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(YourExpressionHere)/1000000000 &amp;gt; 1,Num(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourExpressionHere&lt;/SPAN&gt;)/1000000000&lt;/SPAN&gt;,'$#,###B'), &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Num(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourExpressionHere&lt;/SPAN&gt;)/1000000&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;,'$#,###M')&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 02:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45269#M784696</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2018-03-19T02:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: shorting the number</title>
      <link>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45270#M784698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, Please see the below image:&lt;BR /&gt;&lt;IMG alt="Number.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196678_Number.png" style="height: 526px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 05:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shorting-the-number/m-p/45270#M784698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-19T05:13:41Z</dc:date>
    </item>
  </channel>
</rss>

