<?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: Searching for a character in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766191#M1685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does the ID stand for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My field name from the load statement is &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 21:27:49 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2014-11-05T21:27:49Z</dc:date>
    <item>
      <title>Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766181#M1675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a Qlikview app studying Twitter. What I want to do is create a list box that searches the tweets (from field ID twCONTENT) which is the the tweet itself, and produces tweets with characters such as "#" (for hashtags) and "A" (for at replies, mentions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766181#M1675</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2014-11-04T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766182#M1676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the magnifying glass icon on the top right of the listbox of the field that contains the characters you're looking for. Enter the # character to find the tweets with a # character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 10:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766182#M1676</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-05T10:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766183#M1677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response.  I see how to do that but I want a list box that contains only those fields with a #. Is there a way to do this in my script; such as clean the field, which is tweet text to return only those tweets with a # and rename that field Hashtag and create a list box from this new field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my Verizon Wireless 4G LTE smartphone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 12:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766183#M1677</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2014-11-05T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766184#M1678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can load only the records where the tweet text contains a # character:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HashTagTweets:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;...some fields ...,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TweetTextField as Hashtag,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...some more fields....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;...some source...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; substringcount(TweetTextField, '#')&amp;gt;0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766184#M1678</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-05T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766185#M1679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use&amp;nbsp; as Gysbert mentioned but use this WHERE function instead.&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;TweetTextField Like '#*';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766185#M1679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766186#M1680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or just simply use this in the table containing the TweetTextField&lt;/P&gt;&lt;P&gt;If (Left(TweetTextField,1) = '#', TweetTextField) As Hashtag,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766186#M1680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766187#M1681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nils -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the field that contains the tweet text is called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I alter your statement to include the correct field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for this rudimentary question, I am quite the novice user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evan Barrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766187#M1681</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2014-11-05T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766188#M1682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No problem. This is the simplest way of doing it. This requires the field to start with a hashtag, if the field contains other symbols or letters this can be handled but not with the below solution.&lt;/P&gt;&lt;P&gt;Ok, in the script where the field containing the tweets are loaded it will look something like this&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomthingA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomthingB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IDtwContent,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Left(IDtwContent,1)='#',IDtwContent) AS Hashtag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomthingC,&lt;/P&gt;&lt;P&gt; From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomeSource;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766188#M1682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766189#M1683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nils -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again. So in my scenario, I am searching tweets that contain up to 140 characters. Some start with a #, some don't. I want to be able to produce any tweet that contains a # without altering the cotnent of the field at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your thoughts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evan Barrifk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766189#M1683</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2014-11-05T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766190#M1684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, in this case I would replace the IF- statement above with this one instead.&lt;/P&gt;&lt;P&gt;IF(IDtwContent LIKE '*#*', IDtwContent) AS Hashtag,&lt;/P&gt;&lt;P&gt;This will create a field called Hashtag containing all values from the field IDtwContent containing a #.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766190#M1684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T21:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766191#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does the ID stand for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My field name from the load statement is &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766191#M1685</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2014-11-05T21:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766192#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must have misunderstood your field name. The IDtwContent in my example is what I thought your field was called. Replace this with the field name you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766192#M1686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T21:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766193#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my Verizon Wireless 4G LTE smartphone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766193#M1687</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2014-11-05T21:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a character</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766194#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;If so please mark as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Searching-for-a-character/m-p/766194#M1688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T21:38:15Z</dc:date>
    </item>
  </channel>
</rss>

