<?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 special character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34319#M5809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably define at least 5 Rows which is not relevant to each&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2018 12:41:43 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-03-01T12:41:43Z</dc:date>
    <item>
      <title>How to remove special character</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34317#M5807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My source like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sno,&amp;nbsp; Snd&lt;/P&gt;&lt;P&gt;1,["XXX","RRR \u0026 OOO"]&lt;/P&gt;&lt;P&gt;2,&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4,xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPACTED O/P&lt;/P&gt;&lt;P&gt;we wanrt filter level give snd showing below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snd listobject level blank is sowhing "NA" chart level it showing blank&lt;/P&gt;&lt;P&gt;Snd&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;RRR&amp;amp;OOO&lt;/P&gt;&lt;P&gt;NA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expacted o/p in chart level&lt;/P&gt;&lt;P&gt;Sno,Snd&lt;/P&gt;&lt;P&gt;1,XXX,RRR&amp;amp;OOO&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4,XXX&lt;/P&gt;&lt;P&gt;How it will get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 11:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34317#M5807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T11:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special character</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34318#M5808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a small number of these enitity encoded characters, you could use a mapping table and the MapSubstring command to apply the changes. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAP_ENCODINGS:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Code, Char&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; \u0026, &amp;amp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// add more encodings per your requirements&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Result:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Sno,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Snd as Snd_ORIG,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; MapSubstring('MAP_ENCODINGS', Snd) as Snd&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ....&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34318#M5808</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-01T12:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special character</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34319#M5809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably define at least 5 Rows which is not relevant to each&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34319#M5809</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-03-01T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special character</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34320#M5810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;My souece like below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno,snd,name&lt;/P&gt;&lt;P&gt;1,["A","b","c\u0026 n"],raju&lt;/P&gt;&lt;P&gt;2,["d","e","f"],ravi&lt;/P&gt;&lt;P&gt;3,,ramu&lt;/P&gt;&lt;P&gt;4,,Nani&lt;/P&gt;&lt;P&gt;I am expacted in list box level&lt;/P&gt;&lt;P&gt;snd&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;c&amp;amp;n&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;e&lt;/P&gt;&lt;P&gt;f&lt;/P&gt;&lt;P&gt;Na&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and chart level&lt;/P&gt;&lt;P&gt;when ever clik on "NA" in lis box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno,snd,name&lt;/P&gt;&lt;P&gt;1,,raju,&lt;/P&gt;&lt;P&gt;2,,ravi&lt;/P&gt;&lt;P&gt;3,,Ramu&lt;/P&gt;&lt;P&gt;4,,Nani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when ever select snd listbox inside "A" o/p like below..&lt;/P&gt;&lt;P&gt;sno,snd,name,&lt;/P&gt;&lt;P&gt;1,a,b,c&amp;amp;d.raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34320#M5810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T13:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special character</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34321#M5811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this output&amp;nbsp; is so many rows?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;sno,snd,name&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;1,["A","b","c\u0026 n"],raju&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;2,["d","e","f"],ravi&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;3,,ramu&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;4,,Nani&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I am expacted in list box level&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;snd&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;a&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;b&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;c&amp;amp;n&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;d&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;e&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;f&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Na&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34321#M5811</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-01T13:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special character</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34322#M5812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 14:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-character/m-p/34322#M5812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T14:10:31Z</dc:date>
    </item>
  </channel>
</rss>

