<?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: Round Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683756#M726558</link>
    <description>&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;It would be very helpful if you explain Num() function also.&lt;/P&gt;&lt;P&gt;Please find the below results of NUM().&lt;/P&gt;&lt;P&gt;Num(11111.111,'#,##0',',',' ')=11111,110&lt;/P&gt;&lt;P&gt;Num(111.11,'# ##','.',' ')=1 11&lt;/P&gt;&lt;P&gt;Num(1.11,'# #0',',',' ')=1&lt;/P&gt;&lt;P&gt;Could you please explain how it works.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gayathri&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 12:44:02 GMT</pubDate>
    <dc:creator>gayathridevi24</dc:creator>
    <dc:date>2020-03-11T12:44:02Z</dc:date>
    <item>
      <title>Round Function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683686#M726555</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am having doubt in round() function. Please find the below results of round functions.&lt;/P&gt;&lt;P&gt;Round(8,6)=6&lt;/P&gt;&lt;P&gt;round(9,6)=12&lt;/P&gt;&lt;P&gt;round(10,6)=12&lt;/P&gt;&lt;P&gt;round(10,4)=12.&lt;/P&gt;&lt;P&gt;Could you please explain how round function works for the above results.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gayathri Devi&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683686#M726555</guid>
      <dc:creator>gayathridevi24</dc:creator>
      <dc:date>2024-11-16T01:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Round Function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683736#M726556</link>
      <description>&lt;P&gt;Gayathri,&lt;/P&gt;&lt;P&gt;Please find below information&lt;/P&gt;&lt;P&gt;Round() function returns rounding a number to the nearest multiple of step shifted by an offset number.&lt;/P&gt;&lt;P&gt;and if number to round is exactly middle, it is rounded upwards.&lt;/P&gt;&lt;P&gt;Round(8,6)=6 ............nearest multiple of 6 to 8 is 6&lt;/P&gt;&lt;P&gt;round(9,6)=12............nearest multiple of 6 to 9 is 6,12(Taken upwards)&lt;/P&gt;&lt;P&gt;round(10,6)=12..........nearest multiple of 6 to 10 is 12&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;round(10,4)=12..........nearest multiple of 4 to 10 is 8,12(Taken upwards)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="return_type"&gt;You can also find examples here&lt;/P&gt;&lt;P class="return_type"&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/GeneralNumericFunctions/round.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/GeneralNumericFunctions/round.htm&lt;/A&gt;&lt;/P&gt;&lt;P class="return_type"&gt;Regards,&lt;/P&gt;&lt;P class="return_type"&gt;Nikita Deshwal&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 12:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683736#M726556</guid>
      <dc:creator>nikitadeshwal</dc:creator>
      <dc:date>2020-03-11T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Round Function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683745#M726557</link>
      <description>&lt;P&gt;Thank you so much for reply&amp;nbsp;&lt;SPAN&gt;Nikita. It was very useful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 12:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683745#M726557</guid>
      <dc:creator>gayathridevi24</dc:creator>
      <dc:date>2020-03-11T12:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Round Function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683756#M726558</link>
      <description>&lt;P&gt;Hi Nikita,&lt;/P&gt;&lt;P&gt;It would be very helpful if you explain Num() function also.&lt;/P&gt;&lt;P&gt;Please find the below results of NUM().&lt;/P&gt;&lt;P&gt;Num(11111.111,'#,##0',',',' ')=11111,110&lt;/P&gt;&lt;P&gt;Num(111.11,'# ##','.',' ')=1 11&lt;/P&gt;&lt;P&gt;Num(1.11,'# #0',',',' ')=1&lt;/P&gt;&lt;P&gt;Could you please explain how it works.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gayathri&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 12:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-Function/m-p/1683756#M726558</guid>
      <dc:creator>gayathridevi24</dc:creator>
      <dc:date>2020-03-11T12:44:02Z</dc:date>
    </item>
  </channel>
</rss>

