<?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: Making prediction using above() - but future data disappears when a dimension is selected. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306008#M406549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved my own problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In Chart Properties &amp;gt; Dimensions Settings &amp;gt; select Show All Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works in the example given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 May 2017 23:43:39 GMT</pubDate>
    <dc:creator>william_ericksson</dc:creator>
    <dc:date>2017-05-21T23:43:39Z</dc:date>
    <item>
      <title>Making prediction using above() - but future data disappears when a dimension is selected.</title>
      <link>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306005#M406546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've built a simple scenario to demonstrate an issue I am having. &lt;SPAN style="font-size: 10pt;"&gt;I have a table with 3 fields: Year, Value and Dimension:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Year, Value, Dimension&lt;/P&gt;&lt;P&gt;2015, 31, Site1&lt;/P&gt;&lt;P&gt;2016, 33, Site1&lt;/P&gt;&lt;P&gt;2017, 34, Site1&lt;/P&gt;&lt;P&gt;2018&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Year field continues &lt;SPAN style="font-size: 13.3333px;"&gt;into the future, &lt;/SPAN&gt;past the available data. For this future date (2018),&amp;nbsp; I want to present a predicted value. For example purposes, this is the rangeavg() of current value and above() value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well, as long as no dimensions are selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="02-working.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164164_02-working.PNG" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;However, when a dimension value is selected, the 2018 row disappears:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="02-not working.PNG" class="jive-image image-2" src="/legacyfs/online/164171_02-not working.PNG" style="height: 196px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Can anyone offer a solution to make the 2018 value remain &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;visible in the Test Table regardless of dimension selected?&lt;/STRONG&gt;&amp;nbsp; I should add that in my actual scenario, the chart needs to be responsive to dimension selections (ie. site 1, site 2, site 3 etc) so we can't just ignore all selections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVW is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 May 2017 22:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306005#M406546</guid>
      <dc:creator>william_ericksson</dc:creator>
      <dc:date>2017-05-21T22:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Making prediction using above() - but future data disappears when a dimension is selected.</title>
      <link>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306006#M406547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeAvg(Value, Above(Only({1}Value)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 May 2017 22:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306006#M406547</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-21T22:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Making prediction using above() - but future data disappears when a dimension is selected.</title>
      <link>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306007#M406548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I had a similar thought. The issue is that {1} means the 2018 value is fixed to the whole dataset no matter which site is selected. I need the QV to limit by dimension as normal, but to continue to display future dates in my calendar against which there is no data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, the following (selecting the desired dimension, as well as the blank dimension) works:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="02b.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/164173_02b.PNG" style="height: 210px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I've added Site2 to the QVW to demonstrate this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 May 2017 23:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306007#M406548</guid>
      <dc:creator>william_ericksson</dc:creator>
      <dc:date>2017-05-21T23:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Making prediction using above() - but future data disappears when a dimension is selected.</title>
      <link>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306008#M406549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved my own problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In Chart Properties &amp;gt; Dimensions Settings &amp;gt; select Show All Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works in the example given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 May 2017 23:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-prediction-using-above-but-future-data-disappears-when-a/m-p/1306008#M406549</guid>
      <dc:creator>william_ericksson</dc:creator>
      <dc:date>2017-05-21T23:43:39Z</dc:date>
    </item>
  </channel>
</rss>

