<?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: Filtering listbox on: Only numbers. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749826#M1022962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I needed! Thanks alot! Also Deepak Sibi thanks for your input, maybe I can use that another time. My example were not dates though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 14:40:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-19T14:40:08Z</dc:date>
    <item>
      <title>Filtering listbox on: Only numbers.</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749821#M1022957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all*,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Ive got a straight forward and simple question, yet I could not find a corresponding topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a listbox with expression: =Left(information, 2) selecting only the 2 first values of the information. Its all numbers, but there is some trash in the data source which are letters. (And a dropdown box?....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I filter anything but numbers out of my listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749821#M1022957</guid>
      <dc:creator />
      <dc:date>2015-03-19T13:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering listbox on: Only numbers.</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749822#M1022958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not &lt;STRONG&gt;IsNum&lt;/STRONG&gt;(YourField) ?&lt;/P&gt;&lt;P&gt;And if you are looking to discard the sub-string, try using PurgeChar(), like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PurgeChar&lt;/STRONG&gt;(YourField, '0123456789')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749822#M1022958</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-03-19T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering listbox on: Only numbers.</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749823#M1022959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thx for the suggestion, but its not working because of this I think:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The raw data is in this format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00-00&lt;/P&gt;&lt;P&gt;01-34&lt;/P&gt;&lt;P&gt;02-24&lt;/P&gt;&lt;P&gt;TEXT&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I set my expresion:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;=Left(information, 2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The following is shown:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00&lt;/P&gt;&lt;P&gt;01&lt;/P&gt;&lt;P&gt;02&lt;/P&gt;&lt;P&gt;TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the TEXT is also unwanted. But If I say in my expresion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;=Left(YourField, 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp; =Not &lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;IsNum&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;(YourField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing is shown, probably because it looks at the original raw data, which contains a "-" sign.&lt;/P&gt;&lt;P&gt;Got any alternative suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749823#M1022959</guid>
      <dc:creator />
      <dc:date>2015-03-19T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering listbox on: Only numbers.</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749824#M1022960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/Dutchsky"&gt;Dutchsky&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;This may helpful!&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And try with this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN class="Code"&gt;left( Date, index( Date,'-') -1 )&lt;/SPAN&gt; where &lt;SPAN class="Italic"&gt;Date&lt;/SPAN&gt; = 1997-07-14 returns &lt;SPAN class="Italic"&gt;1997&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749824#M1022960</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-03-19T13:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering listbox on: Only numbers.</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749825#M1022961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dutchsky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this out: i&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;f&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;IsNum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;DATA&lt;/SPAN&gt;,2)),(&lt;SPAN style="color: #0000ff;"&gt;Left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;DATA&lt;/SPAN&gt;,2))) Example attached&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749825#M1022961</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-19T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering listbox on: Only numbers.</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749826#M1022962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I needed! Thanks alot! Also Deepak Sibi thanks for your input, maybe I can use that another time. My example were not dates though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-listbox-on-Only-numbers/m-p/749826#M1022962</guid>
      <dc:creator />
      <dc:date>2015-03-19T14:40:08Z</dc:date>
    </item>
  </channel>
</rss>

