<?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 Developer's error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286766#M708533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used LEFT(RATE,8) and since i have gone through all the data and it contains all till 8 feilds only i have got what i want thnx guys this R&amp;amp;D would not have been possible without your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 11:39:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-01T11:39:26Z</dc:date>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286759#M708526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a field in table called Rate and its value are in decimal eg 19300.00&amp;nbsp; 1&amp;nbsp; here i have a problem i have to do data massaging to remove the unwanted 1 which is present kindly help guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 07:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286759#M708526</guid>
      <dc:creator />
      <dc:date>2011-11-01T07:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286760#M708527</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;Use Round( ) function&lt;/P&gt;&lt;P&gt;Like Round( YourColumn, 0.1 )&lt;/P&gt;&lt;P&gt;or you can also set the decimal place in the chart properties in the number tab select Expression -&amp;gt; Fixed to&amp;nbsp; -&amp;gt; 2 Dicimal place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 08:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286760#M708527</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-11-01T08:08:57Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286761#M708528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx but im loosing my data also there are not only this&amp;nbsp; value i have many value is 1289.34&amp;nbsp; 1..and different more&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 08:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286761#M708528</guid>
      <dc:creator />
      <dc:date>2011-11-01T08:17:51Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286762#M708529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all i want to remove i that 1 after that value...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 08:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286762#M708529</guid>
      <dc:creator />
      <dc:date>2011-11-01T08:20:43Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286763#M708530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use subfield function to truncate unwatned number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg : num(SubField('19300.020&amp;nbsp; 1',' ',1),'##0.0##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 08:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286763#M708530</guid>
      <dc:creator />
      <dc:date>2011-11-01T08:24:24Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286764#M708531</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;Try to make whole column in num like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;num( Rate &lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;'#,##0.##&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;', &lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;'.'&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 08:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286764#M708531</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-11-01T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286765#M708532</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;Do you share any sample file for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286765#M708532</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-11-01T11:03:27Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286766#M708533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used LEFT(RATE,8) and since i have gone through all the data and it contains all till 8 feilds only i have got what i want thnx guys this R&amp;amp;D would not have been possible without your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286766#M708533</guid>
      <dc:creator />
      <dc:date>2011-11-01T11:39:26Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286767#M708534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left(Index(RATE,'.')-1)&amp;amp;mid(RATE,Index(RATE,'.'),3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to form this piece of code and got my problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 14:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286767#M708534</guid>
      <dc:creator />
      <dc:date>2011-11-01T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Developer's error</title>
      <link>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286768#M708535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first collected the '.' position by using Index() then found the 2 values after dot and append with the value beofre '.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 14:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developer-s-error/m-p/286768#M708535</guid>
      <dc:creator />
      <dc:date>2011-11-01T14:31:10Z</dc:date>
    </item>
  </channel>
</rss>

