<?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 dimension month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/1566101#M457523</link>
    <description>&lt;P&gt;Thanks for&amp;nbsp; help.&lt;/P&gt;&lt;P&gt;I found the answer by placing an if inside Aggr&lt;/P&gt;&lt;P&gt;sum(&lt;BR /&gt;Aggr(&lt;BR /&gt;if(&lt;BR /&gt;Count({&amp;lt;Content={'publications'}&amp;gt;} distinct Cust)=1&lt;BR /&gt;and sum(LL)=0&lt;BR /&gt;,1,0),&lt;BR /&gt;Cust, Ano_Mes&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Sun, 07 Apr 2019 11:38:44 GMT</pubDate>
    <dc:creator>rafael_neves</dc:creator>
    <dc:date>2019-04-07T11:38:44Z</dc:date>
    <item>
      <title>set analysis dimension month</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/120576#M457521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have a function that ignores the dimension of month when I put it in a graphic.&lt;/P&gt;&lt;P&gt;how do I for this part of the function consider the dimension that is displayed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will use as an example the month of October&lt;/P&gt;&lt;P&gt;without filter the graphic marks a number of 301&lt;/P&gt;&lt;P&gt;with filter in October o Graph mark 529 (Correct Number)&lt;/P&gt;&lt;P&gt;I think I'm missing out on this part.&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: 13.3333px;"&gt;Count({&amp;lt;CUS_CUST_ID={'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=SUM(LL_Maximo_Mes)=0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'},PACKAGE_CONTENT={'publications'} &amp;gt;} distinct CUS_CUST_ID)&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: 13.3333px;"&gt;&lt;BR /&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: 13.3333px;"&gt;&lt;BR /&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: 13.3333px;"&gt;Thanks a lot for the help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/120576#M457521</guid>
      <dc:creator>rafael_neves</dc:creator>
      <dc:date>2018-10-19T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dimension month</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/120577#M457522</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;When you select a month, only that month is considered for your set analysis. So in October there are 529 customers with Sum(LL_Maximo_Mes)=0. But some of those customers can have Sum(LL_Maximo_Mes)&amp;lt;&amp;gt;0 in other months, therefor they are excluded by your set analysis. I don't think you can solve this with set analysis, I think you'll need Aggr for this. Something like&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: 13.3333px;"&gt;Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PACKAGE_CONTENT={'publications'} &amp;gt;} &lt;/SPAN&gt;If(Aggr(Sum(LL_Maximo_Mes), Month, CUS_CUST_ID)=0, distinct CUS_CUST_ID)&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: 13.3333px;"&gt;Hope this helps.&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: 13.3333px;"&gt;Juraj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 23:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/120577#M457522</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-11-02T23:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dimension month</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/1566101#M457523</link>
      <description>&lt;P&gt;Thanks for&amp;nbsp; help.&lt;/P&gt;&lt;P&gt;I found the answer by placing an if inside Aggr&lt;/P&gt;&lt;P&gt;sum(&lt;BR /&gt;Aggr(&lt;BR /&gt;if(&lt;BR /&gt;Count({&amp;lt;Content={'publications'}&amp;gt;} distinct Cust)=1&lt;BR /&gt;and sum(LL)=0&lt;BR /&gt;,1,0),&lt;BR /&gt;Cust, Ano_Mes&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2019 11:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dimension-month/m-p/1566101#M457523</guid>
      <dc:creator>rafael_neves</dc:creator>
      <dc:date>2019-04-07T11:38:44Z</dc:date>
    </item>
  </channel>
</rss>

