<?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 Locate and intercept data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016286#M1221921</link>
    <description>&lt;P&gt;&lt;BR /&gt;Could you help me solve this&amp;nbsp; question?&amp;nbsp; I want to intercept the string after the last comma.&lt;/P&gt;
&lt;P&gt;For example, the three rows of data on the picture intercept the part with the red line. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRAngela_1-1671002996646.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96150iFED2D2E94C462914/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRAngela_1-1671002996646.png" alt="LRAngela_1-1671002996646.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 07:37:16 GMT</pubDate>
    <dc:creator>LRAngela</dc:creator>
    <dc:date>2022-12-14T07:37:16Z</dc:date>
    <item>
      <title>Locate and intercept data</title>
      <link>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016286#M1221921</link>
      <description>&lt;P&gt;&lt;BR /&gt;Could you help me solve this&amp;nbsp; question?&amp;nbsp; I want to intercept the string after the last comma.&lt;/P&gt;
&lt;P&gt;For example, the three rows of data on the picture intercept the part with the red line. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRAngela_1-1671002996646.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96150iFED2D2E94C462914/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRAngela_1-1671002996646.png" alt="LRAngela_1-1671002996646.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 07:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016286#M1221921</guid>
      <dc:creator>LRAngela</dc:creator>
      <dc:date>2022-12-14T07:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Locate and intercept data</title>
      <link>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016296#M1221922</link>
      <description>&lt;P&gt;Try subfield() with -1 field no parameter, like:&lt;/P&gt;
&lt;P&gt;Subfield('your string here with ....... , expected output here', ','&lt;STRONG&gt; , -1&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 08:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016296#M1221922</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-12-14T08:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Locate and intercept data</title>
      <link>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016297#M1221923</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;Depends how you load script is being handled.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is load as a csv like below&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;A,&lt;/P&gt;
&lt;P&gt;B,&lt;/P&gt;
&lt;P&gt;C,&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;
&lt;P&gt;From ...&lt;/P&gt;
&lt;P&gt;Just remove the forth field from the load like below.&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;A,&lt;/P&gt;
&lt;P&gt;B,&lt;/P&gt;
&lt;P&gt;C,&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;
&lt;P&gt;From ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Else you would need to look at Subfield function if it is loaded in a single field.&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 08:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016297#M1221923</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-12-14T08:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Locate and intercept data</title>
      <link>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016356#M1221924</link>
      <description>&lt;P&gt;thanks .i have a solution for this problem.&lt;/P&gt;
&lt;P&gt;i can run use this way,&lt;/P&gt;
&lt;P&gt;mid(Address,Index(Address,',',-1)+1,(len(Address)-Index(Address,',',-1)))&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 09:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2016356#M1221924</guid>
      <dc:creator>LRAngela</dc:creator>
      <dc:date>2022-12-14T09:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Locate and intercept data</title>
      <link>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2017756#M1221969</link>
      <description>&lt;P&gt;it runs ok ,too.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 05:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locate-and-intercept-data/m-p/2017756#M1221969</guid>
      <dc:creator>LRAngela</dc:creator>
      <dc:date>2022-12-19T05:36:42Z</dc:date>
    </item>
  </channel>
</rss>

