<?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: TextBetween some symbols in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720509#M258754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please specify the pattern you are following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: something_emailid_something_somename&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 06:18:12 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-08-06T06:18:12Z</dc:date>
    <item>
      <title>TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720501#M258746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Please help me.. This is urgent for me...&lt;/P&gt;&lt;P&gt;I have a feild having values like below:-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;shamly.gmail.com&lt;/P&gt;&lt;P&gt;abc_shamly.gmail.com&lt;/P&gt;&lt;P&gt;kevin.gmail.com&lt;/P&gt;&lt;P&gt;abc_george.gmail.com&lt;/P&gt;&lt;P&gt;abc_def_shamly.gmail.com&lt;/P&gt;&lt;P&gt;abc_shamly&lt;/P&gt;&lt;P&gt;shamly&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;P&gt;george&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need only the nams from all the feilds. Some name entries are there as default(kevin, shamly, george). I need those as such and shamy from other entries which has&lt;STRONG&gt; '_ 'and '.'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; . So I used TextBetween function. But it is not giving me for all. Please help me to get only NAME from all the given possibilities of name entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'.',1))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I tried this also &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '_', '.',1)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please help me quickly friends... this is vey important for me today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shamly P.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720501#M258746</guid>
      <dc:creator />
      <dc:date>2014-08-06T04:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720502#M258747</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;Use WildMatch function to get this done. Something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WildMatch(Name, '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;shamly&lt;/SPAN&gt;*'), 'S&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hamly&lt;/SPAN&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720502#M258747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-06T04:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720503#M258748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WildMatch(Name, '*&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;shamly&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;*'), 'SHAMLY&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;') as Name&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720503#M258748</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-06T04:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720504#M258749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satyadev,&lt;/P&gt;&lt;P&gt;Sorry to notify late. Shamly is not a unique entry. It can have any number of different names like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shamly.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_kevin.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_shamly.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_def_george.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_shamly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shamly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get only the names…?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shamly P T&lt;/P&gt;&lt;P&gt;Program Transformation Office&lt;/P&gt;&lt;P&gt;• Mobile: +91 - 8088266881&lt;/P&gt;&lt;P&gt;• Email: shamly.t95@wipro.com&amp;lt;mailto:shamly.t95@wipro.com&amp;gt;&lt;/P&gt;&lt;P&gt;“Whatever the mind can conceive and believe,it can achieve”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720504#M258749</guid>
      <dc:creator />
      <dc:date>2014-08-06T04:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720505#M258750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satyadev,&lt;/P&gt;&lt;P&gt;Sorry to notify late. Shamly is not a unique entry. It can have any number of different names like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shamly.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_kevin.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_shamly.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_def_george.gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc_shamly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shamly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get only the names…?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shamly P T&lt;/P&gt;&lt;P&gt;Program Transformation Office&lt;/P&gt;&lt;P&gt;• Mobile: +91 - 8088266881&lt;/P&gt;&lt;P&gt;• Email: shamly.t95@wipro.com&amp;lt;mailto:shamly.t95@wipro.com&amp;gt;&lt;/P&gt;&lt;P&gt;“Whatever the mind can conceive and believe,it can achieve”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720505#M258750</guid>
      <dc:creator />
      <dc:date>2014-08-06T04:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720506#M258751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAA:&lt;BR /&gt;Load *, Subfield(Name,'.',1) AS NewName Inline [&lt;BR /&gt;Name&lt;BR /&gt;shamly.gmail.com&lt;BR /&gt;abc_kevin.gmail.com&lt;BR /&gt;abc_shamly.gmail.com&lt;BR /&gt;abc_def_george.gmail.com&lt;BR /&gt;abc_shamly&lt;BR /&gt;shamly&lt;BR /&gt;kevin&lt;BR /&gt;George&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;BBB:&lt;BR /&gt;Load *,&lt;BR /&gt;if(len(Subfield(NewName,'_',3))&amp;gt;3,Subfield(NewName,'_',3),&lt;BR /&gt;if(len(Subfield(NewName,'_',2))&amp;gt;3,Subfield(NewName,'_',2),&lt;BR /&gt;if(len(Subfield(NewName,'_',1))&amp;gt;3,Subfield(NewName,'_',1),NewName))) AS LatestName&lt;BR /&gt;Resident AAA;&lt;BR /&gt;DROP Table AAA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hop that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 04:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720506#M258751</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-08-06T04:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720507#M258752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load Name,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; TextBetween('_'&amp;amp;Name&amp;amp;'.', '_','.',If(SubStringCount(Name,'_')=0,1,SubStringCount(Name,'_')+1)) as NewNames;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;shamly.gmail.com&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;abc_kevin.gmail.com&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;abc_shamly.gmail.com&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;abc_def_george.gmail.com&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;abc_shamly&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;shamly &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;kevin &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;George]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 05:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720507#M258752</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-06T05:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720508#M258753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Shamly&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(SubField(Name, '.', 1), '_', SubStringCount(Name, '_')+1) as NewName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 06:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720508#M258753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-06T06:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720509#M258754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please specify the pattern you are following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: something_emailid_something_somename&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 06:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720509#M258754</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-08-06T06:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720510#M258755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14075405348488412 jive_macro_code" jivemacro_uid="_14075405348488412"&gt;
&lt;P&gt;tabNames:&lt;/P&gt;
&lt;P&gt;LOAD Name, SubField(NameNew, '_', SubStringCount(NameNew, '_')+1) as NameNew;&lt;/P&gt;
&lt;P&gt;LOAD Name, SubField(Name, '.', 1) as NameNew&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;Name&lt;/P&gt;
&lt;P&gt;shamly.gmail.com&lt;/P&gt;
&lt;P&gt;abc_shamly.gmail.com&lt;/P&gt;
&lt;P&gt;kevin.gmail.com&lt;/P&gt;
&lt;P&gt;abc_george.gmail.com&lt;/P&gt;
&lt;P&gt;abc_def_shamly.gmail.com&lt;/P&gt;
&lt;P&gt;abc_shamly&lt;/P&gt;
&lt;P&gt;shamly&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;george&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_128426_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/64064_QlikCommunity_Thread_128426_Pic1.JPG.jpg" /&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 23:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720510#M258755</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-08T23:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: TextBetween some symbols</title>
      <link>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720511#M258756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="20140808_subfield_components.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64063_20140808_subfield_components.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 00:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TextBetween-some-symbols/m-p/720511#M258756</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-08-09T00:52:36Z</dc:date>
    </item>
  </channel>
</rss>

