<?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: how to restrict KPI result as 2 digits after point without considering 3 digit in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885947#M72977</link>
    <description>&lt;P&gt;hi try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;floor('99.916',0.01)&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jan 2022 10:38:08 GMT</pubDate>
    <dc:creator>brunobertels</dc:creator>
    <dc:date>2022-01-27T10:38:08Z</dc:date>
    <item>
      <title>how to restrict KPI result as 2 digits after point without considering 3 digit</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885680#M72951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using KPI chart to calculate Average value. Where I am getting answer as 99.92% ( Since i am using % format in selection) .&lt;/P&gt;
&lt;P&gt;but if I calculate manually , I will get answer as 99.916. Qlik automatically considering it as 99.92 ( Since 3rd digit is greater than 5)&lt;/P&gt;
&lt;P&gt;Is there any way we can get the answer as 99.91 ? like Ignore 3 digit&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 17:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885680#M72951</guid>
      <dc:creator>Karthick30</dc:creator>
      <dc:date>2022-01-26T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict KPI result as 2 digits after point without considering 3 digit</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885944#M72975</link>
      <description>&lt;P&gt;You can use Floor(value,step) to cut the digits after step.&lt;BR /&gt;So in your case to always take the first 2 digits: Floor(value, 0.01)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 10:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885944#M72975</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-27T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict KPI result as 2 digits after point without considering 3 digit</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885947#M72977</link>
      <description>&lt;P&gt;hi try this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;floor('99.916',0.01)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 10:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-restrict-KPI-result-as-2-digits-after-point-without/m-p/1885947#M72977</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-01-27T10:38:08Z</dc:date>
    </item>
  </channel>
</rss>

