<?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: converstion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924883#M528431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;99.996817129 rounded to 2 decimal places will round to 100.00, not 99.99&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If 99.99 is what you want you will need to explain how you came to that number - it is not just rounded.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 11:08:14 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-09-10T11:08:14Z</dc:date>
    <item>
      <title>converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924877#M528425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to display 99.996817129 to 99.99 in text object how to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924877#M528425</guid>
      <dc:creator />
      <dc:date>2015-09-10T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924878#M528426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: floor(Number, 0.01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924878#M528426</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-10T10:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924879#M528427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Num(value,0.00)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924879#M528427</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-10T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924880#M528428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=floor(99.996817129,0.01)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924880#M528428</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-10T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924881#M528429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=floor(99.996817129,0.01)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924881#M528429</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-09-10T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924882#M528430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilanjan, for text boxes it is helpful to use the num function. The above solutions are correct but if you want to make sure you always format the number correctly you can wrap it in the num function as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(floor(99.996817129,0.01),'# ##0.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use any number format for the way you want to display the number. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924882#M528430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: converstion</title>
      <link>https://community.qlik.com/t5/QlikView/converstion/m-p/924883#M528431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;99.996817129 rounded to 2 decimal places will round to 100.00, not 99.99&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If 99.99 is what you want you will need to explain how you came to that number - it is not just rounded.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converstion/m-p/924883#M528431</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-10T11:08:14Z</dc:date>
    </item>
  </channel>
</rss>

