<?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 Questien: how to count a string value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376521#M811382</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;i am starting to work with qlikview a few weeks ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to count all string values in a column but a Special value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exampel the column is named Members an in a row the values are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;Klaus, Bernd, Olaf&lt;/P&gt;&lt;P&gt;Olaf&lt;/P&gt;&lt;P&gt;Bernd, Manfred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to count the Name Klaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i have to create the code in qlik view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376521#M811382</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;i am starting to work with qlikview a few weeks ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to count all string values in a column but a Special value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exampel the column is named Members an in a row the values are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;Klaus, Bernd, Olaf&lt;/P&gt;&lt;P&gt;Olaf&lt;/P&gt;&lt;P&gt;Bernd, Manfred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to count the Name Klaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i have to create the code in qlik view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376521#M811382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376522#M811383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try substringcount() function like if your field name is like Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178257" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178257_Capture.PNG" style="height: 171px; width: 620px;" /&gt;Will give you the count.&lt;/P&gt;&lt;P&gt;Use a straight table&lt;/P&gt;&lt;P&gt;Add Dim as your Name&lt;/P&gt;&lt;P&gt;Expr: &lt;SPAN style="font-size: 13.3333px;"&gt;= Substringcount(Name, 'Klaus') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;At script level you can use the same like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, Substringcount(Name, 'Klaus') AS StrCnt INLINE [&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;'Klaus'&lt;/P&gt;&lt;P&gt;'Klaus, Bernd, Olaf'&lt;/P&gt;&lt;P&gt;'Olaf'&lt;/P&gt;&lt;P&gt;'Bernd, Manfred'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 00:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376522#M811383</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-02T00:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376523#M811384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with the Index function to find out the string "Klaus" in the rows of your field if you find then index mark it 1 in another column. Then by this, you are able to identify where is your string and then in UI you can count this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tabe1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,Index(Name,'Klaus') as NameFlag Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Klaus"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Klaus, Bernd, Olaf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Olaf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Bernd, Manfred"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Op1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178273_Op1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 05:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376523#M811384</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-02T05:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376524#M811385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first thank you for you support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is just the value, how many Klaus are in my column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exampel:&lt;/P&gt;&lt;P&gt;the column Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;Klaus, Bernd, Olaf&lt;/P&gt;&lt;P&gt;Olaf&lt;/P&gt;&lt;P&gt;Bernd, Manfred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Klaus: 2&lt;/P&gt;&lt;P&gt;Bernd: 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olaf is not necessary, i dont want to know how many Olaf there are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my bad english.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 12:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376524#M811385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-02T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376525#M811386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you want to display this result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try this?&lt;/P&gt;&lt;P&gt;= 'Klaus' &amp;amp; '=' &amp;amp; Sum(SubStringCount(Name, 'Klaus')) &amp;amp; Chr(13) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'Bernd' &amp;amp; '=' &amp;amp; Sum(SubStringCount(Name, 'Bernd'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 15:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376525#M811386</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-02T15:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376526#M811389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then Try this first remove space between &lt;EM style="font-size: 13.3333px;"&gt;Klaus, Bernd, Olaf &lt;/EM&gt;and from all rows then use &lt;EM&gt;subfield &lt;/EM&gt;to create the single rows for each and on UI take the count of the NewName field to find out the no. of presentation for &lt;STRONG&gt;Klaus and Bernd&lt;/STRONG&gt;. For taking the count for the &lt;STRONG style="font-size: 13.3333px;"&gt;Klaus and Bernd &lt;/STRONG&gt;use Set analysis on the straight table may you can use Substring count but it depends on how to use in the model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tab1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,SubField(PurgeChar(Name,' '),',') as NewName;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,Index(Name,'Klaus') as NameFlag Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Klaus"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Klaus, Bernd, Olaf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Olaf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Bernd, Manfred"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dim:- Name&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Expre:- =Count( {&amp;lt;NewName={'Klaus','Bernd'}&amp;gt; } NewName)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="Op2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178309_Op2.PNG" style="height: auto;" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 16:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376526#M811389</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-02T16:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376527#M811391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to display it in a table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Klaus&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;Bernd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 16:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376527#M811391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-02T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376528#M811393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can handle the first part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tab1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,SubField(PurgeChar(Name,' '),',') as NewName;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,Index(Name,'Klaus') as NameFlag Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Klaus"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Klaus, Bernd, Olaf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Olaf"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Bernd, Manfred"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But i did not get the second result what you show in the second table with the headline Result.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i tried to creat a straight table with the field new name but it only shows the new name and not the results. What do i wrong?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;regards&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;jay&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 17:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376528#M811393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-02T17:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376529#M811394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share some sample file then look into that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 02:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376529#M811394</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-03T02:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376530#M811396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tabe1:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD *,SubField(PurgeChar(Name,'.,,'), ' ') as Word Inline&lt;/P&gt;&lt;P&gt;&amp;nbsp; [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Name&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Klaus"&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Klaus, Bernd, Olaf"&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Olaf"&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Bernd, Manfred"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&amp;nbsp; [WordCount]:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Word,&lt;/P&gt;&lt;P&gt;&amp;nbsp; count(Word) as WordCount&lt;/P&gt;&lt;P&gt;&amp;nbsp; RESIDENT Tabe1&lt;/P&gt;&lt;P&gt;&amp;nbsp; GROUP BY Word;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Drop Table Tabe1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the above script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178368_sample.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376530#M811396</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-10-03T05:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Questien: how to count a string value</title>
      <link>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376531#M811398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community, thanks to all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a solution with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Subfield(Name,',') as Name&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i changed the Settings in the listbox and it counts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution is okay for the first step.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 17:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questien-how-to-count-a-string-value/m-p/1376531#M811398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T17:08:50Z</dc:date>
    </item>
  </channel>
</rss>

