<?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 values to 2 decimal points without rounding it off? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48737#M8081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where you have this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2018 14:50:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-04T14:50:21Z</dc:date>
    <item>
      <title>How to restrict values to 2 decimal points without rounding it off?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48736#M8080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to restrict the values on a table upto 2 decimal points with rounding off the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: if value = 0.556, I need the value as 0.55 and not 0.56.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the Floor(value, 0.01) function and Left(Value,4), But these functions doesn't give the desired output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Am also suppressing the null values that is one of the reasons am facing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 09:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48736#M8080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T09:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict values to 2 decimal points without rounding it off?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48737#M8081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where you have this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 14:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48737#M8081</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-04T14:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict values to 2 decimal points without rounding it off?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48738#M8082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Floor() will helps you. Can you share image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 15:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48738#M8082</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-04T15:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict values to 2 decimal points without rounding it off?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48739#M8083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;Try using this&lt;/P&gt;&lt;P&gt;num(expression,'#,##.##');&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;num(expression,'#,##.00');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 04:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48739#M8083</guid>
      <dc:creator>jothimala</dc:creator>
      <dc:date>2018-06-05T04:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict values to 2 decimal points without rounding it off?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48740#M8084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;floor(0.556, 0.01) gives 0.55&lt;/P&gt;&lt;P&gt;what's wrong for you ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-values-to-2-decimal-points-without-rounding-it/m-p/48740#M8084</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-06-05T10:23:07Z</dc:date>
    </item>
  </channel>
</rss>

