<?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 extracting a string after a character in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281314#M3620</link>
    <description>&lt;P&gt;I have the following:&lt;/P&gt; 
&lt;P&gt;LI04_1503&lt;/P&gt; 
&lt;P&gt;AS03_18456&lt;/P&gt; 
&lt;P&gt;AS03_P45&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;I'm using&amp;nbsp; StringHandling.LEFT(row1.SOURCE_SITE_ID,4) &amp;nbsp;this extracts the first 4 elements, but what I need is to select everything after the '_' so the result would be:&lt;/P&gt; 
&lt;P&gt;1503&lt;/P&gt; 
&lt;P&gt;18456&lt;/P&gt; 
&lt;P&gt;P45&lt;/P&gt; 
&lt;P&gt;I'm a beginner, can anyone help me with this string manipulation?&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Gary&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:14:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:14:59Z</dc:date>
    <item>
      <title>extracting a string after a character</title>
      <link>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281314#M3620</link>
      <description>&lt;P&gt;I have the following:&lt;/P&gt; 
&lt;P&gt;LI04_1503&lt;/P&gt; 
&lt;P&gt;AS03_18456&lt;/P&gt; 
&lt;P&gt;AS03_P45&lt;/P&gt; 
&lt;P&gt;...&lt;/P&gt; 
&lt;P&gt;I'm using&amp;nbsp; StringHandling.LEFT(row1.SOURCE_SITE_ID,4) &amp;nbsp;this extracts the first 4 elements, but what I need is to select everything after the '_' so the result would be:&lt;/P&gt; 
&lt;P&gt;1503&lt;/P&gt; 
&lt;P&gt;18456&lt;/P&gt; 
&lt;P&gt;P45&lt;/P&gt; 
&lt;P&gt;I'm a beginner, can anyone help me with this string manipulation?&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Gary&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281314#M3620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: extracting a string after a character</title>
      <link>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281315#M3621</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please try this method StringHandling.LEFT(row1.SOURCE_SITE_ID,5) to see if it works?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 10:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281315#M3621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-30T10:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: extracting a string after a character</title>
      <link>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281316#M3622</link>
      <description>&lt;P&gt;&lt;SPAN&gt;StringHandling.LEFT(row1.SOURCE_SITE_ID,5) removes the first 5 characters from the left, however, in my example the number of characters to be removed varies, I need to remove either everything before and including the _ to the left or right. I'm trying to get into Regex syntax to see if that has what I need.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 11:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/extracting-a-string-after-a-character/m-p/2281316#M3622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-30T11:02:57Z</dc:date>
    </item>
  </channel>
</rss>

