<?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: Numbers not detecting from excel file. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941433#M324574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num#( KeepChar(trim(HeadCount),'0123456789')) as HeadCount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 06:55:53 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-18T06:55:53Z</dc:date>
    <item>
      <title>Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941424#M324565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with an excel file.&lt;/P&gt;&lt;P&gt;i have headcount from excel file. i created qvds for it. but when i try to get the sum of the headcount. its not giving me the exact count.&lt;/P&gt;&lt;P&gt;there is some kind of formatting in the excelfile which i cant figure out. please find the app attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941424#M324565</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2015-08-18T06:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941425#M324566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attached your excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941425#M324566</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-08-18T06:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941426#M324567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;Num#(trim(HeadCount)) as HeadCount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941426#M324567</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T06:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941427#M324568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try saving the excel file into a csv file and open it with a text editor. Maybe there you will see the format of the numbers and if it's giving you trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try to load that csv file into QlikView and see if the results are the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941427#M324568</guid>
      <dc:creator />
      <dc:date>2015-08-18T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941428#M324569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When reading from the intermediate QVD, instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Num#(HeadCount) AS HeadCount, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Num#(trim(HeadCount)) AS HeadCount, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leading and/or trailing spaces are often close to invisible in listboxes. But the fact that some HeadCount values are left-aligned (meaning that they are strings) should give you a clue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941428#M324569</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-18T06:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941429#M324570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941429#M324570</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2015-08-18T06:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941430#M324571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Excel file Field format is not proper. Some values are text and some are numbers. Create the field in script using below conditions it will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNum(HeadCount),HeadCount, KeepChar(trim(HeadCount),'0123456789')) as HeadCount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941430#M324571</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-18T06:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941431#M324572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no hope &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941431#M324572</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2015-08-18T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941432#M324573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can remove all kinds of whitespace when loading the data in (when loading from Excel, values should already be trim()'med by default, I believe):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num#( &lt;EM&gt;Purgechar( HeadCount, Chr(09) &amp;amp; Chr(32) &amp;amp; Chr(160) &amp;amp; Chr(12288))&lt;/EM&gt; ) as HeadCount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this resolves your issue, it's best to do this when preparing the QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941432#M324573</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-18T06:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941433#M324574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num#( KeepChar(trim(HeadCount),'0123456789')) as HeadCount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941433#M324574</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T06:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941434#M324575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941434#M324575</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2015-08-18T06:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers not detecting from excel file.</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941435#M324576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also simplify further&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(trim(HeadCount),'0123456789')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 07:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-not-detecting-from-excel-file/m-p/941435#M324576</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-18T07:01:14Z</dc:date>
    </item>
  </channel>
</rss>

