<?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 rounding downward in round() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211589#M65817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;=round(0.005,-0.01)&lt;/P&gt;&lt;P&gt;That gives 0.00&lt;/P&gt;&lt;P&gt;=round(0.005,0.01)&lt;/P&gt;&lt;P&gt;That gives 0.01&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 14:57:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-12T14:57:43Z</dc:date>
    <item>
      <title>rounding downward in round()</title>
      <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211588#M65816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all im new in QV.&lt;/P&gt;&lt;P&gt;im using round() to round up or down numbers. but now i need to round down number ending with .005&lt;BR /&gt;In QV help it says &lt;I&gt;"If x&lt;/I&gt; is exactly in the middle of an interval, it is rounded upwards" Is it possible to do it in round(). Or should i use floor()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 14:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211588#M65816</guid>
      <dc:creator />
      <dc:date>2011-04-12T14:29:17Z</dc:date>
    </item>
    <item>
      <title>rounding downward in round()</title>
      <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211589#M65817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;=round(0.005,-0.01)&lt;/P&gt;&lt;P&gt;That gives 0.00&lt;/P&gt;&lt;P&gt;=round(0.005,0.01)&lt;/P&gt;&lt;P&gt;That gives 0.01&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 14:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211589#M65817</guid>
      <dc:creator />
      <dc:date>2011-04-12T14:57:43Z</dc:date>
    </item>
    <item>
      <title>rounding downward in round()</title>
      <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211590#M65818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: bold"&gt;Rounding Upwards&lt;/P&gt;&lt;P&gt;ceil( x [, base [, offset ]])&lt;/P&gt;&lt;P&gt;Rounding of x upwards to the nearest multiple of base with an offset&lt;BR /&gt;of offset.&lt;/P&gt;&lt;P&gt;ceil( 2.4 ) returns 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Rounding Downwards&lt;/P&gt;&lt;P&gt;floor( x [ , base [ , offset ]] )&lt;/P&gt;&lt;P&gt;Rounding of x downwards to the nearest multiple of base with an&lt;BR /&gt;offset of offset.&lt;/P&gt;&lt;P&gt;floor( 2.4 ) returns 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.. Please mark the post answered if this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 15:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211590#M65818</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-12T15:02:29Z</dc:date>
    </item>
    <item>
      <title>rounding downward in round()</title>
      <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211591#M65819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks everyone. Specially Ansch. Your solution working perfect ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 15:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/211591#M65819</guid>
      <dc:creator />
      <dc:date>2011-04-12T15:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: rounding downward in round()</title>
      <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/1526224#M438443</link>
      <description>This won't round down, just will omit the 3rd decimal value and in this case the result is a rownddown but if you wanna to rownddown without decimals won't work, yo'll had to do other thing.</description>
      <pubDate>Fri, 04 Jan 2019 10:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/1526224#M438443</guid>
      <dc:creator>arngue</dc:creator>
      <dc:date>2019-01-04T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: rounding downward in round()</title>
      <link>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/1560732#M441274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what if we want round value less if value is x.5 and greater than x.5 then upper value&lt;/P&gt;&lt;P&gt;e.g:&lt;/P&gt;&lt;P&gt;Value is 2.5&amp;nbsp;&amp;nbsp;should return &amp;nbsp;2&lt;/P&gt;&lt;P&gt;Value is 2.6 should return 3&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rounding-downward-in-round/m-p/1560732#M441274</guid>
      <dc:creator>deepikashinde</dc:creator>
      <dc:date>2019-03-25T12:21:22Z</dc:date>
    </item>
  </channel>
</rss>

