<?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 limit the decimals in Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140254#M521689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num('&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;43.539290780812','######0.00')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;num(field_name,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'######0.00'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 10:02:28 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-05-13T10:02:28Z</dc:date>
    <item>
      <title>How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140250#M521685</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;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;How to limit the decimals in Text Object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;i got 43.539290780812 for my calculation&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;‌I need to show 43.53 in text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me to solve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;AR UMAMAHESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 09:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140250#M521685</guid>
      <dc:creator />
      <dc:date>2016-05-13T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140251#M521686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Num() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(YourExpression, '#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140251#M521686</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140252#M521687</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 this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num(fieldname&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#.##') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;fieldname - it can be an expression too&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140252#M521687</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2016-05-13T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140253#M521688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this to floor your value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Floor('43.539290780812', 0.01)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140253#M521688</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140254#M521689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num('&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;43.539290780812','######0.00')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;num(field_name,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'######0.00'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140254#M521689</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-13T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140255#M521690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=floor(YourExpression, 0.01)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140255#M521690</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-13T10:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140256#M521691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Thanks Sunny&lt;/P&gt;&lt;P class=""&gt;It's working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140256#M521691</guid>
      <dc:creator />
      <dc:date>2016-05-13T10:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the decimals in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140257#M521692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Thank you very much you all&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Thanks,&lt;/P&gt;&lt;P class=""&gt;AR UMAMAHESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 10:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-decimals-in-Text-Object/m-p/1140257#M521692</guid>
      <dc:creator />
      <dc:date>2016-05-13T10:19:45Z</dc:date>
    </item>
  </channel>
</rss>

