<?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 Up... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565673#M1108987</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 have data which details FTE (full time equivalent) which I would like to be able to round up to FPE (full person equivalent) within QlikView expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware there is the "=(round(SUM(FTE))" function and I have tried a variety of alternatives [=(round(SUM(FTE),0)], but this doesn't help to round up lower figures such as 0.33 or 0.25 UP to the nearest 1 which is what I am hoping to achieve with the dataset I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone out there know how this can be done.&amp;nbsp; If so, could you help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in anticipation and regards, Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 12:55:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-12T12:55:02Z</dc:date>
    <item>
      <title>Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565673#M1108987</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 have data which details FTE (full time equivalent) which I would like to be able to round up to FPE (full person equivalent) within QlikView expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware there is the "=(round(SUM(FTE))" function and I have tried a variety of alternatives [=(round(SUM(FTE),0)], but this doesn't help to round up lower figures such as 0.33 or 0.25 UP to the nearest 1 which is what I am hoping to achieve with the dataset I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone out there know how this can be done.&amp;nbsp; If so, could you help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in anticipation and regards, Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 12:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565673#M1108987</guid>
      <dc:creator />
      <dc:date>2014-03-12T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565674#M1108988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use CEIL Function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CEIL(0.35,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565674#M1108988</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565675#M1108989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CEIL(number)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565675#M1108989</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-03-12T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565676#M1108990</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 choose CEIL() ,&lt;IMG alt="Rounding.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54833_Rounding.png" style="width: 620px; height: 398px;" /&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565676#M1108990</guid>
      <dc:creator />
      <dc:date>2014-03-12T13:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565677#M1108991</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;&lt;/P&gt;&lt;P&gt;Many thanks for your responses.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only query is, and just out of curiosity, if I wanted to keep the 'SUM(FTE)' principle within the context of the expression principle would CEIL / FLOOR be able to accommodate this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G. =CEIL(sum(FTE),0.35,1) - would this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, how can I resolve this whilst keeping the SUM(FTE) in place as this is a crucial part of what I am trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards, Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565677#M1108991</guid>
      <dc:creator />
      <dc:date>2014-03-12T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565678#M1108992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CEIL(SUM(FTE),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565678#M1108992</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T13:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565679#M1108993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish! This is just what I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565679#M1108993</guid>
      <dc:creator />
      <dc:date>2014-03-12T14:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding Up...</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565680#M1108994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Michael,&lt;/P&gt;&lt;P&gt;Glad that my answer helps you.&lt;/P&gt;&lt;P&gt;Can you close the thread by selecting Correct Answer so that others can also get benefit of this?&lt;/P&gt;&lt;P&gt;Thanks .....!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-Up/m-p/565680#M1108994</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T14:50:43Z</dc:date>
    </item>
  </channel>
</rss>

