<?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 Check whether the value is number or not in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572879#M213401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load some large Excel documents with numeric value and then show them in table chart.&lt;/P&gt;&lt;P&gt;I would like to make control on load to check if somebody enter letter in Excel document.&lt;/P&gt;&lt;P&gt;It would be the best If I could show that field in some table to know what I should rewrite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 12:56:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-14T12:56:11Z</dc:date>
    <item>
      <title>Check whether the value is number or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572879#M213401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load some large Excel documents with numeric value and then show them in table chart.&lt;/P&gt;&lt;P&gt;I would like to make control on load to check if somebody enter letter in Excel document.&lt;/P&gt;&lt;P&gt;It would be the best If I could show that field in some table to know what I should rewrite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 12:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572879#M213401</guid>
      <dc:creator />
      <dc:date>2014-04-14T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether the value is number or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572880#M213402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some functions thata test if a value is Numerical or is Null&lt;/P&gt;&lt;P&gt;Isnum(Value)&lt;/P&gt;&lt;P&gt;IsNull(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you load your data you can set flags something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(isnum(myField), myField, 'X') as myFieldFlag&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this way all values having 'X' will contains wrong values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572880#M213402</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-14T13:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether the value is number or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572881#M213403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx for reply,&lt;/P&gt;&lt;P&gt;I will check now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/572881#M213403</guid>
      <dc:creator />
      <dc:date>2014-04-14T13:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether the value is number or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/1561827#M441349</link>
      <description>&lt;P&gt;Simple IsNum may not always work. Try this also:&lt;/P&gt;&lt;P&gt;isnum( Num# (Field) )&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 11:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-the-value-is-number-or-not/m-p/1561827#M441349</guid>
      <dc:creator>SlimJim</dc:creator>
      <dc:date>2019-03-27T11:09:06Z</dc:date>
    </item>
  </channel>
</rss>

