<?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: Problem in Aggregation by DATE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814108#M287191</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;No, its showing the zeroes because the second column is not zero. To use the suppress rows on zero option, all expressions on that row must return zero (or null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the second column is last year's data. Use a structure like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Column(1) &amp;lt;&amp;gt; 0, Sum(........))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(where Sum(......) is the existing expression 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 06:48:09 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-03-17T06:48:09Z</dc:date>
    <item>
      <title>Problem in Aggregation by DATE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814107#M287190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am having the below problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My model having many fact tables, so i am concatenating all into one combine fact i am linking with Master calender table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say i have Fact1 it has sales, i calculated Last Year values at the script level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have dimension it has country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my set analysis i am using aggregation to get the country wise sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;Now the Problem is &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if India having data for only few days, lets say is has the data for 12 days of march. &lt;/P&gt;&lt;P&gt;another country US having 15 days data, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for single country is it taking the proper values, when i select two country together it should aggregate both country data means 12days + 15 days data and it should give the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but at my case it is taking 'zero' values for 3days in india(because i have only 12 days data in india)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should not happened like this because if it takes zero values, my Last Year values also considered for the calculation which is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at the sample image, for the same. it is showing zero values for one country just because of another country having the values for those days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80904_Sample.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your ideas are great help to me, A big thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeharsha V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 06:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814107#M287190</guid>
      <dc:creator />
      <dc:date>2015-03-17T06:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Aggregation by DATE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814108#M287191</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;No, its showing the zeroes because the second column is not zero. To use the suppress rows on zero option, all expressions on that row must return zero (or null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the second column is last year's data. Use a structure like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Column(1) &amp;lt;&amp;gt; 0, Sum(........))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(where Sum(......) is the existing expression 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 06:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814108#M287191</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-03-17T06:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Aggregation by DATE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814109#M287192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second column having last year values, if it is&amp;nbsp; the case it should show the zero s for entire month, i have data till 12th March, in my analysis i found i have the data for 12days for the another country, that's why it is showing the zero for this country &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 06:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814109#M287192</guid>
      <dc:creator />
      <dc:date>2015-03-17T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Aggregation by DATE</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814110#M287193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to keep it UP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i will get some answer today &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 05:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Aggregation-by-DATE/m-p/814110#M287193</guid>
      <dc:creator />
      <dc:date>2015-03-19T05:55:48Z</dc:date>
    </item>
  </channel>
</rss>

