<?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: From Pivottable to diagram - formel problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152725#M521774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciaran,&lt;/P&gt;&lt;P&gt;thank you for your reply. In the attachment you will find the same example with other values.&lt;/P&gt;&lt;P&gt;My problem is to show the forecast(avg) values for future month in the diagram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 08:49:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-23T08:49:56Z</dc:date>
    <item>
      <title>From Pivottable to diagram - formel problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152723#M521772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that I have simple problem: I have a pivottable. Each column contains a formel.&lt;/P&gt;&lt;P&gt;I have data from Jan - to Mai. Another columns are forecast-values (yellow). &lt;/P&gt;&lt;P&gt;Now I want to show this values in diagram. Existing values from Jan to Mai are displayed. Column from Jun to Dec are not displayed like in the pivottable&lt;/P&gt;&lt;P&gt;In the axis I show the month with interval ( Max: 12). &lt;/P&gt;&lt;P&gt;How I can display the formel for each Month in the diagram ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="graph.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128497_graph.JPG" style="height: 321px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152723#M521772</guid>
      <dc:creator />
      <dc:date>2016-06-20T12:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: From Pivottable to diagram - formel problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152724#M521773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi André,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post a copy of your application/chart for us to see?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152724#M521773</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-20T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: From Pivottable to diagram - formel problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152725#M521774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciaran,&lt;/P&gt;&lt;P&gt;thank you for your reply. In the attachment you will find the same example with other values.&lt;/P&gt;&lt;P&gt;My problem is to show the forecast(avg) values for future month in the diagram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152725#M521774</guid>
      <dc:creator />
      <dc:date>2016-06-23T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: From Pivottable to diagram - formel problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152726#M521775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue with your chart is that you are using Month as your Dimension, but there are no Months for 5, 6, 7 so your expression won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;if(Monat=7&lt;/EM&gt;&lt;/STRONG&gt; will never be greater than 0 if the 7th month doesn't exist and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;sum(Stunden)/count(DISTINCT(Monat))&lt;/EM&gt;&lt;/STRONG&gt; won't appear on the chart as there is no Month to map the Expression to the Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure where to even start here, for the line chart, you should only be using one expression as each one will create a single point, independent from the previous one. As for the FC months, you will need to read up on &lt;STRONG&gt;Forecast&lt;/STRONG&gt; (found in the Axis tab).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 13:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152726#M521775</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-23T13:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: From Pivottable to diagram - formel problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152727#M521776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. Yes, it is correct.&lt;/P&gt;&lt;P&gt;In the properties --&amp;gt; Axis I found "continuous" --&amp;gt; Max = 12 and interval = 1.&lt;/P&gt;&lt;P&gt;But I still don't know, how I can show forecast(avg) values for the month 6-12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;ask for &lt;SPAN&gt;support&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="forecast.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129425_forecast.JPG" style="height: 277px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 14:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152727#M521776</guid>
      <dc:creator />
      <dc:date>2016-06-28T14:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: From Pivottable to diagram - formel problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152728#M521777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was solved by mastercalender + formel: If(Month &amp;lt; Month(Today()), Sum($(vStd)), Rangesum(Above($(vAVG) , 0, RowNo())) + Avg({1}0) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 06:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Pivottable-to-diagram-formel-problem/m-p/1152728#M521777</guid>
      <dc:creator />
      <dc:date>2016-09-09T06:57:05Z</dc:date>
    </item>
  </channel>
</rss>

