<?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/1294186#M404209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROUND(x*100, 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2017 13:19:19 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2017-05-18T13:19:19Z</dc:date>
    <item>
      <title>Round function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294184#M404207</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;How can I convert 0.7677 to 77 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used round(0.7677,0.05)* 100 but it gives 75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&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, 18 May 2017 13:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294184#M404207</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2017-05-18T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Round function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294185#M404208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=round(0.7677,0.&lt;STRONG&gt;01&lt;/STRONG&gt;)* 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 13:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294185#M404208</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-18T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Round function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294186#M404209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROUND(x*100, 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 13:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294186#M404209</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-18T13:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Round function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294187#M404210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Round(0.7677 * 100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Round(Sum(Sales) * 100)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 13:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294187#M404210</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-18T13:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Round function</title>
      <link>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294188#M404211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you reading:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/round.htm" style="font-size: 10pt;" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/round.htm"&gt;Round ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/ceil.htm" style="font-size: 13.3333px;" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/ceil.htm"&gt;Ceil ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/floor.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/floor.htm"&gt;Floor ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163922_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 13:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Round-function/m-p/1294188#M404211</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2017-05-18T13:54:09Z</dc:date>
    </item>
  </channel>
</rss>

