<?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: Set Analysis - Year Dimension against People in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Year-Dimension-against-People/m-p/1095126#M363857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please explain how this below can happen, may be I am missing something -&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;"because of other people from other years contributing to that year."&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/STRONG&gt;Not sure how other people are included here even after we filtered our &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;CookieID &lt;/SPAN&gt;to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;BrandX related and if Year field is properly associated, it should show the same number in both cases.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 14:49:47 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2016-03-17T14:49:47Z</dc:date>
    <item>
      <title>Set Analysis - Year Dimension against People</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Year-Dimension-against-People/m-p/1095125#M363856</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 a Straight Chart.&lt;/P&gt;&lt;P&gt;Dimension: Year&lt;/P&gt;&lt;P&gt;Expression requirement: Out of those people who have inquired about a particular brand, I want those people who have not just inquiried about that particular brand over any year. By this I mean that they have inquired about other brands as well in their lifetime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Current Expression: =Count(DISTINCT {&amp;lt;CookieID=p({&amp;lt;Brand={'BrandX'}&amp;gt;}),&lt;SPAN style="font-size: 13.3333px;"&gt;Brand&lt;/SPAN&gt;-={'&lt;SPAN style="font-size: 13.3333px;"&gt;BrandX&lt;/SPAN&gt;'}&amp;gt;}CookieID)&lt;/P&gt;&lt;P&gt;(Note: CookieID is a unique ID which identifies a person.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Step 1: I take those people who have inquired about 'BrandX' to use in the Set expression. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;----CookieID=p({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Brand&lt;/SPAN&gt;={'BrandX'}&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Step 2: Now, I need to check whether these selected people have inquired about any other brand in their lifetime.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So I exclude BrandX from my Set&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;----(&lt;SPAN style="font-size: 13.3333px;"&gt;Brand&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;BrandX&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'}&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Step 3: And take Count of the people that I remain with&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;-----&lt;SPAN style="font-size: 13.3333px;"&gt;Count(DISTINCT {&amp;lt;CookieID=p({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Brand&lt;/SPAN&gt;={'BrandX'}&amp;gt;}),&lt;SPAN style="font-size: 13.3333px;"&gt;Brand&lt;/SPAN&gt;-={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;BrandX&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'}&amp;gt;}CookieID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: When I remove the Year Dimension, and select a particular year, say '2013', I get correct value for that year. But when I add Year dimension, the expression value across dimension value '2013' is slightly higher, because of other people from other years contributing to that year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Problem is: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The people who have inquired in a different year get attributed against that particular year dimension and few people who have inquired in other years also get distributed to those different years. I want all those people to show up under the same year. Is there any way we can achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 07:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Year-Dimension-against-People/m-p/1095125#M363856</guid>
      <dc:creator>perla_chirag</dc:creator>
      <dc:date>2016-03-17T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Year Dimension against People</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Year-Dimension-against-People/m-p/1095126#M363857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please explain how this below can happen, may be I am missing something -&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;"because of other people from other years contributing to that year."&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/STRONG&gt;Not sure how other people are included here even after we filtered our &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;CookieID &lt;/SPAN&gt;to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;BrandX related and if Year field is properly associated, it should show the same number in both cases.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Year-Dimension-against-People/m-p/1095126#M363857</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-17T14:49:47Z</dc:date>
    </item>
  </channel>
</rss>

