<?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: List box only need alphabetic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50661#M605563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both of you it worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 16:19:04 GMT</pubDate>
    <dc:creator>everest226</dc:creator>
    <dc:date>2018-04-17T16:19:04Z</dc:date>
    <item>
      <title>List box only need alphabetic</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50658#M605560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have a list box with numerical and alphabetical value,&amp;nbsp; how to show only alphabetical value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asd&lt;/P&gt;&lt;P&gt;hsbd&lt;/P&gt;&lt;P&gt;dfd&lt;/P&gt;&lt;P&gt;251&lt;/P&gt;&lt;P&gt;152544&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sdfd&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50658#M605560</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2018-04-17T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: List box only need alphabetic</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50659#M605561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsText(Field), Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50659#M605561</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-17T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: List box only need alphabetic</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50660#M605562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;In your listbox General tab -&amp;gt; Field - Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ISNUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Alphabet&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Alphabet&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;OR &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Alphabet&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Alphabet&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50660#M605562</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-17T16:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: List box only need alphabetic</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50661#M605563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both of you it worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50661#M605563</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2018-04-17T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: List box only need alphabetic</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50662#M605564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try this way&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;LOAD*, PurgeChar(MyField,'01234567890') as New;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;MyField&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; asd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hsbd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 251&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152544&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdfd&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-only-need-alphabetic/m-p/50662#M605564</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-04-17T16:46:17Z</dc:date>
    </item>
  </channel>
</rss>

