<?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: Extract all string after special character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1829010#M1214254</link>
    <description>&lt;LI-CODE lang="javascript"&gt;Test:
LOAD 
F1,
Right(F1,Len(F1)-Index(F1,'|',3)) as F2  
INLINE [
    F1
    A|B|C|D|E|F
    A|B|C|D|E
    A|B|C
    A|B|C|D
    A|B
];&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 17 Aug 2021 10:33:01 GMT</pubDate>
    <dc:creator>cwolf</dc:creator>
    <dc:date>2021-08-17T10:33:01Z</dc:date>
    <item>
      <title>Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524839#M438320</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input :&amp;nbsp;&lt;/P&gt;&lt;P&gt;A|B|C|D&lt;BR /&gt;A|B|C|D|E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output :&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;D|E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 13:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524839#M438320</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2018-12-28T13:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524840#M438321</link>
      <description>&lt;P&gt;Why D &amp;amp; E for second row? If only E try this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(Field, '|', -1)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 13:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524840#M438321</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-28T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524842#M438322</link>
      <description>&lt;P&gt;But i required ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;D|E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like this , otherwise it is so simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 13:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524842#M438322</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2018-12-28T13:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524843#M438323</link>
      <description>&lt;P&gt;That is fine, Can you explain your business? Or at least 5 Rows and expected result?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 13:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524843#M438323</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-28T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524856#M438325</link>
      <description>There is a special character before B and C too... why only extract D and E?</description>
      <pubDate>Fri, 28 Dec 2018 14:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1524856#M438325</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-28T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1828133#M1214150</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Even I need help on the same scenario, need all the characters after the 3rd occurrences, 4th occurrence should not be considered.&lt;BR /&gt;&lt;BR /&gt;3rd occurrence of the '|' is before 'D' need all the characters after it. D|E|F or so on need all the string after it.&lt;BR /&gt;Thanks in advance..&lt;BR /&gt;Regards,&lt;BR /&gt;Arjun&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 05:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1828133#M1214150</guid>
      <dc:creator>arjun2b</dc:creator>
      <dc:date>2021-08-12T05:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all string after special character</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1829010#M1214254</link>
      <description>&lt;LI-CODE lang="javascript"&gt;Test:
LOAD 
F1,
Right(F1,Len(F1)-Index(F1,'|',3)) as F2  
INLINE [
    F1
    A|B|C|D|E|F
    A|B|C|D|E
    A|B|C
    A|B|C|D
    A|B
];&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 17 Aug 2021 10:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-string-after-special-character/m-p/1829010#M1214254</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2021-08-17T10:33:01Z</dc:date>
    </item>
  </channel>
</rss>

