<?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: Qlikview vs Qlik Sense Sales Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104748#M906069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with: It doesn't work in QlikView. You get no results, wrong results, QV crashes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the same context (for example, same dimensions and selections) in both QV and QS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data model is exactely the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possible issue could be that you are not using aggregation functions on all field references:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, post a small sample QVW that demonstrates your issue, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 22:11:28 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-23T22:11:28Z</dc:date>
    <item>
      <title>Qlikview vs Qlik Sense Sales Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104747#M906068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new but can't understand why I can get these formulas to work in Qlik Sense but not in a Qlikview straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estimated Shipments:&lt;/P&gt;&lt;P&gt;(((Sum(MTD_Sales_Pounds)/Sum(Forecast_Sales_Pounds))-(Avg(Ship_Days_Factor)/[Fiscal_Period_Reporting_Ship_Days]))*Sum(Forecast_Sales_Pounds)*(Fiscal_Period_Reporting_Ship_Days+Fiscal_Period_Reporting_Ship_Days-Avg(Ship_Days_Factor))/Fiscal_Period_Reporting_Ship_Days)+sum(Forecast_Sales_Pounds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over/Under Forecast:&lt;/P&gt;&lt;P&gt;((((Sum(MTD_Sales_Pounds)/Sum(Forecast_Sales_Pounds))-(Avg(Ship_Days_Factor)/[Fiscal_Period_Reporting_Ship_Days]))*Sum(Forecast_Sales_Pounds)*(Fiscal_Period_Reporting_Ship_Days+Fiscal_Period_Reporting_Ship_Days-Avg(Ship_Days_Factor))/Fiscal_Period_Reporting_Ship_Days)+sum(Forecast_Sales_Pounds))-Sum(Forecast_Sales_Pounds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way the formula is written is from Qlik Sense and it provides the correct information. I need the same formula to work in Qlikview, please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104747#M906068</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview vs Qlik Sense Sales Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104748#M906069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with: It doesn't work in QlikView. You get no results, wrong results, QV crashes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the same context (for example, same dimensions and selections) in both QV and QS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data model is exactely the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possible issue could be that you are not using aggregation functions on all field references:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, post a small sample QVW that demonstrates your issue, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 22:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104748#M906069</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-23T22:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview vs Qlik Sense Sales Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104749#M906070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was not returning any data. The issue was as you mentioned. Very well indeed. I was able to find that I had not used the same data parameter. All the other items you listed above were the same, but the aggregation wasn't correct because of my date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 22:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-vs-Qlik-Sense-Sales-Formula/m-p/1104749#M906070</guid>
      <dc:creator />
      <dc:date>2016-06-23T22:15:41Z</dc:date>
    </item>
  </channel>
</rss>

