<?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: ROUNDUP, without ROUND in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879018#M1013687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your questions is answered, please flag the correct answer so the topic is flagged as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 21:32:57 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-04-22T21:32:57Z</dc:date>
    <item>
      <title>ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879012#M1013681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROUNDUP, without ROUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;I wish rounding the result to the maximum without ROUND, since it makes if the decimal is 5 or above is rounded, otherwise it does not. Example: round (2.4) returns 2; round (2.6 returns 3), but I need you round all, example: XX (2.2) = 3; XX (2.5) = 3. something similar to excel, when used "roundup"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate your valuable assistance&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 00:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879012#M1013681</guid>
      <dc:creator />
      <dc:date>2015-04-22T00:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879013#M1013682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the CEIL() function in the same way as round - always "rounds" up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 07:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879013#M1013682</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-04-22T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879014#M1013683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap. ceil() function will do exactly what you want and floor() will do exactly the opposite. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879014#M1013683</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-04-22T09:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879015#M1013684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from reference manual,&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;of offset. The result is a number.&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;ceil( 2.4 ) returns 3&lt;/P&gt;&lt;P&gt;ceil( 2.6 ) returns 3&lt;/P&gt;&lt;P&gt;ceil( 3.88 , 0.1 ) returns 3.9&lt;/P&gt;&lt;P&gt;ceil( 3.88 , 5 ) returns 5&lt;/P&gt;&lt;P&gt;ceil( 1.1 , 1 , 0.5 ) returns 1.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879015#M1013684</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-22T09:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879016#M1013685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would appreciate your help it works perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879016#M1013685</guid>
      <dc:creator />
      <dc:date>2015-04-22T16:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879017#M1013686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur wc,if u are happy with tht..pls mark as correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879017#M1013686</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-22T16:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: ROUNDUP, without ROUND</title>
      <link>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879018#M1013687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your questions is answered, please flag the correct answer so the topic is flagged as answered. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 21:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ROUNDUP-without-ROUND/m-p/879018#M1013687</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-04-22T21:32:57Z</dc:date>
    </item>
  </channel>
</rss>

