<?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: Count of Text In Pivot Table Column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242127#M24656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although the below screen shot only shows 7 brands, there are 4 more that are excluded from the list for another criteria.&amp;nbsp; The total brand at this account is 11 which is what this expression returns;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality()=1,Count(DISTINCT Brand))&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;IMG __jive_id="149320" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149320_Untitled.png" style="height: 173px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 19:56:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-12T19:56:41Z</dc:date>
    <item>
      <title>Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242118#M24647</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;In a pivot table, like the below, I want Dimension 1 (highest level of Pivot Table) to be a total of a text string in dimension 2 below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIZZA HUT, (Count of "Swap")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 1, 'MAINTAIN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 2, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 3, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 4, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 5, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 6, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 7, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 8, 'SWAP'&lt;/P&gt;&lt;P&gt;JEREMYS BAR, (Count of "Swap")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 1, 'MAINTAIN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 2, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 3, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 4, 'MAINTAIN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 5, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 6, 'MAINTAIN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 7, 'SWAP'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND 8, 'SWAP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for Pizza Hut, the total count should be 7.&amp;nbsp; For Jeremy's Bar, it would be 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality()=1,Count('SWAP'))&amp;nbsp; This returns a value significantly larger than 7 (41 in my case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality()=1,Count(Distinct('SWAP'))&amp;nbsp; This returns 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242118#M24647</guid>
      <dc:creator />
      <dc:date>2017-01-12T18:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242119#M24648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(Dimensionality()=1,Count(DISTINCT {&amp;lt;FieldName1 = {'SWAP'}&amp;gt;} FieldName2))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where FieldName2 is a field which is contains, BRAND 1, BRAND 2, .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242119#M24648</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242120#M24649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and I think it partially worked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality()=1,Count(DISTINCT {&amp;lt;"Listing Status" = {'Swap To Powerplay'}&amp;gt;} Brand)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This account has 11 total brands listed, so the above returns 11 when it should only return the 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does FieldName work still is it is a custom label?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242120#M24649</guid>
      <dc:creator />
      <dc:date>2017-01-12T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242121#M24650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FieldName has to be a field from the script. Also, does the Listing Status contain Swap or Swap to Powerplay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242121#M24650</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242122#M24651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is Swap to Powerplay, i just put it as SWAP in the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the field name from Script and that is what returns 11 (which is a count of total Brands at the account).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242122#M24651</guid>
      <dc:creator />
      <dc:date>2017-01-12T19:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242123#M24652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well your expression should be counting only those brands where Listing Status = Swaps to Powerplay at least once. Do you see anything wrong with my interpretation above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242123#M24652</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242124#M24653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, what do you get for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(dimensionality()=1,Count(DISTINCT Brand))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still gives 11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure Listing Name is the exact name of your dimension. Even the upper case and lower case should match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242124#M24653</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242125#M24654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just checked that and yes it also returns 11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242125#M24654</guid>
      <dc:creator />
      <dc:date>2017-01-12T19:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242126#M24655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a screenshot of Listing Status field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242126#M24655</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242127#M24656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although the below screen shot only shows 7 brands, there are 4 more that are excluded from the list for another criteria.&amp;nbsp; The total brand at this account is 11 which is what this expression returns;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality()=1,Count(DISTINCT Brand))&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;IMG __jive_id="149320" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149320_Untitled.png" style="height: 173px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242127#M24656</guid>
      <dc:creator />
      <dc:date>2017-01-12T19:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242128#M24657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Listing Status looks more like an expression then a field from the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242128#M24657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242129#M24658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sorry it is.&amp;nbsp; It is a long if statement.&amp;nbsp; Anything at dimension level 3 will be evaluated on 3 criteria and return 1 of 3 responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my eventual goal is;&lt;/P&gt;&lt;P&gt;Dimensional Level 1 (615 ABN SR Southwest Edmonton) to be a Sum of Dimension level 2 (Canadian Brewhouse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Dimension 2 (Canadian Brewhouse) to be a count of "Swap to Powerplay" below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 20:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242129#M24658</guid>
      <dc:creator />
      <dc:date>2017-01-12T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242130#M24659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the expression you are using for Listing Status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 21:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242130#M24659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T21:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242131#M24660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now i have it so that Level 1 and 2 of Dimensionality return a placeholder 'Open To Review'.&amp;nbsp; Thats what i am trying to solve with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality()=1,'Open To Review',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality()=2,'Open To Review',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if("R3M Volume"/3=0,"",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(("R3M Volume"/3)&amp;lt;1,'Swap To Powerplay',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(("R3M Volume"/3)&amp;lt;2,'Potential Swap',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(("R3M Volume"/3)&amp;gt;2,'Maintain')))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 22:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242131#M24660</guid>
      <dc:creator />
      <dc:date>2017-01-12T22:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242132#M24661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Dimensionality()=1, Sum(If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"R3M Volume"/3 &amp;lt; 1, 1, 0)))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 23:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242132#M24661</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T23:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242133#M24662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that would work in this case as it would only work of the sum for Dimension 1 is lower than 1, as opposed to a count of all the Dimension level 3 that are meeting that criteria.&amp;nbsp; I appreciate your help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242133#M24662</guid>
      <dc:creator />
      <dc:date>2017-01-13T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242134#M24663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might be able to help better if I have a sample to look at, but without one, I just understand the problem in bits and pieces &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242134#M24663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T15:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Text In Pivot Table Column</title>
      <link>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242135#M24664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure but you may need two measures to achieve your output, see if something like this can help, I used expressions here as suggested by &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149426_Capture.PNG" style="height: 206px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-of-Text-In-Pivot-Table-Column/m-p/1242135#M24664</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-01-13T16:15:37Z</dc:date>
    </item>
  </channel>
</rss>

