<?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: Priceinfluence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399301#M424461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Sum(ABSMG) * Sum(Aggr(If(TAG_ID = Max(TOTAL &amp;lt;MATNR&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;TAG_ID&lt;/SPAN&gt;), KBETR/1.19), MATNR, TAG_ID)), MATNR))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 15:40:03 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-10-05T15:40:03Z</dc:date>
    <item>
      <title>Priceinfluence</title>
      <link>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399300#M424460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'inherit','serif'; color: #212121;"&gt;&lt;SPAN lang="en"&gt;Hello everybody&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'inherit','serif'; color: #212121;"&gt;&lt;/SPAN&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;I would like to calculate the sales (sales volume * price). The price should come from a historical article table, however, and I need the price at which the day is the minimum.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'inherit','serif'; color: #212121;"&gt;&lt;/SPAN&gt;This is linked to the question whether one would have earned more or less if the prices had remained as it were at the beginning. &lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;I have created the following expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;KBETR = Price&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ABSMG = amount&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;ABSMG&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;) * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;TAG_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;"$(=MIN(TAG_ID))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;KBETR&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;/1.19),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;MATNR&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;In an article that works wonderfully. If, however, I select several articles, the AGGR function takes the minimum tag of all articles. It can be&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;, however, that with certain articles on this day no price is registered. The minimum day should be calculated for each item.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif;"&gt;could someone help me here?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399300#M424460</guid>
      <dc:creator />
      <dc:date>2017-10-05T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Priceinfluence</title>
      <link>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399301#M424461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Sum(ABSMG) * Sum(Aggr(If(TAG_ID = Max(TOTAL &amp;lt;MATNR&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;TAG_ID&lt;/SPAN&gt;), KBETR/1.19), MATNR, TAG_ID)), MATNR))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399301#M424461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-05T15:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Priceinfluence</title>
      <link>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399302#M424462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. It seems to be &lt;SPAN lang="en"&gt;correct&lt;/SPAN&gt;. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 07:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Priceinfluence/m-p/1399302#M424462</guid>
      <dc:creator />
      <dc:date>2017-10-06T07:02:52Z</dc:date>
    </item>
  </channel>
</rss>

