<?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: How to count text within a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25466#M4212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I have tried the above - but I don't seem to get the NewType in my dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 13:25:00 GMT</pubDate>
    <dc:creator>kfahri342</dc:creator>
    <dc:date>2018-03-14T13:25:00Z</dc:date>
    <item>
      <title>How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25459#M4205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the underlying data&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date [2018]&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 1 | Type 2 | Type 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 3 | Type 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Mar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 1 | Type 3 | Type 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I need Qlikview to show this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Jan&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Mar&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Type 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought Mapping would work, but there seems to be a conflict when the same type rolls up into the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks...Again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Kozan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25459#M4205</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-14T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25460#M4206</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;In backend use trim(subfield(Type, '|')) as Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25460#M4206</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-14T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25461#M4207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CountText:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load *, Trim(subfield(Type, '|')) as NewType;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Type, Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type 1, Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type 1 | Type 2 | Type 4, Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type 3 | Type 4, Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type 1 | Type 3 | Type 4, Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type 1, Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load NewType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident CountText;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DROP Table CountText;&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;Take Pivot table Dimensions = NewType and Month&lt;/P&gt;&lt;P&gt;Expression = count(NewType)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25461#M4207</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-14T11:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25462#M4208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this seems restricted - the document I am working on have over 3000 entries and that can change over time. Is there a way to create the above that can take this into account?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kozan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 12:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25462#M4208</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-14T12:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25463#M4209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies, my knowledge on Qlikview isn't the best. Are you able to elaborate on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the data above is only a sample - the document I am actually working on has far more entries that can change over time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 12:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25463#M4209</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-14T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25464#M4210</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;You have to implement script as &lt;A href="https://community.qlik.com/qlik-users/111894"&gt;qv_testing&lt;/A&gt;‌ suggested. Just try what he suggested if it is not working then let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 12:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25464#M4210</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-14T12:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25465#M4211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was just an example using the data you provided in your OP embedded in an INLINE LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the &lt;SPAN style="font-family: 'courier new', courier;"&gt;INLINE [...]&lt;/SPAN&gt; part with a &lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM YourSource&lt;/SPAN&gt; clause and the data processing will follow whatever is present in your source data at a particular point in time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 13:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25465#M4211</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-14T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25466#M4212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I have tried the above - but I don't seem to get the NewType in my dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 13:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25466#M4212</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-14T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25467#M4213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want us to help with the integration of this solution into your script, post your script or an example document in this thread. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 13:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25467#M4213</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-14T13:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25468#M4214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could. Unfortunately it is work related and therefore strictly prohibited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have the formula recreated without the Inline piece? Lets say my underlying data is called Database.xls for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps that is where I am going wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25468#M4214</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2018-03-14T15:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to count text within a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25469#M4215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-text-within-a-field/m-p/25469#M4215</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-14T15:39:18Z</dc:date>
    </item>
  </channel>
</rss>

