<?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: alphanumeric values in listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731063#M1065958</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;purgechar (yourfield, '01234567890')&amp;nbsp; --&amp;gt; To get Text Values&lt;/P&gt;&lt;P&gt;keepchar&amp;nbsp; (yourfield, '01234567890')&amp;nbsp; --&amp;gt; To get numerical Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 12:18:53 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-09-18T12:18:53Z</dc:date>
    <item>
      <title>alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731058#M1065952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have Number field which contains mixed values like 001,AB1,005,etc...&lt;/P&gt;&lt;P&gt;I want to filter the values other than numbers in one field ...&lt;/P&gt;&lt;P&gt;I used the following expression which work as my desire but it shows only value select other are&lt;/P&gt;&lt;P&gt;hidden because of only function, i want the listbox which always shows the alphanumeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;Number-={"=if(isnum(Number),Number)"}&amp;gt;}Number),Number)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731058#M1065952</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2014-09-18T12:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731059#M1065953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please let us know what is the meaning of &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I want to filter the values other than numbers in one field ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731059#M1065953</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-18T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731060#M1065955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;STRONG&gt;purgechar ( 'a1b2c3','123' ) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;returns '&lt;SPAN class="Italic"&gt;abc&lt;/SPAN&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731060#M1065955</guid>
      <dc:creator />
      <dc:date>2014-09-18T12:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731061#M1065956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;purgechar &lt;/STRONG&gt;(yourfield, '01234567890')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731061#M1065956</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-18T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731062#M1065957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this demo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;PurgeChar(field,'0123456789') as newfield;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ab1&lt;/P&gt;&lt;P&gt;012df&lt;/P&gt;&lt;P&gt;gh5j&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731062#M1065957</guid>
      <dc:creator />
      <dc:date>2014-09-18T12:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731063#M1065958</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;purgechar (yourfield, '01234567890')&amp;nbsp; --&amp;gt; To get Text Values&lt;/P&gt;&lt;P&gt;keepchar&amp;nbsp; (yourfield, '01234567890')&amp;nbsp; --&amp;gt; To get numerical Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731063#M1065958</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-18T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731064#M1065959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use purgechar(Numberfield,'0123456789') you only get the part without numbers&lt;/P&gt;&lt;P&gt;you say you want a listbox containing all non numeric fields&lt;/P&gt;&lt;P&gt;can you use an Expression in the listbox with the purgechar function?&lt;/P&gt;&lt;P&gt;in the listbox you will always see all values (some green, some white, some gray)&lt;BR /&gt; as Long as you didnot select "exclude"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731064#M1065959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-18T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731065#M1065960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MRKachhiaIMP"&gt;MRKachhiaIMP&lt;/A&gt;&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you understand the expression i used for that listbox ..you will know what i want..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 12:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alphanumeric-values-in-listbox/m-p/731065#M1065960</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2014-09-18T12:26:37Z</dc:date>
    </item>
  </channel>
</rss>

