<?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 Count how many times a char is repeated on a string?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329946#M575832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I want to know if there’s a function or a way to count how many times a char is repeated on a string&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;“aaa-bbb-ccc-ddd-eee” I want to count the ( - ) how manytimes in this example is 4&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2012 15:30:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-01T15:30:11Z</dc:date>
    <item>
      <title>Count how many times a char is repeated on a string??</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329946#M575832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I want to know if there’s a function or a way to count how many times a char is repeated on a string&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;“aaa-bbb-ccc-ddd-eee” I want to count the ( - ) how manytimes in this example is 4&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 15:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329946#M575832</guid>
      <dc:creator />
      <dc:date>2012-05-01T15:30:11Z</dc:date>
    </item>
    <item>
      <title>Count how many times a char is repeated on a string??</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329947#M575833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Found the answerd &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1278"&gt;&lt;/A&gt;&lt;A name="substringcount"&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;SPAN class="Bold"&gt;substringcount(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; text , substring&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: normal;"&gt;Returns the number of times the string substring appears within the string text. The result is an integer. If there is no match, 0 is returned&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="Code"&gt;substringcount ( 'abcdefgcdxyz', 'cd' )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 15:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329947#M575833</guid>
      <dc:creator />
      <dc:date>2012-05-01T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Count how many times a char is repeated on a string??</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329948#M575834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, saved me from having to ask or go down the rabbit hole of a manual. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Correct Answer points completely well-earned even when self-awarded. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 21:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329948#M575834</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2014-12-03T21:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count how many times a char is repeated on a string??</title>
      <link>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329949#M575835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is always into a good question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 22:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-how-many-times-a-char-is-repeated-on-a-string/m-p/329949#M575835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T22:02:08Z</dc:date>
    </item>
  </channel>
</rss>

