<?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: Sales vs Budget in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550934#M205767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I would not join the tables.&lt;/EM&gt; If you do, QlikView will most likely sum the budget incorrectly, since the same budget dollar will appear on several sales transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should concatenate them instead. First rename all necessary keys so they match, e.g. BudgetYear and SalesYear should both be named "Year". SalesAmount and BudgetAmount can be kept in two separate fields. Or they can be merged into "Amount", but then you need to add&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'Budget' as Type, and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'Actual' as Type,&lt;/P&gt;&lt;P&gt;to the two load statements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more here: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 16:33:23 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2014-01-17T16:33:23Z</dc:date>
    <item>
      <title>Sales vs Budget</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550931#M205764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&amp;nbsp; I have created a budget table and a sales table.&amp;nbsp; I am joining these 2 tables so that I can compare sales vs budget.&lt;/P&gt;&lt;P&gt;Is there a way to create a straight table in QV to show the whole budget table (i.e. years 2014, 2015) even though there is no sales yet.&amp;nbsp; When I create a budget table it only shows current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; How do I show All Products that have a Budget even if there are no Sales for that month/year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/51058_Capture.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 19:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550931#M205764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-03T19:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sales vs Budget</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550932#M205765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you load your sample data file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 19:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550932#M205765</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-03T19:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sales vs Budget</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550933#M205766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview by default will not show lines where the expressions return 0. I am guessing that your expression in the table is a sum of sales, so 14/15 data will not appear. To change this option, right click on the chart to bring up the properties, then to the presentation tab and uncheck "suppress zero values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works for you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 21:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550933#M205766</guid>
      <dc:creator />
      <dc:date>2014-01-03T21:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sales vs Budget</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550934#M205767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I would not join the tables.&lt;/EM&gt; If you do, QlikView will most likely sum the budget incorrectly, since the same budget dollar will appear on several sales transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should concatenate them instead. First rename all necessary keys so they match, e.g. BudgetYear and SalesYear should both be named "Year". SalesAmount and BudgetAmount can be kept in two separate fields. Or they can be merged into "Amount", but then you need to add&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'Budget' as Type, and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'Actual' as Type,&lt;/P&gt;&lt;P&gt;to the two load statements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more here: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550934#M205767</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-17T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sales vs Budget</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550935#M205768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much quicker processing/rendering of the chart using this approach also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550935#M205768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T19:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sales vs Budget</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550936#M205769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Erica&lt;/P&gt;&lt;P&gt;this is good point for me also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Chandana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 04:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-vs-Budget/m-p/550936#M205769</guid>
      <dc:creator />
      <dc:date>2014-10-23T04:58:28Z</dc:date>
    </item>
  </channel>
</rss>

