<?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 Forecast with current date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711721#M473660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! &lt;/P&gt;&lt;P&gt;I have value SALES - it is Fact. &lt;/P&gt;&lt;P&gt;I want calculated SALES_forecact on another day. &lt;/P&gt;&lt;P&gt;I want use this formula SALES_forecast = day(1-31 for example January) * SALES/ count(day this month)&lt;/P&gt;&lt;P&gt;SALES for example 100&lt;/P&gt;&lt;P&gt;If am choose 15 day in January i have 100*15/31&lt;/P&gt;&lt;P&gt;If am choose 28 day in Marth i have 100 * 20/31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 12:57:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-28T12:57:44Z</dc:date>
    <item>
      <title>Forecast with current date</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711721#M473660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! &lt;/P&gt;&lt;P&gt;I have value SALES - it is Fact. &lt;/P&gt;&lt;P&gt;I want calculated SALES_forecact on another day. &lt;/P&gt;&lt;P&gt;I want use this formula SALES_forecast = day(1-31 for example January) * SALES/ count(day this month)&lt;/P&gt;&lt;P&gt;SALES for example 100&lt;/P&gt;&lt;P&gt;If am choose 15 day in January i have 100*15/31&lt;/P&gt;&lt;P&gt;If am choose 28 day in Marth i have 100 * 20/31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711721#M473660</guid>
      <dc:creator />
      <dc:date>2014-10-28T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast with current date</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711722#M473661</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales* (getselectedfield(day(datefield))/ getselectedfield(Max(day(datefield)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711722#M473661</guid>
      <dc:creator />
      <dc:date>2014-10-28T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast with current date</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711723#M473662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank ' s but that is getselectedfield - is function - i don't fund this or that do you mind. &lt;/P&gt;&lt;P&gt;max(day(datafield) - is good work but if a do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales * day(datafield)/max(day(datafield) &lt;/P&gt;&lt;P&gt;i don't show value for all month , a can show only if day is choose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711723#M473662</guid>
      <dc:creator />
      <dc:date>2014-10-28T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast with current date</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711724#M473663</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;If month and day are in your dimensions, then something like this should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(sales) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;* day(datafield) / Max(TOTAL &amp;lt;month&amp;gt; day(datafield))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that QV field names are case sensitive, so [sales] is a different field than [SALES].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711724#M473663</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-28T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast with current date</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711725#M473664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(sales) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;* day(datafield) / day(MonthEnd(datafield))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711725#M473664</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-28T14:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast with current date</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711726#M473665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Jonathan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-with-current-date/m-p/711726#M473665</guid>
      <dc:creator />
      <dc:date>2014-10-29T07:59:36Z</dc:date>
    </item>
  </channel>
</rss>

