<?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: Final balance vs forecast in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105701#M7174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try with quotes?&lt;/P&gt;&lt;P&gt;Month={&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;"&lt;/STRONG&gt;&amp;gt;$(= Max (Month))&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;"&lt;/STRONG&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2018 21:11:34 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-11-05T21:11:34Z</dc:date>
    <item>
      <title>Final balance vs forecast</title>
      <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105698#M7171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a problem with the comparison between the final data and the forecast. I have 2 tables so structured.&lt;BR /&gt;For the final budget I have:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;month | year | headquarters | final date&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;For the forecast I have:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;month | year | headquarters | provisional data&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;I wanted to create a KPI that showed me the forecast at the end of the year, adding the final data to date (October) and adding the forecast data to conclude the year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I tried with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Sum({&amp;lt;year={2018}, Month&amp;gt;{$(= Max (Month))}&amp;gt;} [Provisional data])+Sum({&amp;lt;year={2018}) [final date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;...but don't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2018 22:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105698#M7171</guid>
      <dc:creator>alexandernatale</dc:creator>
      <dc:date>2018-11-04T22:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Final balance vs forecast</title>
      <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105699#M7172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year={2018}, Month={&amp;gt;$(= Max (Month))}&amp;gt;} [Provisional data])+Sum({&amp;lt;year={2018}&amp;gt;}[final date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 18:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105699#M7172</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2018-11-05T18:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Final balance vs forecast</title>
      <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105700#M7173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, Mary for the answer but don't work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I tried to divide the formula and clearly the part that does not work is that relative to the provisional data. There is something that escapes me with the max function or&lt;SPAN lang="en"&gt; in the use of the major symbol (&amp;gt;).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 20:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105700#M7173</guid>
      <dc:creator>alexandernatale</dc:creator>
      <dc:date>2018-11-05T20:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Final balance vs forecast</title>
      <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105701#M7174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try with quotes?&lt;/P&gt;&lt;P&gt;Month={&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;"&lt;/STRONG&gt;&amp;gt;$(= Max (Month))&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;"&lt;/STRONG&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 21:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105701#M7174</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-05T21:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Final balance vs forecast</title>
      <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105702#M7175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, yes, yes!!! it's correct!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another little problem. If I don't select the months, the value of KPI is egual to the sum of [final date] . If I selected ALL the months, the KPI it's ok. Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 21:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105702#M7175</guid>
      <dc:creator>alexandernatale</dc:creator>
      <dc:date>2018-11-05T21:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Final balance vs forecast</title>
      <link>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105703#M7176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because max (Month) will give you max of all the Months not just the actual values&lt;/P&gt;&lt;P&gt;i.e. if you have actual data till Oct. And Projections till Dec. As Month refers to both tables. Max(Month) gives value as Dec&lt;/P&gt;&lt;P&gt;You need redesign with flags or some other means to identify the months where actual data exists &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2018 21:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Final-balance-vs-forecast/m-p/105703#M7176</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-05T21:31:32Z</dc:date>
    </item>
  </channel>
</rss>

