<?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: How to remove null and special character in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408761#M512888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although a better option would be to derive a clean name field in the load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Client name] as &lt;SPAN style="font-size: 13.3333px;"&gt;[Client name RAW],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&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: 13px;"&gt;KeepChar([Client name], 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz')&lt;/SPAN&gt; as &lt;SPAN style="font-size: 13.3333px;"&gt;[Client name]&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 07:57:47 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-12-15T07:57:47Z</dc:date>
    <item>
      <title>How to remove null and special character in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408758#M512885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;My source like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client name&lt;/P&gt;&lt;P&gt;(Null data)&lt;/P&gt;&lt;P&gt;[Raju,"ramu"]&lt;/P&gt;&lt;P&gt;[Ravi,/u206] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excapted o/p is&lt;/P&gt;&lt;P&gt;Client name&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;P&gt;Ramu&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 07:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408758#M512885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-15T07:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null and special character in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408759#M512886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the expression in the list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=KeepChar([Client name], 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 07:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408759#M512886</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-12-15T07:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null and special character in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408760#M512887</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;TEXT(IF(SUBSTRINGCOUNT(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Client name,','&lt;/SPAN&gt;)=1,SUBFIELD(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Client name,','&lt;/SPAN&gt;),'NA'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 07:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408760#M512887</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-12-15T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null and special character in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408761#M512888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although a better option would be to derive a clean name field in the load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Client name] as &lt;SPAN style="font-size: 13.3333px;"&gt;[Client name RAW],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&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: 13px;"&gt;KeepChar([Client name], 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz')&lt;/SPAN&gt; as &lt;SPAN style="font-size: 13.3333px;"&gt;[Client name]&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 07:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408761#M512888</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-12-15T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove null and special character in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408762#M512889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/187085_Capture.JPG" style="height: 184px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/187086_Capture2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 08:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-null-and-special-character-in-list-box/m-p/1408762#M512889</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-12-15T08:01:08Z</dc:date>
    </item>
  </channel>
</rss>

