<?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: Show string after second or more appearance of specific char in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738146#M590796</link>
    <description>&lt;P&gt;if you need full string after 2 appearances then try below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=mid(Field2,index(Field2,'~',2)+1)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2020 13:11:03 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-08-24T13:11:03Z</dc:date>
    <item>
      <title>Show string after second or more appearance of specific char</title>
      <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738130#M590794</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have two columns; one holds the codes for changed fields, the second keeps string of the values for each changed field:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field1: ,25,52,12,&lt;/P&gt;&lt;P&gt;Field2: ~abc~def~gh~&lt;/P&gt;&lt;P&gt;I want to see what is the value for field 52 (def).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following function to retrieve the number of commas up to 52:&amp;nbsp;SubStringCount(TextBetween([Field1],',','52'),',') as CommasCounter (in this case 2)&lt;/P&gt;&lt;P&gt;and now I need to get the value in Field2 after 2 appearances of&amp;nbsp; ~ symbol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea of how doing that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inessa&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738130#M590794</guid>
      <dc:creator>Inessan86</dc:creator>
      <dc:date>2024-11-16T00:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show string after second or more appearance of specific char</title>
      <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738142#M590795</link>
      <description>&lt;P&gt;You can use the same textbetween() with additional parameter for count, like:&lt;/P&gt;&lt;P&gt;Textbetween(Field2, '~',&amp;nbsp;'~',&lt;STRONG&gt; 2&lt;/STRONG&gt;)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 13:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738142#M590795</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-24T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show string after second or more appearance of specific char</title>
      <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738146#M590796</link>
      <description>&lt;P&gt;if you need full string after 2 appearances then try below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=mid(Field2,index(Field2,'~',2)+1)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 13:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738146#M590796</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-24T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show string after second or more appearance of specific char</title>
      <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738189#M590797</link>
      <description>&lt;P&gt;Is there a reason not to use SubField() function for this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SubField([Field1], ',', 2) &amp;amp; '(' &amp;amp; SubField([Field2], '~', 2) &amp;amp; ')'&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 Aug 2020 14:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1738189#M590797</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-24T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show string after second or more appearance of specific char</title>
      <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1742074#M590798</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/82952"&gt;@Inessan86&lt;/a&gt;&amp;nbsp; You have received 3 possible options on your post, we would greatly appreciate it if you would return to the thread and close it out by using the Accept as Solution button on the post(s) that helped you solve the use case.&amp;nbsp; If you did something different based upon the posts, you may post what you did instead and then mark that post using the button, but I would encourage to use the Like feature on the post(s) that helped in that case too.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1742074#M590798</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-08T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show string after second or more appearance of specific char</title>
      <link>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1742703#M590799</link>
      <description>&lt;P&gt;I used&amp;nbsp;SubField(Field2, '~', SubStringCount(TextBetween(Field1,'',52),',')) and it worked for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply, guys!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 08:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-string-after-second-or-more-appearance-of-specific-char/m-p/1742703#M590799</guid>
      <dc:creator>Inessan86</dc:creator>
      <dc:date>2020-09-10T08:32:12Z</dc:date>
    </item>
  </channel>
</rss>

