<?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: How to count char in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567288#M683760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sokkorn is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 07:43:35 GMT</pubDate>
    <dc:creator>sunilkumarqv</dc:creator>
    <dc:date>2014-02-11T07:43:35Z</dc:date>
    <item>
      <title>How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567283#M683755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to count the char, how many times in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: (&lt;STRONG&gt;'abcd,efgh,ijklm,nopqrs,tuvwxyz',',') i want Result&amp;nbsp; 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;STRONG&gt;'abcd,efgh,ijklm,nopqrs,tuvwxyz','a') i want result 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567283#M683755</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-02-11T07:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567284#M683756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are not geeting you Please explore what need to ask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567284#M683756</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-02-11T07:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567285#M683757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1279"&gt;&lt;/A&gt;&lt;A name="substringcount"&gt;&lt;/A&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;/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;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;substringcount ( 'abcdefgcdxyz', 'cd' )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567285#M683757</guid>
      <dc:creator />
      <dc:date>2014-02-11T07:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567286#M683758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount('abcd,efgh,ijklm,nopqrs,tuvwxyz',',') -&amp;gt; will return 4&lt;/P&gt;&lt;P&gt;=SubStringCount('abcd,efgh,ijklm,nopqrs,tuvwxyz','a') -&amp;gt; return 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567286#M683758</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-11T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567287#M683759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&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;SPAN class="Bold"&gt;&lt;STRONG&gt;substringcount(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&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;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;STRONG&gt;substringcount ( 'abcdefgcdxyz', 'cd' )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; returns &lt;/STRONG&gt;&lt;SPAN class="Italic"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567287#M683759</guid>
      <dc:creator />
      <dc:date>2014-02-11T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567288#M683760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sokkorn is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567288#M683760</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-02-11T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567289#M683761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Inde=IndexLet Inde1=Index('abcd,efgh,ijklm,nopqrs,tuvwxyz','a');&lt;/P&gt;&lt;P&gt;Let Inde1=Index(''abcd,efgh,ijklm,nopqrs,tuvwxyz','a',1);&lt;/P&gt;&lt;P&gt;Let Inde2=Index(''abcd,efgh,ijklm,nopqrs,tuvwxyz','a',2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567289#M683761</guid>
      <dc:creator />
      <dc:date>2014-02-11T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to count char</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567290#M683762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Sokkorn answer is correct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Thanks to all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Muni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-char/m-p/567290#M683762</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-02-11T07:45:38Z</dc:date>
    </item>
  </channel>
</rss>

