<?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 Showing NULL revenues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217900#M71073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Nigel West wrote:QlikView is designed to show you data that is there, rather than data that is not!&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;True, true ...&lt;BR /&gt;Unfortunately, due to other aspects of the app (not just sales, also costs, budgets, in various versions, 3 year history) I would like to avoid the cross-join solution.&lt;/P&gt;&lt;P&gt;Anyways, thanks again for your feedback ... if I find a solution that avoids 'filling the gaps' I will post it here.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 17:38:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-20T17:38:57Z</dc:date>
    <item>
      <title>Showing NULL revenues</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217896#M71069</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 want to display a table with all the days of a month (1-28,29,30, or 31) and the revenue made on that day.&lt;/P&gt;&lt;P&gt;So, the field 'Day' is my dimension, '=sum(rev)' is my expression.&lt;BR /&gt;Fine.&lt;/P&gt;&lt;P&gt;But my data is sparse, i.e. not on all days I can show revenue, e.g. in the middle of the current month.&lt;BR /&gt;So, QV shows only the days where I made revenue.&lt;/P&gt;&lt;P&gt;How can I convince QV to show all days, and provide a NULL on days w/out revenue?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217896#M71069</guid>
      <dc:creator />
      <dc:date>2010-01-20T15:51:21Z</dc:date>
    </item>
    <item>
      <title>Showing NULL revenues</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217897#M71070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thilo&lt;/P&gt;&lt;P&gt;Do you have every day stored in a table, with a link to sales where relevant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217897#M71070</guid>
      <dc:creator />
      <dc:date>2010-01-20T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Showing NULL revenues</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217898#M71071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;(simplified) I have one table Sales with 2 fields salesdate and rev.&lt;BR /&gt;I simply load that table.&lt;/P&gt;&lt;P&gt;After that, I do&lt;/P&gt;&lt;P&gt;CTmp:&lt;BR /&gt;load distinct salesdate as dtTmp&lt;BR /&gt;resident Sales;&lt;/P&gt;&lt;P&gt;Calendar:&lt;BR /&gt;load&lt;BR /&gt; dtTmp as salesdate,&lt;BR /&gt; Day(dtTmp) as Day,&lt;BR /&gt; Month(dtTmp) as Month,&lt;BR /&gt;&lt;BR /&gt; .... other calender stuff ...&lt;BR /&gt;&lt;BR /&gt;resident CTmp;&lt;BR /&gt;drop table CTmp;&lt;/P&gt;&lt;P&gt;So I have 2 tables (Sales, Calendar) connected via field salesdate.&lt;/P&gt;&lt;P&gt;Can I interpret your question that I have to ensure that Calendar includes ALL dates, not just the existing ... &lt;IMG alt="Idea" src="http://community.qlik.com/emoticons/emotion-55.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217898#M71071</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:03:41Z</dc:date>
    </item>
    <item>
      <title>Showing NULL revenues</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217899#M71072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thilo&lt;/P&gt;&lt;P&gt;I think you would need to create a single table that has all dates, probably using a cross join to ensure you have it all in a single table. I have tried in the past to achieve this without everything in the same table but it is impossible as far as I am aware, QlikView is designed to show you data that is there, rather than data that is not!&lt;/P&gt;&lt;P&gt;Sorry, but hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217899#M71072</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:15:57Z</dc:date>
    </item>
    <item>
      <title>Showing NULL revenues</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217900#M71073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Nigel West wrote:QlikView is designed to show you data that is there, rather than data that is not!&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;True, true ...&lt;BR /&gt;Unfortunately, due to other aspects of the app (not just sales, also costs, budgets, in various versions, 3 year history) I would like to avoid the cross-join solution.&lt;/P&gt;&lt;P&gt;Anyways, thanks again for your feedback ... if I find a solution that avoids 'filling the gaps' I will post it here.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217900#M71073</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:38:57Z</dc:date>
    </item>
    <item>
      <title>Showing NULL revenues</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217901#M71074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;thanks for sending me into the right direction.&lt;/P&gt;&lt;P&gt;I (think I) solved the problem by filling the gaps, not in the Sales table, but in the Calendar table.&lt;/P&gt;&lt;P&gt;I calculated the min and max date (using min/ max functions), and then generated the calendar based on load ... autogenerate.&lt;/P&gt;&lt;P&gt;I used MonthStart/ MonthEnd functions to ensure complete months.&lt;BR /&gt;It works (at least for me and my specific problem).&lt;/P&gt;&lt;P&gt;Thanks again for helping me think! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-NULL-revenues/m-p/217901#M71074</guid>
      <dc:creator />
      <dc:date>2010-01-20T19:18:09Z</dc:date>
    </item>
  </channel>
</rss>

