<?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: Anyone recognise these characters from Excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10214#M1586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could quite easily detect what special chars are included (within the excel - that they aren't displayed there doesn't mean that they didn't exists there) by using something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ord(left(YourField, 1))&lt;/P&gt;&lt;P&gt;ord(right(YourField, 1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with this knowledge you could easily exclude them, for example with purgechar().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 10:29:26 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-06-12T10:29:26Z</dc:date>
    <item>
      <title>Anyone recognise these characters from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10212#M1584</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;We've received some data from a client using a new finance system.&amp;nbsp; It looks like some sort of encoding in the data (this is a screenshot from QlikView).&amp;nbsp; The issue is we can't see the characters in the original XLSX file we received and it only appears in QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts on what they are and how to get rid of them appreciated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should add it's not all lines.&amp;nbsp; Some don't have these chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="204868" alt="special characters.png" class="jive-image image-1" src="/legacyfs/online/204868_special characters.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 19:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10212#M1584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T19:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone recognise these characters from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10213#M1585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want only middle numbers/code/name? If yes, use subfield or right/left function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 20:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10213#M1585</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-06-11T20:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone recognise these characters from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10214#M1586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could quite easily detect what special chars are included (within the excel - that they aren't displayed there doesn't mean that they didn't exists there) by using something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ord(left(YourField, 1))&lt;/P&gt;&lt;P&gt;ord(right(YourField, 1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with this knowledge you could easily exclude them, for example with purgechar().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 10:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10214#M1586</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-12T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone recognise these characters from Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10215#M1587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way of doing is to use the following that will only keep the upper and lower case letters plus numbers and spaces add others if you need them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(Field1,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456879 ') AS Field1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 10:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Anyone-recognise-these-characters-from-Excel/m-p/10215#M1587</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2018-06-12T10:57:21Z</dc:date>
    </item>
  </channel>
</rss>

