<?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 Forecasting and Filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191537#M22413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im making a simple month forecast table. It fills the days yet to come with an average of the days with actual data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139016_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;If i dont make any filtering it works just fine. But if i filter, for example, payments with money or credit cards the forecast data wont be displayed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139017_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put the filter in se analysis it works fine too. But i dont want to add all payments types in set analysis. Because i also want to sue this expression in a line graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 14:52:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-28T14:52:02Z</dc:date>
    <item>
      <title>Forecasting and Filters</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191537#M22413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im making a simple month forecast table. It fills the days yet to come with an average of the days with actual data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139016_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;If i dont make any filtering it works just fine. But if i filter, for example, payments with money or credit cards the forecast data wont be displayed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139017_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put the filter in se analysis it works fine too. But i dont want to add all payments types in set analysis. Because i also want to sue this expression in a line graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 14:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191537#M22413</guid>
      <dc:creator />
      <dc:date>2016-09-28T14:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting and Filters</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191538#M22414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;{1}&lt;/SPAN&gt;TOTAL) &amp;lt;&amp;gt; 0, Sum(TOTAL), Avg({&amp;lt;TOTAL = {'&amp;gt;0'} TOTAL Aggr(Sum(TOTAL), DIA)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 18:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191538#M22414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting and Filters</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191539#M22415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it, but it fills all rows with the average.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 18:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191539#M22415</guid>
      <dc:creator />
      <dc:date>2016-09-28T18:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting and Filters</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191540#M22416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the rows? Really? Can you show me a sample where it does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 19:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191540#M22416</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-28T19:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting and Filters</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191541#M22417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops, you were right. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139059_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I got confused because it lost the capability to filter by month and year and i was looking at 2015 august.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working, thank you very much and sorry for the confusion! Altough it still doesnt work for pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i can at least make it work for line charts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 19:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-and-Filters/m-p/1191541#M22417</guid>
      <dc:creator />
      <dc:date>2016-09-28T19:42:31Z</dc:date>
    </item>
  </channel>
</rss>

