<?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 value of percentage in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279786#M6536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Gysbert, i want to expect&lt;/P&gt;&lt;P&gt;suppose in my colume&lt;/P&gt;&lt;P&gt;1.99.50 value--&amp;gt; the output&amp;nbsp; should come 100.00 round value in percentage.&lt;/P&gt;&lt;P&gt;2.100.2 value--&amp;gt; the output should be come 100.00 like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Irshad Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Mar 2017 16:47:23 GMT</pubDate>
    <dc:creator>iahmadmca1</dc:creator>
    <dc:date>2017-03-26T16:47:23Z</dc:date>
    <item>
      <title>Round value of percentage</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279784#M6534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the below expression for round value, but I could not get the exact round value can you please help me to do this.please find the below expression for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(1-((Sum([Transceiver Daily Outage Duration])-Sum([Planned Downtime]))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;(Sum([CPE Daily Outage Duration])+Sum([Tier1 Daily Outage Duration])))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum([Transceiver Daily Expected Uptime]),'#,##0.00%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Irshad Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279784#M6534</guid>
      <dc:creator>iahmadmca1</dc:creator>
      <dc:date>2021-04-02T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Round value of percentage</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279785#M6535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what you expect to be rounded to what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2017 15:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279785#M6535</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-03-26T15:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Round value of percentage</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279786#M6536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Gysbert, i want to expect&lt;/P&gt;&lt;P&gt;suppose in my colume&lt;/P&gt;&lt;P&gt;1.99.50 value--&amp;gt; the output&amp;nbsp; should come 100.00 round value in percentage.&lt;/P&gt;&lt;P&gt;2.100.2 value--&amp;gt; the output should be come 100.00 like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Irshad Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2017 16:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279786#M6536</guid>
      <dc:creator>iahmadmca1</dc:creator>
      <dc:date>2017-03-26T16:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Round value of percentage</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279787#M6537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Num function does not round values. It only formats values. Use the Round function to round the values and then use the num function to format the result of the rounding to show two decimals:&lt;/P&gt;&lt;P&gt;Num(Round( &lt;EM&gt;...stuff_to_round...&lt;/EM&gt; ),'#,##0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2017 16:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279787#M6537</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-03-26T16:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Round value of percentage</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279788#M6538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2017 17:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279788#M6538</guid>
      <dc:creator>iahmadmca1</dc:creator>
      <dc:date>2017-03-26T17:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Round value of percentage</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279789#M6539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi irshad ahmad,&lt;/P&gt;&lt;P&gt;Try this Expression,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--&amp;gt;&amp;gt;num(Round(100.2),'###.##')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;--&amp;gt;&amp;gt; Round(100.2,100)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank's &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sumit Jadhav.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Round-value-of-percentage/m-p/1279789#M6539</guid>
      <dc:creator>sumitjadhav</dc:creator>
      <dc:date>2017-04-19T06:25:16Z</dc:date>
    </item>
  </channel>
</rss>

