<?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 How can I build a table about how many times a given value has a common feature with others? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27718#M780596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="474" style="border: 1px solid rgb(0, 0, 0); width: 193px; height: 444px;"&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;Day of Work&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;Worker&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Monday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Monday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Monday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Tuesday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Wednesday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Wednesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Wednesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Thursday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thursday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thursday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Fred&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Friday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Friday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Friday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Friday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Fred&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to know how many days each Worker worked with Adam, i. e., I want to obtain a table like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); width: 107px; height: 121px;"&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;Worker&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;Days&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Carl&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dan&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Emma&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fred&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me? Many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>mlarruda</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27718#M780596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="474" style="border: 1px solid rgb(0, 0, 0); width: 193px; height: 444px;"&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;Day of Work&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;Worker&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Monday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Monday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Monday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Tuesday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Wednesday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Wednesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Wednesday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Thursday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thursday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thursday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Fred&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Friday&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Friday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Friday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Emma&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Friday&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Fred&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to know how many days each Worker worked with Adam, i. e., I want to obtain a table like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); width: 107px; height: 121px;"&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;Worker&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;Days&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bob&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Carl&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dan&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Emma&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Fred&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me? Many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27718#M780596</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27719#M780597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to achieve this at script level or at front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27719#M780597</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-28T20:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27720#M780598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't know what is Front End, but I wished something I could use directly in the table building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if this is possible only in the same script i use to read the data, then I can go for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27720#M780598</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-03-28T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27721#M780599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How Emma has worked 2 days with Adam?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27721#M780599</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-28T20:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27722#M780601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, in copying the table from Excel something went wrong. The correct output table would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob - 1&lt;/P&gt;&lt;P&gt;Carl - 2&lt;/P&gt;&lt;P&gt;Dan - 1&lt;/P&gt;&lt;P&gt;Emma - 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27722#M780601</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-03-28T20:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27723#M780603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Straight Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Worker&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Worker -= {'Adam'},[Day of Work] = P({1&amp;lt;Worker = {'Adam'}&amp;gt;}[Day of Work])&amp;gt;}Distinct [Day of Work])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197816_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27723#M780603</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-28T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27724#M780604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WORKED, with a small correction:&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: 12px; background-color: #f2f2f2;"&gt;Count({&amp;lt;Worker -= {'Adam'},[Day of Work] = P({&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;1&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;Worker = {'Adam'}&amp;gt;}[Day of Work])&amp;gt;}Distinct [Day of Work])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 1, after "P({", seems to be a type error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 14:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27724#M780604</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-02T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27725#M780606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not a type error...&lt;/P&gt;&lt;P&gt;1 will make sure that when something selected then the inner set expression will ignore that selection and you will still get Day or Work for Adam.&lt;/P&gt;&lt;P&gt;Also, if you got your answer then kindly close the thread by selecting correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 18:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27725#M780606</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-02T18:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27726#M780608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but for me the script didn't work with this 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 19:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27726#M780608</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-02T19:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27727#M780609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check that you have write it correctly and no syntax error !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 08:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27727#M780609</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-03T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27728#M780611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested and it worked both with and without the "1" but still has some problems: my real database has thousands of registers and a bit more variables. And, for example, Adam has worked 417 times with Ben in 2017 and 5 times with Carl in 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when I filter by clicking in year = 2016, the table shows Carl and 5.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When I filter by clicking in year = 2017, the table shows Ben and 417.&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;&lt;SPAN style="font-size: 13.3333px;"&gt;BUT, when I do not filter (and, so, am considering all years), the table shows only Carl and 5 instead of both rows. Can you say me why is it happening?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 14:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27728#M780611</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-03T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27729#M780612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide exact expression which you are using in your actual application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27729#M780612</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-03T15:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27730#M780613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count({&amp;lt;NAME -= {'Adam'},WORKDAY = P({1&amp;lt;NAME = {'Adam'}&amp;gt;}WORKDAY)&amp;gt;}Distinct WORKDAY)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27730#M780613</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-03T15:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27731#M780614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample app or sample data along with Year so that I can work on it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 19:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27731#M780614</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-03T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27732#M780615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Here follows a sample data of 32 rows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="138"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="36"&gt;YEAR&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;WORKDAY&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="38"&gt;NAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day01&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day01&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day02&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day02&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day03&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day03&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day04&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day04&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day05&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day05&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day06&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day07&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day07&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day08&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day08&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day09&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day10&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Adam&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day10&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day11&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day12&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day13&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day14&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day15&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day16&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day17&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ben&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day18&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day19&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day20&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day21&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day22&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day23&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Day24&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Carl&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, Adam worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Three days with Ben in 2017 (Days 01, 02 and 05)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;* Four days with Ben in 2016 &lt;/SPAN&gt;(Days 03, 04, 07 and 08)&lt;/P&gt;&lt;P&gt;* One day with Carl in 2016 (Day 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the formula&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;NAME -= {'Adam'},WORKDAY = P({1&amp;lt;NAME = {'Adam'}&amp;gt;}WORKDAY)&amp;gt;}Distinct WORKDAY)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And getting the following results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Adam01.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198343_Adam01.PNG" style="height: auto;" /&gt;&lt;IMG alt="Adam02.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/198356_Adam02.PNG" style="height: auto;" /&gt;&lt;IMG alt="Adam03.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/198357_Adam03.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for any solution you can find.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 21:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27732#M780615</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-03T21:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27733#M780616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me revise what you want?&lt;/P&gt;&lt;P&gt;For your sample data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you select 2016, you need Ben 4 and Carl 1&lt;/P&gt;&lt;P&gt;When you select 2017, you need Ben 3&lt;/P&gt;&lt;P&gt;When you not select any year, Ben 7 and Carl 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if I am wrong !!&lt;/P&gt;&lt;P&gt;if this is what you need,&lt;/P&gt;&lt;P&gt;use below expression&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Count({&amp;lt;NAME -= {'Adam'},WORKDAY = P({1&amp;lt;NAME = {'Adam'}&amp;gt;}WORKDAY)&amp;gt;}Distinct WORKDAY)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27733#M780616</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-04T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27734#M780617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVW attached for your reference...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 08:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27734#M780617</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-04T08:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27735#M780618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It is exactly what I want, but this expression is the same I am already using and that generated the screens above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27735#M780618</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-04T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27736#M780619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but I can't open this qvw:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mensagem.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198459_mensagem.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Google translation: "&lt;SPAN lang="en"&gt;This QlikView document was created by another QlikView Personal Edition user. Since you are using QlikView Personal Edition, you can only open files that you have created yourself. You can recover the file if you have created it on another computer, but doing so will use one of your remaining 4 recovery attempts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, if you recover the file, you can no longer open files created with your current user key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Do you want to continue and recover the file?"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27736#M780619</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-04T14:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build a table about how many times a given value has a common feature with others?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27737#M780620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I solved the problem. It was a big silliness of me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that, in the screens I posted before, the resulting table has (I don't know why) only one row. But now I noted it and dragged the bottom margin, showing the 2nd row, showing the correct numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, many thanks for all and sorry for my silliness.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-build-a-table-about-how-many-times-a-given-value-has-a/m-p/27737#M780620</guid>
      <dc:creator>mlarruda</dc:creator>
      <dc:date>2018-04-04T14:22:10Z</dc:date>
    </item>
  </channel>
</rss>

