<?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 Consolidation of Chart Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334165#M29189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data in a table that I'm trying to count the number of times a word occurs&amp;nbsp; and chart those. The date looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managed Services&lt;/P&gt;&lt;P&gt;Deployment Services;#Managed Services;#RFP&lt;/P&gt;&lt;P&gt;Deployment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Deployment Services;#Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Healthcare;#Professional Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I chart using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WildMatch([Group Assignment],'*Fulfillment*'),[Group Assignment])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me a column for each unique entry that contains the word Fulfillment, what i'm trying to get to is a single column that shows me a count of every entry that contains the word Fulfillment instead of splitting them out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2017 16:46:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-27T16:46:33Z</dc:date>
    <item>
      <title>Consolidation of Chart Values</title>
      <link>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334165#M29189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data in a table that I'm trying to count the number of times a word occurs&amp;nbsp; and chart those. The date looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managed Services&lt;/P&gt;&lt;P&gt;Deployment Services;#Managed Services;#RFP&lt;/P&gt;&lt;P&gt;Deployment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Deployment Services;#Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Fulfillment Services&lt;/P&gt;&lt;P&gt;Healthcare;#Professional Services&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I chart using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WildMatch([Group Assignment],'*Fulfillment*'),[Group Assignment])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me a column for each unique entry that contains the word Fulfillment, what i'm trying to get to is a single column that shows me a count of every entry that contains the word Fulfillment instead of splitting them out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334165#M29189</guid>
      <dc:creator />
      <dc:date>2017-04-27T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidation of Chart Values</title>
      <link>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334166#M29190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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(WildMatch([Group Assignment],'*Fulfillment*'), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fulfillment', &lt;/SPAN&gt;[Group Assignment])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334166#M29190</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-27T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidation of Chart Values</title>
      <link>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334167#M29191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or just 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(WildMatch([Group Assignment],'*Fulfillment*'), '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Fulfillment'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Consolidation-of-Chart-Values/m-p/1334167#M29191</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-27T16:52:12Z</dc:date>
    </item>
  </channel>
</rss>

