<?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: Logic needed for substring in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793605#M1030438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use index to find the position of \ and .&lt;/P&gt;&lt;P&gt;and then mid to retrieve the string&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 14:01:45 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-02-12T14:01:45Z</dc:date>
    <item>
      <title>Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793602#M1030435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario to get the word beween particular characters.&lt;/P&gt;&lt;P&gt;ex: community\qlik\demo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to retrieve "&lt;STRONG&gt;demo&lt;/STRONG&gt;" from the above string.&amp;nbsp;&amp;nbsp;&amp;nbsp; How i can achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793602#M1030435</guid>
      <dc:creator />
      <dc:date>2015-02-12T13:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793603#M1030436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In brief .., i need the word after last occurance of '\' [slash]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 13:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793603#M1030436</guid>
      <dc:creator />
      <dc:date>2015-02-12T13:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793604#M1030437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&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: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(String, '\' ,-1),'.',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793604#M1030437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-12T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793605#M1030438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use index to find the position of \ and .&lt;/P&gt;&lt;P&gt;and then mid to retrieve the string&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793605#M1030438</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-12T14:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793606#M1030439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praful, you can get that with:&lt;/P&gt;&lt;P&gt;=Subfield(SubField(TextField, '\', -1), '.', 1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793606#M1030439</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-12T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793607#M1030440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;=Left(SubField(TextField, '\', -1), Index(SubField(TextField, '\', -1), '.', -1)-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will return the text between the last '\' and the last '.'. If the last word has a dot before the last .xxx it will the the entire word, ie:&lt;/P&gt;&lt;P&gt;community\qlik\eu.demo.com --&amp;gt; returns eu.demo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Subfield(SubField(TextField, '\', -1), '.', 1) will return only 'eu'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793607#M1030440</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-12T14:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793608#M1030441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=TextBetween('community\qlik\demo.com','\','.',2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793608#M1030441</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-02-12T14:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Logic needed for substring</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793609#M1030442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To really keep it dynamic I would use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;('community\qlik\demo.com','\','.',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('community\qlik\demo.com','\')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-needed-for-substring/m-p/793609#M1030442</guid>
      <dc:creator />
      <dc:date>2015-02-12T14:19:13Z</dc:date>
    </item>
  </channel>
</rss>

