<?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 text in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941367#M1219346</link>
    <description>&lt;P&gt;I am trying to round up the outcome of the text below. I know the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;€ #.##0&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;probably needs to be placed at the ends, but I can not get it to work icw to the brackets etc. Thank you in advance.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;=if(SUM(EM)&amp;gt;= 400000, 

num((((SUM(EM)-400000)*0.0118)+12000),'€ #.##0')/count(DISTINCT PersonId),

num(SUM(EM)*0,03,'€ #.##0')/count(DISTINCT PersonId)

)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.tellculvers.onl/" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;&amp;nbsp;Culver's Guest Satisfaction Survey&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 03:59:30 GMT</pubDate>
    <dc:creator>KimFerguson</dc:creator>
    <dc:date>2022-06-10T03:59:30Z</dc:date>
    <item>
      <title>Rounding up text in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941367#M1219346</link>
      <description>&lt;P&gt;I am trying to round up the outcome of the text below. I know the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;€ #.##0&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;probably needs to be placed at the ends, but I can not get it to work icw to the brackets etc. Thank you in advance.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;=if(SUM(EM)&amp;gt;= 400000, 

num((((SUM(EM)-400000)*0.0118)+12000),'€ #.##0')/count(DISTINCT PersonId),

num(SUM(EM)*0,03,'€ #.##0')/count(DISTINCT PersonId)

)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.tellculvers.onl/" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;&amp;nbsp;Culver's Guest Satisfaction Survey&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 03:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941367#M1219346</guid>
      <dc:creator>KimFerguson</dc:creator>
      <dc:date>2022-06-10T03:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding up text in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941468#M1219348</link>
      <description>&lt;P&gt;num() doesn't round else formats a value and it must be the most outside-part of an expression to get to applied. If really a rounding is needed you may use round/ceil/floor. Further the second multiplicator is wrongly set (comma instead a dot as decimal-delimiter and the expression is more complex as needed and might be look like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;=num(if(SUM(EM)&amp;gt;= 400000, 
(((SUM(EM)-400000)*0.0118)+12000), SUM(EM)*0.03)/count(DISTINCT PersonId)
,'€ #.##0')&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941468#M1219348</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-06-09T08:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding up text in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941951#M1219368</link>
      <description>&lt;P&gt;Round() returns the result of rounding x up or down to the nearest multiple of step [+ offset]. The default value of offset is 0. The default value of step is 1.&amp;nbsp;&lt;A href="https://www.hca-rewards.net/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;HCA Rewards Login&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2022 03:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rounding-up-text-in-Qlikview/m-p/1941951#M1219368</guid>
      <dc:creator>Daniel044</dc:creator>
      <dc:date>2022-06-11T03:25:23Z</dc:date>
    </item>
  </channel>
</rss>

