<?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 Delete Decimals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-Decimals/m-p/1436494#M816997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Guys,&lt;/P&gt;&lt;P&gt;i'm using this formula on a text-object which is working, but i would like to remove the decimals. &lt;/P&gt;&lt;P&gt;Currenlty i have 128606,043806 as resuls, i would liket o have only 128606, how i can achieve this?&lt;BR /&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Actual - ' &amp;amp; (if(vExcludeInstrumentSales,sum({&amp;lt;Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Delete Decimals</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Decimals/m-p/1436494#M816997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Guys,&lt;/P&gt;&lt;P&gt;i'm using this formula on a text-object which is working, but i would like to remove the decimals. &lt;/P&gt;&lt;P&gt;Currenlty i have 128606,043806 as resuls, i would liket o have only 128606, how i can achieve this?&lt;BR /&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Actual - ' &amp;amp; (if(vExcludeInstrumentSales,sum({&amp;lt;Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)&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/Delete-Decimals/m-p/1436494#M816997</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Decimals</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Decimals/m-p/1436495#M816998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use floor() like:&lt;/P&gt;&lt;P&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;='Actual - ' &amp;amp; &lt;STRONG&gt;Floor(&lt;/STRONG&gt;(if(vExcludeInstrumentSales,sum({&amp;lt;Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 08:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Decimals/m-p/1436495#M816998</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-05T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Decimals</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-Decimals/m-p/1436496#M816999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create a text box and write this &lt;/P&gt;&lt;P&gt;=Round(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;128606.043806)&amp;nbsp;&amp;nbsp;&amp;nbsp; you will get a solution 128606 only.&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;else &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;for your expression&lt;/P&gt;&lt;P&gt;--&amp;gt; &lt;STRONG&gt;Round()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&lt;STRONG&gt;Floor(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&lt;STRONG&gt;Purgecahr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;128606.043806,.)&lt;/STRONG&gt; it will returns &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;128606043806 (Because it will ignore the character after the , symbol)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;Change the Field Number style should be like &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Properties&lt;/STRONG&gt; of that chart--&amp;gt;&lt;STRONG&gt;Number&lt;/STRONG&gt; tab--&amp;gt;select that field --&amp;gt;Number format&amp;nbsp; should be &lt;STRONG&gt;#,##&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so that it will show only not the decimal values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;='Actual - ' &amp;amp; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Round(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(if(vExcludeInstrumentSales,sum({&amp;lt;Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 09:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-Decimals/m-p/1436496#M816999</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-09-05T09:31:53Z</dc:date>
    </item>
  </channel>
</rss>

