<?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: Identify Emoji / Unicode &amp;gt;x in Text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8120#M607676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent - works! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jan 2018 16:36:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-27T16:36:14Z</dc:date>
    <item>
      <title>Identify Emoji / Unicode &gt;x in Text</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8118#M607674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, help appreciated on this one, I have searched far and wide to no avail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building a simple Whatsapp chat analyser in Qlikview and I want to be able to tell which messages have emoji in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input data is a text file from Whatapp I have imported to excel which makes the messages look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see the game last night? ðŸ”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. the emoji have been replaced by their unicode character. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then load the excel file into Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My research so far has uncovered that these special characters have a unicode value greater than 128 so I was trying to find a way to loop through the letters in text to look for those with unicode &amp;gt; 128 (noting that Ord('character') gives the unicode value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to create a column that shows if a message has emoji so I can count the number of messages containing emoji.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8118#M607674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-27T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Emoji / Unicode &gt;x in Text</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8119#M607675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something along these lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;LOAD Recno() as ID, * INLINE [&lt;/P&gt;&lt;P&gt;WhatsappText&lt;/P&gt;&lt;P&gt;Did you see the game last night? ðŸ”&lt;/P&gt;&lt;P&gt;Standard Text&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Input)&lt;/P&gt;&lt;P&gt;LOAD ID, Max(OrdFlag) as Flag GROUP BY ID;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *, If(Ord&amp;gt;128,1,0) as OrdFlag;&lt;/P&gt;&lt;P&gt;LOAD ID, Iterno() as CharNo, Ord(Mid(WhatsappText,Iterno(),1)) as Ord, Mid(WhatsappText,Iterno(),1) as Char&lt;/P&gt;&lt;P&gt;RESIDENT Input&lt;/P&gt;&lt;P&gt;While iterno() &amp;lt;= Len(WhatsappText);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 14:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8119#M607675</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-27T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Emoji / Unicode &gt;x in Text</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8120#M607676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent - works! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 16:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Emoji-Unicode-gt-x-in-Text/m-p/8120#M607676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-27T16:36:14Z</dc:date>
    </item>
  </channel>
</rss>

