<?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 Data problem - Show aggregate level data at detail level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321719#M118528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Product, PeriodStartDate, PeriodEndDate, SalesValue&lt;/P&gt;&lt;P&gt;A, 26/09/2011, 03/10/2011, 800.00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD Product,&lt;/P&gt;&lt;P&gt; Date(PeriodStartDate+iterno()-1) as Date, &lt;/P&gt;&lt;P&gt; (SalesValue / (PeriodEndDate-PeriodStartDate+1) ) as Value&lt;/P&gt;&lt;P&gt;resident INPUT while PeriodStartDate+IterNo()-1 &amp;lt;= PeriodEndDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 17:40:26 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-11-15T17:40:26Z</dc:date>
    <item>
      <title>Data problem - Show aggregate level data at detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321716#M118525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;The data I have is as follows: &lt;/P&gt;&lt;P&gt; Product, PeriodStartDate, PeriodEndDate, SalesValue&lt;/P&gt;&lt;P&gt;A, 26/09/2011, 03/10/2011, 800.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display data like this:&lt;/P&gt;&lt;P&gt;Product, PeriodDate, SalesValue&lt;/P&gt;&lt;P&gt;A, 26/09/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 27/09/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 28/09/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 29/09/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 30/09/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 01/10/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 02/10/2011, 100.00&lt;/P&gt;&lt;P&gt;A, 03/10/2011, 100.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The Sales Value is divided by the No. of days in the period i.e. 800/8 = 100).&lt;/P&gt;&lt;P&gt;Do I need to creat an intermediate table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 16:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321716#M118525</guid>
      <dc:creator />
      <dc:date>2011-11-15T16:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321717#M118526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SalesValue/(PeriodEndDate-PeriodStartDate) as NewSalesValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 16:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321717#M118526</guid>
      <dc:creator />
      <dc:date>2011-11-15T16:58:10Z</dc:date>
    </item>
    <item>
      <title>Data problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321718#M118527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi marcsliving&lt;/P&gt;&lt;P&gt;,I dont think I explained well.&lt;/P&gt;&lt;P&gt; I want the aggregated information that I have to be displayed in a detail manner. Could you tell me how to generate the dates between the start and end dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 17:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321718#M118527</guid>
      <dc:creator />
      <dc:date>2011-11-15T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Data problem - Show aggregate level data at detail level</title>
      <link>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321719#M118528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Product, PeriodStartDate, PeriodEndDate, SalesValue&lt;/P&gt;&lt;P&gt;A, 26/09/2011, 03/10/2011, 800.00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD Product,&lt;/P&gt;&lt;P&gt; Date(PeriodStartDate+iterno()-1) as Date, &lt;/P&gt;&lt;P&gt; (SalesValue / (PeriodEndDate-PeriodStartDate+1) ) as Value&lt;/P&gt;&lt;P&gt;resident INPUT while PeriodStartDate+IterNo()-1 &amp;lt;= PeriodEndDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 17:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321719#M118528</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-15T17:40:26Z</dc:date>
    </item>
    <item>
      <title>Data problem</title>
      <link>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321720#M118529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's absolutely amazing. I was trying with the for loop. But this is much easier with the iterno() and while loop.&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 17:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-problem-Show-aggregate-level-data-at-detail-level/m-p/321720#M118529</guid>
      <dc:creator />
      <dc:date>2011-11-15T17:49:02Z</dc:date>
    </item>
  </channel>
</rss>

