<?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: where we use floor() and ceil() in qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258623#M868886</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;Look this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/95179"&gt;ceil and floor functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 04:11:58 GMT</pubDate>
    <dc:creator>HirisH_V7</dc:creator>
    <dc:date>2016-12-01T04:11:58Z</dc:date>
    <item>
      <title>where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258621#M868883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know we use them for round off values, but in real time where these two helps? It has draw backs if we used on Time and Sales.&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/where-we-use-floor-and-ceil-in-qlikview/m-p/1258621#M868883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258622#M868884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor295"&gt;&lt;/A&gt;&lt;A name="Ch_ceil"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;In real time&amp;nbsp; will use floor for date/time fields.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;ceil(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;x [ , base [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Rounding of &lt;SPAN class="Italic"&gt;x&lt;/SPAN&gt; upwards to the nearest multiple of &lt;SPAN class="Italic"&gt;base&lt;/SPAN&gt; with an offset of &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. The result is a number. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;ceil( 2.4 ) &lt;/SPAN&gt;returns 3&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;ceil( 2.6 ) &lt;/SPAN&gt;returns 3&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;ceil( 3.88 , 0.1 ) &lt;/SPAN&gt;returns 3.9&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;ceil( 3.88 , 5 ) &lt;/SPAN&gt;returns 5&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;ceil( 1.1 , 1 , 0.5 ) &lt;/SPAN&gt;returns 1.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor296"&gt;&lt;/A&gt;&lt;A name="Ch_floor"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;x [ , base [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Rounding of &lt;SPAN class="Italic"&gt;x&lt;/SPAN&gt; downwards to the nearest multiple of &lt;SPAN class="Italic"&gt;base&lt;/SPAN&gt; with an offset of &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. The result is a number. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;( 2.4 ) &lt;/SPAN&gt;returns 2&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;( 2.6 ) &lt;/SPAN&gt;returns 2&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;( 3.88 , 0.1 ) &lt;/SPAN&gt;returns 3.8&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;( 3.88 , 5 ) &lt;/SPAN&gt;returns 0&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;( 1.1 , 1 , 0.5 ) &lt;/SPAN&gt;returns 0.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can please share the drawbacks you identified with these functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 03:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258622#M868884</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2016-12-01T03:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258623#M868886</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;Look this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/95179"&gt;ceil and floor functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258623#M868886</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-12-01T04:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258624#M868888</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;Please get following details :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;Ceil()&lt;/SPAN&gt; rounds &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;x&lt;/SPAN&gt; up to the nearest multiple of &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;step&lt;/SPAN&gt; [+ &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;offset&lt;/SPAN&gt;]. The default value of &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;offset&lt;/SPAN&gt; is 0.Compare with the floor function, which rounds input numbers down.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f; background-color: #f4f4f4;"&gt;&lt;SPAN class="script_token" style="font-weight: bold;"&gt;Ceil(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;x[, step[, offset]]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top-width: 2px; border-top-style: solid; border-top-color: #0f0f0f;"&gt;&lt;TR&gt;&lt;TH class="HeadI--" style="padding: 5px 7px;"&gt;Examples&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px;"&gt;Results&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Ceil( 2.4 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Ceil( 2.6 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Ceil( 3.88 , 0.1 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;Returns 3.9&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Ceil( 3.88 , 5 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;Floor()&lt;/SPAN&gt; rounds &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;x&lt;/SPAN&gt; down to the nearest multiple of &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;step&lt;/SPAN&gt; [+ &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;offset&lt;/SPAN&gt;]. The default value of &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;offset&lt;/SPAN&gt; is 0.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Compare with the &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;ceil&lt;/SPAN&gt; function, which rounds input numbers up.&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f; background-color: #f4f4f4;"&gt;&lt;SPAN class="script_token" style="font-weight: bold;"&gt;Floor(&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;x[, step[, offset]]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top-width: 2px; border-top-style: solid; border-top-color: #0f0f0f;"&gt;&lt;TR&gt;&lt;TH class="HeadI--" style="padding: 5px 7px;"&gt;Examples&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px;"&gt;Results&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Floor( 2,4 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Floor( 4,2 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Floor( 3.88 , 0.1 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 3.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Floor( 3.88 , 5 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Floor( 1.1 , 1 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Returns 1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;For more details please go through following link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/floor.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/floor.htm"&gt;Floor ‒ QlikView and &lt;/A&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/ceil.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/ceil.htm"&gt;Ceil ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258624#M868888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T04:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258625#M868890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;Thanks on your response, what you said is absolutely correct. My point is here in what situations we need them in real time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; these useful in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ceil( 1.1 , 1 , 0.5 ),&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #3399ff; color: #ffffff;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( 1.1 , 1 , 0.5 ) means offset of offset cases?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;--&amp;gt;in case if we take these functions on total sales or sum(sales) it showing total because each fractional value getting round off so it affect the total.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the reason i asked for real time scenario.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258625#M868890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T04:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258626#M868892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;Thank u and i know that what you given information from qlik help, I am looking for some real time scenario in what situation we use them mostly.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258626#M868892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T04:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258627#M868894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pandunallani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In real scenario if you have some value like 9.4 so floor function will give you 9 and ceil&amp;nbsp; function will give you 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through following example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#e1e1e1"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Value&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Floor(Value)&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Ceil(Value)&lt;/SPAN&gt; &lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;1.2&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;2 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;2.3&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;2&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;3 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;4.5&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;4&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;5 &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;6.5&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;6&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 05:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258627#M868894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T05:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258628#M868896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In what cases i mean sales? time and date? totals? sum?&lt;/P&gt;&lt;P&gt;In that case it gives the result wrong na?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 05:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258628#M868896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258629#M868898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pandunallani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use these function any where like for sum,time, date, sales.... it depends on the requirement of business/report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some time users wants that if time is 9.30 then it should be considered as 10 but some user wants to be 9 only , so always use these function according to the demand of users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 05:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258629#M868898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T05:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258630#M868900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it affect on dates if I use it like date(floor(dateField))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 04:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258630#M868900</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2017-09-13T04:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258631#M868902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it affect on dates if I use it like date(floor(dateField))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 04:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1258631#M868902</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2017-09-13T04:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: where we use floor() and ceil() in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1823573#M1213785</link>
      <description>&lt;P&gt;For example, in any auto mobile showroom sales will happen in the same day with different time. In their sales table they add each record with time stamp. like 2021-07-21 10:00:00 ,&amp;nbsp;2021-07-21 10:30:00.&lt;/P&gt;&lt;P&gt;So in this case higher level people want to see this day 2021-07-21 sales. In this situation Floor will help us to see that particular day sales irrespective of time.&lt;/P&gt;&lt;P&gt;Floor function will round down. So in this situation they will set Floor function to round the Date as&amp;nbsp;2021-07-21 00:00:00.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 10:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-we-use-floor-and-ceil-in-qlikview/m-p/1823573#M1213785</guid>
      <dc:creator>Venkat_Vakkapati</dc:creator>
      <dc:date>2021-07-21T10:32:19Z</dc:date>
    </item>
  </channel>
</rss>

