<?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 String function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-function/m-p/541462#M694361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to do a case about string function&lt;/P&gt;&lt;P&gt;My string is like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="mailto:IPASS/0U2kkSH00S/zhangchen.zhang@hcn@IPASS"&gt;&lt;STRONG&gt;IPASS&lt;/STRONG&gt;/0U2kkSH00S/&lt;SPAN style="color: #ff0000;"&gt;zhangchen.zhang@hcn&lt;/SPAN&gt;&lt;STRONG&gt;@IPASS&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case there is "IPASS" value in the begining and at the end of value I want to remove them and After second slash (red characters) I want to get this part&lt;/P&gt;&lt;P&gt;of value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve &lt;/P&gt;&lt;P&gt;I tried with replace and match function but couldnt succeed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 13:48:49 GMT</pubDate>
    <dc:creator>QSense</dc:creator>
    <dc:date>2013-07-04T13:48:49Z</dc:date>
    <item>
      <title>String function</title>
      <link>https://community.qlik.com/t5/QlikView/String-function/m-p/541462#M694361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to do a case about string function&lt;/P&gt;&lt;P&gt;My string is like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="mailto:IPASS/0U2kkSH00S/zhangchen.zhang@hcn@IPASS"&gt;&lt;STRONG&gt;IPASS&lt;/STRONG&gt;/0U2kkSH00S/&lt;SPAN style="color: #ff0000;"&gt;zhangchen.zhang@hcn&lt;/SPAN&gt;&lt;STRONG&gt;@IPASS&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case there is "IPASS" value in the begining and at the end of value I want to remove them and After second slash (red characters) I want to get this part&lt;/P&gt;&lt;P&gt;of value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve &lt;/P&gt;&lt;P&gt;I tried with replace and match function but couldnt succeed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-function/m-p/541462#M694361</guid>
      <dc:creator>QSense</dc:creator>
      <dc:date>2013-07-04T13:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: String function</title>
      <link>https://community.qlik.com/t5/QlikView/String-function/m-p/541463#M694362</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(SubField('IPASS/0U2kkSH00S/zhangchen.zhang@hcn@IPASS','/',3),'@',1)&amp;amp;'@'&amp;amp;SubField(SubField('IPASS/0U2kkSH00S/zhangchen.zhang@hcn@IPASS','/',3),'@',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may more efficient way..:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-function/m-p/541463#M694362</guid>
      <dc:creator />
      <dc:date>2013-07-04T13:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: String function</title>
      <link>https://community.qlik.com/t5/QlikView/String-function/m-p/541464#M694363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Step1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('IPASS/0U2kkSH00S/zhangchen.zhang@hcn@IPASS', 'IPASS', '');&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Step2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Step1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Step1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'/',2)+1);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;Step3&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Step2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Step2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-1);&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 14:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-function/m-p/541464#M694363</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-04T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: String function</title>
      <link>https://community.qlik.com/t5/QlikView/String-function/m-p/541465#M694364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this with 1 command ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=TextBetween('IPASS/0U2kkSH00S/zhangchen.zhang@hcn@IPASS','/','@IPASS',2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... this returns the text between the 2nd instance of '/' and the 1st instance of '@IPASS' that follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 14:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-function/m-p/541465#M694364</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-07-04T14:18:34Z</dc:date>
    </item>
  </channel>
</rss>

