<?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: Help with QlikView Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221700#M390553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have limited string, you can write an expression for each string:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;ColB={'*string1*'}&amp;gt;} 1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2017 16:05:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-06T16:05:46Z</dc:date>
    <item>
      <title>Help with QlikView Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221698#M390551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a hard time trying to implement a formula inside QlikView...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask for some help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data looks like this:&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); 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;ColA&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ColB - list of values concatenated by ;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;id1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;string1;string2;string3;string4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;id2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;string1;string4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;id3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;string3;string4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to count the total number of times a "string" in ColB appears depending on the selection of ColA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if all "ids" in ColA are selected, the result would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string1 : 2 times&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;string2 : 1 time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;string3 : 2 times&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;string4 : 3 times&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 15:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221698#M390551</guid>
      <dc:creator />
      <dc:date>2017-02-06T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with QlikView Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221699#M390552</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;Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColA, ColB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id1, string1;string2;string3;string4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id2, string1;string4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id3, string3;string4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct ColB,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(ColB, ';') as List&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&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/152179_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221699#M390552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-06T16:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with QlikView Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221700#M390553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have limited string, you can write an expression for each string:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;ColB={'*string1*'}&amp;gt;} 1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 16:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221700#M390553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T16:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with QlikView Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221701#M390554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Answer...&amp;nbsp; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 17:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-QlikView-Formula/m-p/1221701#M390554</guid>
      <dc:creator />
      <dc:date>2017-02-06T17:14:10Z</dc:date>
    </item>
  </channel>
</rss>

