<?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 Counting the number of times a word appears at the detail level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184761#M49503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You probably need an additional if to the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table:LOAD Invoice, detailid, producttype, If(Invoice = Previous(Invoice), If(Previous(producttype) = 'washer', RangeSum(Peek(WasherCount), 1))) AS WasherCount;SQL SELECT Invoice, detailid, producttypeFROM YourDatabaseTable;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 17:31:58 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-09-01T17:31:58Z</dc:date>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184754#M49496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I would like to count the number of times a certain word appears at the detail level in the load script.&lt;/P&gt;&lt;P&gt;Data example: Invoice #1, detailid #30, producttype = 'washer'&lt;BR /&gt; Invoice #1, detailid #35, producttype = 'washer'&lt;/P&gt;&lt;P&gt;Answer example: Invoice #1, detailid #30, producttype = 'washer', washer count = &lt;STRONG&gt;#1&lt;BR /&gt;&lt;/STRONG&gt; Invoice #1, detailid #35, producttype = 'washer', washer count = &lt;STRONG&gt;#2&lt;BR /&gt;&lt;/STRONG&gt; Invoice #2, detailid #7, producttype = 'washer', washer count = &lt;STRONG&gt;#1&lt;BR /&gt;&lt;/STRONG&gt; Invoice #2, detailid #22, producttype = 'washer', washer count = &lt;STRONG&gt;#2&lt;BR /&gt;&lt;/STRONG&gt; Invoice #2, detailid #40, producttype = 'washer', washer count = &lt;STRONG&gt;#3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 15:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184754#M49496</guid>
      <dc:creator />
      <dc:date>2010-09-01T15:43:56Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184755#M49497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Create a new field like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;If(Previous(producttype) = 'washer', RangeSum(Peek(WasherCount), 1)) AS CountNo&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 15:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184755#M49497</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-01T15:47:31Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184756#M49498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel, It kind of works. I need the count to show up on the same row as the record itself. Is this how it works for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 16:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184756#M49498</guid>
      <dc:creator />
      <dc:date>2010-09-01T16:03:02Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184757#M49499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I'm missing something. The code I wrote is to create a new field when you are LOADing a table (from a excel file, a qvd file or a sql statement), so it will be showed when you create a chart or table with that new field. When do you want to show that count?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 16:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184757#M49499</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-01T16:22:47Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184758#M49500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Washercount is the new field I want to create during the load.&lt;BR /&gt;When does this field get created?&lt;BR /&gt;If(Previous(producttype) = 'washer', RangeSum(Peek(WasherCount), 1)) AS CountNo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 16:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184758#M49500</guid>
      <dc:creator />
      <dc:date>2010-09-01T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184759#M49501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table: LOAD Invoice, detailid, producttype, If(Previous(producttype) = 'washer', RangeSum(Peek(WasherCount), 1)) AS WasherCount;SQL SELECT Invoice, detailid, producttype FROM YourDatabaseTable;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(in case you are loading from a database)&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 16:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184759#M49501</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-01T16:44:40Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184760#M49502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel, I tried it. The counts are not landing on the rows with the word "Washer" and it does not seem to recognize the unique Invoice # and InvoiceDetail# combination.&lt;/P&gt;&lt;P&gt;I'm getting Invoice #1, Detail 1, producttype = "bottle", washercount = 1&lt;BR /&gt; Invoice #1, Detail 2 producttype = "washer, washercount = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 17:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184760#M49502</guid>
      <dc:creator />
      <dc:date>2010-09-01T17:27:01Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184761#M49503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You probably need an additional if to the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table:LOAD Invoice, detailid, producttype, If(Invoice = Previous(Invoice), If(Previous(producttype) = 'washer', RangeSum(Peek(WasherCount), 1))) AS WasherCount;SQL SELECT Invoice, detailid, producttypeFROM YourDatabaseTable;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 17:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184761#M49503</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-01T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184762#M49504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this also. The counts are not landing on the "washer" rows and the counts are not accurate at the invoice level. I was thinking something like Aggr(count(if(producttype = 'washer', 1, 0)Invoice) as WasherCount , but this does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 17:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184762#M49504</guid>
      <dc:creator />
      <dc:date>2010-09-01T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184763#M49505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Now I'm pretty sure I'm missing something. Please attach the sql statement you are using to load your data into QlikView for further advice, as I don't understand how are you loading your data.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 21:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184763#M49505</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-01T21:57:37Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184764#M49506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;Change_Log:&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt;&lt;/P&gt;&lt;P&gt;"ENTER_DATE" &lt;B&gt;AS&lt;/B&gt; Log_EnterDate,&lt;/P&gt;&lt;P&gt;If(Previous(TYPE) = 'REV', RangeSum(Peek(RevCount), 1)) &lt;B&gt;AS&lt;/B&gt; RevCount,&lt;/P&gt;&lt;P&gt;"PROJ_NO" &lt;B&gt;AS&lt;/B&gt; ProjNbr, &lt;B&gt;//Log contains multiple entries for each ProjNbr&lt;/B&gt;&lt;/P&gt;&lt;P&gt;"TYPE" &lt;B&gt;AS&lt;/B&gt; Log_Type,&lt;/P&gt;&lt;P&gt;"Z_ID" &lt;B&gt;AS&lt;/B&gt; Log_ID &lt;B&gt;//Unique&lt;/B&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt;&lt;/P&gt;&lt;P&gt;"ENTER_DATE",&lt;/P&gt;&lt;P&gt;"PROJ_NO",&lt;/P&gt;&lt;P&gt;"TYPE",&lt;/P&gt;&lt;P&gt;"Z_ID"&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; "PROJ_EST";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 22:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184764#M49506</guid>
      <dc:creator />
      <dc:date>2010-09-01T22:30:38Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184765#M49507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So you have now a RevCount that is returning the count of all records which TYPE = 'REV'. Is that correct? What else do you need to count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 07:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184765#M49507</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-02T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184766#M49508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7180.snapshot.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7180.snapshot.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184766#M49508</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:01:23Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184767#M49509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel, Each row with a type REV should have a sequential count that begins at 1 for each new ProjNbr.&lt;BR /&gt;All other types should have a zero. Is this possible to do with the previous and peek functions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184767#M49509</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184768#M49510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm afraid I forgot the "order by" part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Count:&lt;/P&gt;&lt;P&gt;LOAD *, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Log_Type = 'REV', IF(ProjNbr = PREVIOUS(ProjNbr), RANGESUM(PEEK('COUNTER'), 1), 1), 0) AS COUNTER&lt;/P&gt;&lt;P&gt;RESIDENT Table&lt;/P&gt;&lt;P&gt;ORDER BY Log_Type, ProjNbr, Z_ID DESC;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope we got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 16:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184768#M49510</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-02T16:22:03Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184769#M49511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel, The counts are landing on the REV lines now, but the order is wrong.&lt;BR /&gt;It has to be Order by Proj_Nbr then by ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 16:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184769#M49511</guid>
      <dc:creator />
      <dc:date>2010-09-02T16:55:40Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184770#M49512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing. I'll edit the script in my previous post to keep the order.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 17:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184770#M49512</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-02T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184771#M49513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel, It works, but the order is incorrect. The order has to be by Proj_Nbr, then Z_ID.&lt;BR /&gt;Some count #1s should be count #2s and some #2s should be #1s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 18:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184771#M49513</guid>
      <dc:creator />
      <dc:date>2010-09-02T18:38:47Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184772#M49514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Code edited again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 20:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184772#M49514</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-02T20:30:21Z</dc:date>
    </item>
    <item>
      <title>Counting the number of times a word appears at the detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184773#M49515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;BR /&gt;&lt;BR /&gt;Thanks....it works.....you have done it.&lt;BR /&gt;You deserve a medal for not quitting.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 20:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-the-number-of-times-a-word-appears-at-the-detail-level/m-p/184773#M49515</guid>
      <dc:creator />
      <dc:date>2010-09-02T20:57:59Z</dc:date>
    </item>
  </channel>
</rss>

