<?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 Decimal value problem in a text box object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469592#M175384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i want to put two values after decimals.&lt;/P&gt;&lt;P&gt;For Example for 7945694.2234&lt;/P&gt;&lt;P&gt;I want 7945694.22 in my text box object.&lt;/P&gt;&lt;P&gt;I tried it using "Num Floor and Left"--&amp;gt;shows nothing after decimal&lt;/P&gt;&lt;P&gt;I also Tried It using "Subfield"--&amp;gt;shows nothing after decimal.&lt;/P&gt;&lt;P&gt;Even tried Num(),'#.##' or 0.00--&amp;gt;Gives 00 after decimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 10:58:54 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2013-03-22T10:58:54Z</dc:date>
    <item>
      <title>Decimal value problem in a text box object?</title>
      <link>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469592#M175384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i want to put two values after decimals.&lt;/P&gt;&lt;P&gt;For Example for 7945694.2234&lt;/P&gt;&lt;P&gt;I want 7945694.22 in my text box object.&lt;/P&gt;&lt;P&gt;I tried it using "Num Floor and Left"--&amp;gt;shows nothing after decimal&lt;/P&gt;&lt;P&gt;I also Tried It using "Subfield"--&amp;gt;shows nothing after decimal.&lt;/P&gt;&lt;P&gt;Even tried Num(),'#.##' or 0.00--&amp;gt;Gives 00 after decimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 10:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469592#M175384</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-03-22T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal value problem in a text box object?</title>
      <link>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469593#M175385</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(7945694.2234,'#,##0.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 11:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469593#M175385</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-22T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal value problem in a text box object?</title>
      <link>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469594#M175386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num('7945694.2234' ,'#.00','.',',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or simply write this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num('7945694.2234', .00,'.',',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 11:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469594#M175386</guid>
      <dc:creator />
      <dc:date>2013-03-22T11:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal value problem in a text box object?</title>
      <link>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469595#M175387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Round Function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Round(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;7945694.2234&lt;/SPAN&gt;,0.01) will return &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;7945694.22 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 11:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469595#M175387</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-03-22T11:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal value problem in a text box object?</title>
      <link>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469596#M175388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(7945694.2234,'##.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 15:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Decimal-value-problem-in-a-text-box-object/m-p/469596#M175388</guid>
      <dc:creator />
      <dc:date>2013-03-22T15:13:37Z</dc:date>
    </item>
  </channel>
</rss>

