<?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: Populating missing data for dates where product has no volume in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681233#M475575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if you create a flag where volume is zero and then use that flag while pulling count of incidents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 18:54:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-15T18:54:08Z</dc:date>
    <item>
      <title>Populating missing data for dates where product has no volume</title>
      <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681232#M475574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to populate missing data in order to accurately calculate average and standard deviation for products over a given timeframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a master calendar populating Opened_At_Date for the last 60 days and then I have an SQL query that is pulling in the count of incidents created by product over the last 60 days by date (same format as Opened_At_Date).&amp;nbsp; My problem is not every product has volume on every day.&amp;nbsp; I need to find the dates where a product doesn't have volume and populate it with a zero.&amp;nbsp; Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 17:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681232#M475574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T17:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Populating missing data for dates where product has no volume</title>
      <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681233#M475575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if you create a flag where volume is zero and then use that flag while pulling count of incidents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 18:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681233#M475575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T18:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Populating missing data for dates where product has no volume</title>
      <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681234#M475576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again I am just thinking of different options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of join you are using with master calendar and product data from SQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you have Product table from SQL left join with master calendar table then where there is no volume that will have NULL in that column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get this you can replace NULL with 0 using resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 19:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681234#M475576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T19:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Populating missing data for dates where product has no volume</title>
      <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681235#M475577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Again I am just thinking of different options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What kind of join you are using with master calendar and product data from SQL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I think if you have Product table from SQL left join with master calendar table then where there is no volume that will have NULL in that column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you get this you can replace NULL with 0 using resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 19:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681235#M475577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T19:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Populating missing data for dates where product has no volume</title>
      <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681236#M475578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 20:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681236#M475578</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-15T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Populating missing data for dates where product has no volume</title>
      <link>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681237#M475579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll poke around this in the morning to see if I can understand what you have done.&amp;nbsp; I see you commented out the statistics section so I will need to figure out how to make that work again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick glance I think I could store Product_Volumes into a QVD then calc StDev and Avg from that QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 23:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populating-missing-data-for-dates-where-product-has-no-volume/m-p/681237#M475579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T23:35:12Z</dc:date>
    </item>
  </channel>
</rss>

