<?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: Repeated values in string in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864417#M71352</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157540"&gt;@khadar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When you said repeated then it supposes to continue like "AAAA" or "ABCA" also treated as an error.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 12:38:52 GMT</pubDate>
    <dc:creator>abhijitnalekar</dc:creator>
    <dc:date>2021-11-29T12:38:52Z</dc:date>
    <item>
      <title>Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864409#M71351</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need a help for the below scenario where need to identify the presence of repeated Alphabets/Numbers&amp;nbsp; in the given string which can be considered as error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;AAAAAA,999,0000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 12:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864409#M71351</guid>
      <dc:creator>khadar</dc:creator>
      <dc:date>2021-11-29T12:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864417#M71352</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157540"&gt;@khadar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When you said repeated then it supposes to continue like "AAAA" or "ABCA" also treated as an error.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 12:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864417#M71352</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-11-29T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864555#M71362</link>
      <description>&lt;P&gt;can you please elaborate on what exactly constitutes an error, best with some more examples for both error and no error.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 17:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864555#M71362</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-29T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864698#M71371</link>
      <description>&lt;P&gt;Thank you for looking into my&amp;nbsp; help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to check the single value&amp;nbsp; (ID) which is&amp;nbsp; continues reapeating through out length of whole string&amp;nbsp; and does not contain any other values except the repeating one and should be identitfied as IN VALID like below.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;TABLE width="220"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;ID&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;Status&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;AAAAAAA&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;IN VALID&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;44444&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;IN VALID&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;CCCCC&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;IN VALID&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;GTH873521&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;VALID&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;TY43ERYD76&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;VALID&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;AAATUTR55799&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;VALID&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="112.323px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="66.6771px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 04:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864698#M71371</guid>
      <dc:creator>khadar</dc:creator>
      <dc:date>2021-11-30T04:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864724#M71376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157540"&gt;@khadar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check with the below expression if that works for you.&lt;/P&gt;
&lt;P&gt;=if(Left(ID,1)=right(ID,1),'IN VALID','VALID')&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 06:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864724#M71376</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-11-30T06:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864863#M71384</link>
      <description>&lt;LI-CODE lang="markup"&gt;If(ID=Repeat(Left(ID,1),Len(ID)),'INVALID','VALID')&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 12:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1864863#M71384</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-30T12:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated values in string</title>
      <link>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1872227#M71967</link>
      <description>&lt;P&gt;or slightly shorter:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If(ID=KeepChar(ID,Left(ID,1)),'INVALID','VALID')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 17:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Repeated-values-in-string/m-p/1872227#M71967</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-16T17:40:03Z</dc:date>
    </item>
  </channel>
</rss>

