<?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: Finding and pulling out text within a text string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361126#M134092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi, Found the following link and hope it will help. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/88469#88469#88469"&gt;http://community.qlik.com/message/88469#88469&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; Regards. siva sankar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 15:52:27 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2012-06-20T15:52:27Z</dc:date>
    <item>
      <title>Finding and pulling out text within a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361125#M134091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hoping to find a way to find and pull specific links out of twitter posts. I have the list of links I am looking for, but I'm having trouble finding a way to search and pull them out of the text string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can use WildMatch to find them with something like the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WildMatch(Tweet,'*Link1*','*Link2*','*Link3*') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then mapping that to a table that would look like the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping Table&lt;/P&gt;&lt;P&gt;Generic Load&lt;/P&gt;&lt;P&gt;1, Link 1&lt;/P&gt;&lt;P&gt;2, Link 2&lt;/P&gt;&lt;P&gt;3, Link 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was hoping to do was replace the '*Link1*','*Link2*','*Link3*' part with something more dynamic, so that it wouldn't have to contain 50+ links that I would have to match up exactly to the mapping table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: To summarize, what I am trying to do is look through a string of disourganized text to see if it contains another piece of text within a table, and if so return that text from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361125#M134091</guid>
      <dc:creator />
      <dc:date>2012-06-20T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding and pulling out text within a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361126#M134092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi, Found the following link and hope it will help. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/88469#88469#88469"&gt;http://community.qlik.com/message/88469#88469&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; Regards. siva sankar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361126#M134092</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2012-06-20T15:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding and pulling out text within a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361127#M134093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately that problem was slightly too simple to provide any help. What I'm looking to do is find a set of possible terms within a text string and isolate them, not just replace the name of set text categorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 16:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361127#M134093</guid>
      <dc:creator />
      <dc:date>2012-06-20T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding and pulling out text within a text string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361128#M134094</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;&lt;SPAN&gt;Have a look at my solution to this post - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/221951#221951#221951"&gt;http://community.qlik.com/message/221951#221951&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, you need to use a variable that dynamically builds the comma delimited values to pass to the WildMatch() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 19:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-and-pulling-out-text-within-a-text-string/m-p/361128#M134094</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T19:30:05Z</dc:date>
    </item>
  </channel>
</rss>

