<?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: how to add dummy values to charts? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725340#M260179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my screenshot above, I only have actual data in 1 month. Therefore, the dummy expression ensures that 5 months plus current month still displays. To try it out in your chart, make a new expression and uncheck the Display Options so that it isn't shown (but still is calc'd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. sum({&amp;lt;[Product]={'Desktop','Laptop''},Year=,Quarter=,Month=,MonthYearNew={"&amp;gt;=$(=addmonths(max(MonthYearNew),-5)) &amp;lt;=$(=Max(MonthYearNew))"}&amp;gt;} &lt;STRONG&gt;1&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace amount field with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 14:17:23 GMT</pubDate>
    <dc:creator>sjoelsona8</dc:creator>
    <dc:date>2014-08-06T14:17:23Z</dc:date>
    <item>
      <title>how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725334#M260173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created charts which show values by month, which has been restricted to show 5 months from the current month for various accounts. However, when a new account is added to the DB, which has values&amp;nbsp; for the current month only, the chart will show the same. &lt;/P&gt;&lt;P&gt;is it possible to get the chart to show the previous 5 months with 0 values ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 12:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725334#M260173</guid>
      <dc:creator>bell_byloli</dc:creator>
      <dc:date>2014-08-06T12:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725335#M260174</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;STRONG&gt;UNCHECK&lt;/STRONG&gt; the &lt;STRONG&gt;suppress zero&lt;/STRONG&gt; option in the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 12:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725335#M260174</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-08-06T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725336#M260175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; dimension is month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression is &lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Product]={'Desktop','Laptop''},Month={"&amp;gt;=$(=addmonths(max(Month),-5)) &amp;lt;=$(=Max(Month))"}&amp;gt;}(amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if uncheck the Supress Zero Values option it will show all the existing months. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 13:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725336#M260175</guid>
      <dc:creator>bell_byloli</dc:creator>
      <dc:date>2014-08-06T13:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725337#M260176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a dummy expression (e.g. Sum(1)) to the chart and clear all checkboxes under 'Display Options'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To restrict to show trailing 5 months, you can use set analysis like:&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt;Date={'&amp;lt;=$(=Max(Date))&amp;gt;$(=AddMonths(Max(Date), -5))'}, Year=, Quarter=, Month=, MonthYear=&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="belliapa.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/63839_belliapa.jpg" style="width: 620px; height: 331px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 13:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725337#M260176</guid>
      <dc:creator>sjoelsona8</dc:creator>
      <dc:date>2014-08-06T13:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725338#M260177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m using a similar expression. not sure how to add the dummy expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revenue &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;[Product]={'Desktop','Laptop''},Year=,Quarter=,Month=,MonthYearNew={"&amp;gt;=$(=addmonths(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthYearNew&lt;/SPAN&gt;),-5)) &amp;lt;=$(=Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthYearNew&lt;/SPAN&gt;))"}&amp;gt;}(amount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;this expression gives me the trailing 5 months. however when i select an account which is new and may not have the previous months data, it only ends up showing the existing month data only, not able to achieve the empty trailing months .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 13:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725338#M260177</guid>
      <dc:creator>bell_byloli</dc:creator>
      <dc:date>2014-08-06T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725339#M260178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, in Dimension select &lt;STRONG&gt;show all value &lt;/STRONG&gt; and uncheck the suppress zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725339#M260178</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-08-06T14:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725340#M260179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my screenshot above, I only have actual data in 1 month. Therefore, the dummy expression ensures that 5 months plus current month still displays. To try it out in your chart, make a new expression and uncheck the Display Options so that it isn't shown (but still is calc'd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. sum({&amp;lt;[Product]={'Desktop','Laptop''},Year=,Quarter=,Month=,MonthYearNew={"&amp;gt;=$(=addmonths(max(MonthYearNew),-5)) &amp;lt;=$(=Max(MonthYearNew))"}&amp;gt;} &lt;STRONG&gt;1&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace amount field with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725340#M260179</guid>
      <dc:creator>sjoelsona8</dc:creator>
      <dc:date>2014-08-06T14:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725341#M260180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did that , but i still do get the desired result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be great if you could provide ( load) the QVW file that you showed in the example above. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725341#M260180</guid>
      <dc:creator>bell_byloli</dc:creator>
      <dc:date>2014-08-06T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to add dummy values to charts?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725342#M260181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached an an example. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-add-dummy-values-to-charts/m-p/725342#M260181</guid>
      <dc:creator>sjoelsona8</dc:creator>
      <dc:date>2014-08-06T15:05:45Z</dc:date>
    </item>
  </channel>
</rss>

