<?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 [ASK]  how to count certain character? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186740#M50710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@richardo:&lt;/P&gt;&lt;P&gt;meaning your not using the dots as a delimiter??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using this one(expression): =Len(Word)-Len(Replace(Word,'.',''))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 07:46:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-15T07:46:53Z</dc:date>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186734#M50704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanna ask, how to count certain character in a word?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example, i have few records in a column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;columnA&lt;/P&gt;&lt;P&gt;-------------&lt;/P&gt;&lt;P&gt;mine.A&lt;/P&gt;&lt;P&gt;mine.A.B&lt;/P&gt;&lt;P&gt;bye.A&lt;/P&gt;&lt;P&gt;bye.A.B.C&lt;/P&gt;&lt;P&gt;thanks.A&lt;/P&gt;&lt;P&gt;thanks.A.A.C.D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to know hos much dot (.) character show in every records&lt;/P&gt;&lt;P&gt;how can i do that in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 04:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186734#M50704</guid>
      <dc:creator />
      <dc:date>2010-11-15T04:31:24Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186735#M50705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to count the dots??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 06:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186735#M50705</guid>
      <dc:creator />
      <dc:date>2010-11-15T06:17:01Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186736#M50706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@mOngkz&lt;/P&gt;&lt;P&gt;yes i do&lt;/P&gt;&lt;P&gt;but i dont know the function to do it&lt;/P&gt;&lt;P&gt;can anyone give me a hand please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 06:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186736#M50706</guid>
      <dc:creator />
      <dc:date>2010-11-15T06:19:39Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186737#M50707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use subfield function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Word,SubField(Word,'.') as sub&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[source.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the expression tab:&lt;/P&gt;&lt;P&gt;Count(sub) - 1..because eventually the number of words is greater than the number of dots..if the dots are used as delimiter&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1258.aa.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1258.aa.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 06:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186737#M50707</guid>
      <dc:creator />
      <dc:date>2010-11-15T06:56:22Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186738#M50708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use this in your expression: TextCount(SubField(Word,'.'))-1&lt;/P&gt;&lt;P&gt;to count the dots/delimiter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 07:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186738#M50708</guid>
      <dc:creator />
      <dc:date>2010-11-15T07:16:57Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186739#M50709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@mongkz&lt;/P&gt;&lt;P&gt;it almost rite, but doesnt rite&lt;/P&gt;&lt;P&gt;some times it tells two dots when the word have more then two dots&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i really stuck n need a help really&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many many thx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 07:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186739#M50709</guid>
      <dc:creator />
      <dc:date>2010-11-15T07:37:02Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186740#M50710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@richardo:&lt;/P&gt;&lt;P&gt;meaning your not using the dots as a delimiter??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using this one(expression): =Len(Word)-Len(Replace(Word,'.',''))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 07:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186740#M50710</guid>
      <dc:creator />
      <dc:date>2010-11-15T07:46:53Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186741#M50711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@mongkz&lt;/P&gt;&lt;P&gt;it's perfect&lt;/P&gt;&lt;P&gt;thx a lot mongkz&lt;/P&gt;&lt;P&gt;really many thx to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 08:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186741#M50711</guid>
      <dc:creator />
      <dc:date>2010-11-15T08:34:00Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186742#M50712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'am glad that I helped you.. I am new to qlikview too so I use this forum as my training ground.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cool" src="http://community.qlik.com/emoticons/emotion-11.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 08:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186742#M50712</guid>
      <dc:creator />
      <dc:date>2010-11-15T08:52:07Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186743#M50713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect this would work more efficiently:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;substringcount(ColumnA,'.')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 02:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186743#M50713</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-16T02:01:41Z</dc:date>
    </item>
    <item>
      <title>[ASK]  how to count certain character?</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186744#M50714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, this solution from John also works and its simpler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 15:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-count-certain-character/m-p/186744#M50714</guid>
      <dc:creator />
      <dc:date>2012-05-30T15:29:29Z</dc:date>
    </item>
  </channel>
</rss>

