<?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: Generating a statistic report based on buckets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300890#M111379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way to handle this problem in a generic way (eg same report for day, week, yearly) is to add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot table properties -&amp;gt; Dimensions -&amp;gt; Add Calculated Dimension -&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Days- &lt;STRONG style="text-decoration: underline;"&gt;=DayName(Date) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR &lt;/STRONG&gt;Week- &lt;STRONG&gt;=WeekName(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR &lt;/STRONG&gt;Year - &lt;STRONG&gt;=YearName(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This esentially takes your specific row runs it against this filtering function and relates into a proper 'bucket' of day/week/year etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Alon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Aug 2011 11:52:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-28T11:52:27Z</dc:date>
    <item>
      <title>Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300877#M111366</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;I am rather new so it might be an easy question - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have a data source of (Sessions):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="114" style="height: 6px; width: 193px; border-width: 1px; border-color: #000000; border-style: solid;" width="220"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Username&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Day&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;MinutesInWebsite&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username | Day | MinutesInWebsite&lt;/P&gt;&lt;P&gt;User1, 1, 10&lt;/P&gt;&lt;P&gt;User1, 1, 20&lt;/P&gt;&lt;P&gt;User2, 1, 30&lt;/P&gt;&lt;P&gt;User1, 2, 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to generate a report that would display this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="127" style="height: 129px; width: 315px; border-width: 1px; border-color: #000000; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;Day 1&lt;/TD&gt;&lt;TD&gt;Day 2&lt;/TD&gt;&lt;TD&gt;Day N...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AverageTime&lt;/TD&gt;&lt;TD&gt;20 ((10+20+30)/3)&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total Users&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;For the sake of the example I use Day as an integer, most likely though is that I will use a date parameter instead and would like to know how I can define a report that takes such ranges in mind (eg split into week buckets, or months, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a complex question please direct me to the correct reading material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated,&lt;/P&gt;&lt;P&gt;Alon Cohen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 11:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300877#M111366</guid>
      <dc:creator />
      <dc:date>2011-08-25T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300878#M111367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would also be helpful to differentiate in the bottom table between:&lt;/P&gt;&lt;P&gt;Total Users and Total Unique Users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 12:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300878#M111367</guid>
      <dc:creator />
      <dc:date>2011-08-25T12:01:22Z</dc:date>
    </item>
    <item>
      <title>Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300879#M111368</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;As i understand you need to aggregate the values when sum the values in the expression you need to aggregate the values by Day. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 12:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300879#M111368</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-25T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300880#M111369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300880#M111369</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-25T13:13:14Z</dc:date>
    </item>
    <item>
      <title>Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300881#M111370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this work for you:.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dummy Script:&lt;/P&gt;&lt;P&gt;Load * inline [Username,Day, MinutesInWebsite&lt;/P&gt;&lt;P&gt;User1, 1, 10&lt;/P&gt;&lt;P&gt;User1, 1, 20&lt;/P&gt;&lt;P&gt;User2, 1, 30&lt;/P&gt;&lt;P&gt;User1, 2, 15];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension in Pivot chart: Username&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formulas:&lt;/P&gt;&lt;P&gt;Avg Time: avg(MinutesInWebsite)&lt;/P&gt;&lt;P&gt;No of Usres: count(distinct Username)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now juts drag the formulas left and down and it should work ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300881#M111370</guid>
      <dc:creator>klausskalts</dc:creator>
      <dc:date>2011-08-25T13:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300882#M111371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or u can see ur accurate result using attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300882#M111371</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-25T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300883#M111372</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;&lt;/P&gt;&lt;P&gt;See the attached sample for clearity of the Average and Count hoe to calculate them i place two types of charts for comaprison in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Straight table &lt;/P&gt;&lt;P&gt;2. Pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how to use the aggregation function in charts,lets see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this updated file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300883#M111372</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-25T13:26:51Z</dc:date>
    </item>
    <item>
      <title>Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300884#M111373</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;It is correct to you or not please confirm me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 13:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300884#M111373</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-25T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300885#M111374</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;Thank you all for the reply - sorry for late return on my part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I wasn't clear (though your answer was also helpful regardless).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean if I store the 'day' as a date parameter and later on I want to be able to group my users by different bucket ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg one report on a daily basis, the other on a weekly, then monthly, etc - using the same Date param.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;User1, '01-20-2000', 10&lt;/P&gt;&lt;P&gt;User1, '01-20-2000', 20&lt;/P&gt;&lt;P&gt;User2, '01-20-2000', 30&lt;/P&gt;&lt;P&gt;User2, '01-22-2000', 30&lt;/P&gt;&lt;P&gt;User1, '01-28-2000', 15];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daily:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Day '01-20'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Day 'MM-DD'..&amp;nbsp; X N-times&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Day '01-22'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ffffff;"&gt;Day '01-28'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Average&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UniqueTotal&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Weekly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Week 1 - '01-20'&amp;nbsp; - '01-26'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Week 2- '01-27'- ' '01-13'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Average&lt;/TD&gt;&lt;TD&gt;90/4 =22.5&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UniqueTotal&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alon Cohen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 13:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300885#M111374</guid>
      <dc:creator />
      <dc:date>2011-08-26T13:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300886#M111375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched file &lt;/P&gt;&lt;P&gt;might help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 13:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300886#M111375</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-26T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300887#M111376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks that does look like the right direction for me though still 'hard coded' dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to be able to set a 'dimensions' parameter - eg: 1, 7, 30, 365 and let the report do the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems I need to read about: cycle groups, Add Calculated Dimension - &lt;/P&gt;&lt;P&gt;If I find a generic way to handle this (as opposed to hard-coded dates in the expression) I will post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Alon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 14:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300887#M111376</guid>
      <dc:creator />
      <dc:date>2011-08-26T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300888#M111377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will this solve ur problem or still u require any help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300888#M111377</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-26T15:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300889#M111378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing missing is out to not have to hard-code the date values into the report,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I figure that out (or if anyone knows) that would solve my problem entirely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Alon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 16:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300889#M111378</guid>
      <dc:creator />
      <dc:date>2011-08-26T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a statistic report based on buckets</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300890#M111379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way to handle this problem in a generic way (eg same report for day, week, yearly) is to add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot table properties -&amp;gt; Dimensions -&amp;gt; Add Calculated Dimension -&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Days- &lt;STRONG style="text-decoration: underline;"&gt;=DayName(Date) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR &lt;/STRONG&gt;Week- &lt;STRONG&gt;=WeekName(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR &lt;/STRONG&gt;Year - &lt;STRONG&gt;=YearName(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This esentially takes your specific row runs it against this filtering function and relates into a proper 'bucket' of day/week/year etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Alon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Aug 2011 11:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-statistic-report-based-on-buckets/m-p/300890#M111379</guid>
      <dc:creator />
      <dc:date>2011-08-28T11:52:27Z</dc:date>
    </item>
  </channel>
</rss>

