<?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 Remove characters before : in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058793#M1223216</link>
    <description>&lt;P&gt;I have Column - Data that has values in the format below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10/25/2015 : Agent1: This is the right value&lt;/P&gt;
&lt;P&gt;05/11/2017 : Agent 56: Please change the report&lt;/P&gt;
&lt;P&gt;I need to remove everything before the second ':' and only show the text in my output.&lt;/P&gt;
&lt;TABLE border="1" width="25%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;This is the right value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;Please change the report&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I do this in the expression or Script? I tried&amp;nbsp;=Mid(Data, Index(Data, ': ')+2) but this only removes text before the first ':'&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 19:21:17 GMT</pubDate>
    <dc:creator>qlikwiz123</dc:creator>
    <dc:date>2023-04-10T19:21:17Z</dc:date>
    <item>
      <title>Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058793#M1223216</link>
      <description>&lt;P&gt;I have Column - Data that has values in the format below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10/25/2015 : Agent1: This is the right value&lt;/P&gt;
&lt;P&gt;05/11/2017 : Agent 56: Please change the report&lt;/P&gt;
&lt;P&gt;I need to remove everything before the second ':' and only show the text in my output.&lt;/P&gt;
&lt;TABLE border="1" width="25%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;This is the right value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;Please change the report&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I do this in the expression or Script? I tried&amp;nbsp;=Mid(Data, Index(Data, ': ')+2) but this only removes text before the first ':'&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058793#M1223216</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2023-04-10T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058798#M1223217</link>
      <description>&lt;P&gt;Trim(SubField(Field,':',-1))&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058798#M1223217</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-10T19:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058800#M1223218</link>
      <description>&lt;P&gt;Perfect, thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058800#M1223218</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2023-04-10T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058802#M1223220</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp; What if I only want to remove the string before the 1st two ':' and not check for more than two ':'?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058802#M1223220</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2023-04-10T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058809#M1223222</link>
      <description>&lt;P&gt;And what would that output be?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058809#M1223222</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-10T19:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058811#M1223223</link>
      <description>&lt;P&gt;&lt;SPAN&gt;05/11/2017 : Agent 56: Div2: Please change the report&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this case, the column has more than two ':'. The output should be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Div2: Please change the report&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058811#M1223223</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2023-04-10T19:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058826#M1223226</link>
      <description>&lt;P&gt;This will work in both instances.&lt;/P&gt;
&lt;P&gt;TextBetween(Mid(Field,Index(Field,'Agent')),': ','')&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 15:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2058826#M1223226</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-11T15:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059177#M1223240</link>
      <description>&lt;P&gt;Sorry. My Bad. Maybe my question wasn't clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Original Value:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;05/11/2017 : Agent 56: Div2: Please change the report&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this case, the column has more than two ':'. The output should be&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Output:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Div2: Please change the report&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The output should only eliminate text/characters before the first two ':' occurrences and ignore from the third.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 14:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059177#M1223240</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2023-04-11T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059210#M1223244</link>
      <description>&lt;P&gt;Have you tried this yet?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;TextBetween(Mid(Field,Index(Field,'Agent')),': ','')&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunPierre_1-1681225027012.png" style="width: 580px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/104619i9114EB4CFB053EBA/image-dimensions/580x116?v=v2" width="580" height="116" role="button" title="BrunPierre_1-1681225027012.png" alt="BrunPierre_1-1681225027012.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 14:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059210#M1223244</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-11T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059520#M1223246</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Mid(Data, Index(Data, ':', 2)+1)&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, 12 Apr 2023 10:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059520#M1223246</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2023-04-12T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove characters before :</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059619#M1223247</link>
      <description>&lt;P&gt;This is more dynamic since I don't have to mention the string 'Agent' as this is not constant. Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 13:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-characters-before/m-p/2059619#M1223247</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2023-04-12T13:40:26Z</dc:date>
    </item>
  </channel>
</rss>

