<?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: Evaluate Chart Expression at line level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290966#M861911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(Sum(TOTAL &amp;lt;Store, Market&amp;gt; SalesUnits), Store, ProdName, Market))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148898_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;D and E doesn't match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D might be a typo from your end&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148899_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adds up to 4300. but your chart shows this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/148900_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E seems to be because of duplicate values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/148901_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My chart is showing 3000 more because of the #Rowa 5 and 10 getting double counted. If you don't want to double count them, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(Sum(TOTAL &amp;lt;Store, Market&amp;gt; Aggr(SalesUnits, #Rowa)), Store, ProdName, Market))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one for some reason fixes the Prod_D also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/148902_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 04:52:10 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-10T04:52:10Z</dc:date>
    <item>
      <title>Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290958#M861903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m trying to answer the following question using a Chart (Straight or Pivot Table) layout:&lt;/P&gt;&lt;P&gt;Considering that each product has one or more associated &lt;SPAN style="font-size: 13.3333px;"&gt;Markets &lt;/SPAN&gt;, I want to know for each Product on the table, what is the total Sales Units on the product respective Markets but only on the Stores that have sold the product:&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Product (dimension)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Sales Units&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;(expression)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Prod_A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Total Sales_Units of the Prod_A's Market, on the stores that sold Prod_A&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Prod_B&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Total Sales_Units of the Prod_B's Market, on the stores that sold Prod_B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Prod_C&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I can list all Market sales on each Product in the list, but I can’t make the filter for “&lt;STRONG&gt;&lt;EM&gt;only the stores that have sold the product&lt;/EM&gt;&lt;/STRONG&gt;” as I can´t manage to pass the Product Dimension through the aggr Total in expression.&lt;/P&gt;&lt;P&gt;I’m using the following expression so far:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Market&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt; {&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Market&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;P&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Market&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SalesUnits&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Market&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ProdName&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Please see attached a small example of the problem:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks in advance for all your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Pedro Freire&lt;BR /&gt;&lt;/SPAN&gt;&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/Evaluate-Chart-Expression-at-line-level/m-p/1290958#M861903</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290959#M861904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% sure I understand your requirement. What is your expected output that you are hoping to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2017 23:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290959#M861904</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-08T23:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290960#M861905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine Prod_A is Baby Diaper XPTO on the Baby Diapers Market, and Prod_B is Baby Lotion XPTO on Shower &amp;amp; Bad Market, what i need is a chart like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="background: white;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Product (dimension)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Sales Units&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;(expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Baby diaper XPTO&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Total Sales_Units of all &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Baby Diapers (total selling of market in store)&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;, on the stores that sold Baby diaper XPTO&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Baby Lotion XPTO&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Total Sales_Units of all &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Shower &amp;amp; Bad products (total selling of market in store)&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;, on the stores that sold Baby Lotion XPTO&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="113"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Prod_C&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="475"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290960#M861905</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2017-01-09T10:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290961#M861906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better to create text objects so that u can write your own expressions for each product and design just like a Straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290961#M861906</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-09T10:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290962#M861907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rama Sai, but that is not an option for me as I may have a few hundred Products in the dimension. The chart will be dinamicaly calculated uppon selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290962#M861907</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2017-01-09T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290963#M861908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u use pivot table with aggregated by product you will get this result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290963#M861908</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-09T10:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290964#M861909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i mentioned in the previouse attached example with a pivot table i can aggregate as far as the market I can have for each Product the&amp;nbsp; its Market's TOTAL sales units, but i cannot filter that result for only the stores that have soled the product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290964#M861909</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2017-01-09T10:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290965#M861910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Following the attached example on the original post, this is the result table i would expect:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 247px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-width: 1pt; border-style: solid; border-color: gainsboro; padding: 0 3.5pt; background: whitesmoke;" valign="top" width="135"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 8pt; font-family: Tahoma, sans-serif;"&gt;&lt;STRONG&gt;ProdName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: 1pt solid gainsboro; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: none; padding: 0 3.5pt; background: whitesmoke;" valign="top" width="112"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: #333333; font-size: 8pt; font-family: Tahoma, sans-serif;"&gt;&lt;STRONG&gt;Sales units&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: 1pt solid gainsboro; padding: 0 3.5pt; background: white;" valign="top" width="135"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;Prod_A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: none; padding: 0 3.5pt; background: white;" valign="top" width="112"&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;4400&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: 1pt solid gainsboro; padding: 0 3.5pt; background: white;" valign="top" width="135"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;Prod_B&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: none; padding: 0 3.5pt; background: white;" valign="top" width="112"&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;3400&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: 1pt solid gainsboro; padding: 0 3.5pt; background: white;" valign="top" width="135"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;Prod_C&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: none; padding: 0 3.5pt; background: white;" valign="top" width="112"&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;2600&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: 1pt solid gainsboro; padding: 0 3.5pt; background: white;" valign="top" width="135"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;Prod_D (reviewd)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: none; padding: 0 3.5pt; background: white;" valign="top" width="112"&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;4300&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: 1pt solid gainsboro; padding: 0 3.5pt; background: white;" valign="top" width="135"&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma, sans-serif; font-size: 8pt;"&gt;Prod_E &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-right: 1pt solid gainsboro; border-bottom: 1pt solid gainsboro; border-left: none; padding: 0 3.5pt; background: white;" valign="top" width="112"&gt;&lt;P align="right" style="margin-bottom: 0.0001pt; text-align: right;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Tahoma, sans-serif; color: #333333;"&gt;8800&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Line 1 =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px;" width="242"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="55"&gt;#Rowa&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ProdCode&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="56"&gt;Store&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;SalesUnits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Lisboa&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;102&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Espinho&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Espinho&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;102&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Espinho&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;____________________________________________________&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Line 2 =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px;" width="242"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="55"&gt;#Rowa&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ProdCode&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="56"&gt;Store&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;SalesUnits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;102&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Espinho&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Espinho&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;102&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Espinho&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;_____________________________________________________&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Line 3 =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px;" width="242"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="55"&gt;#Rowa&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ProdCode&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="56"&gt;Store&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;SalesUnits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;103&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Nazaré&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;8&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;103&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Lisboa&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;_____________________________________________________&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Line 4 =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px;" width="242"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="55"&gt;#Rowa&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ProdCode&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="56"&gt;Store&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;SalesUnits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;104&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Cascais&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;9&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;104&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Cascais&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;105&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Cascais&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;_____________________________________________________&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Line 5 =&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px;" width="242"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="55"&gt;#Rowa&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ProdCode&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="56"&gt;Store&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="67"&gt;SalesUnits&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;104&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Cascais&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;105&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Ericeira&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;9&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;104&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Cascais&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;105&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Cascais&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 11:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290965#M861910</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2017-01-09T11:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290966#M861911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(Sum(TOTAL &amp;lt;Store, Market&amp;gt; SalesUnits), Store, ProdName, Market))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148898_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;D and E doesn't match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D might be a typo from your end&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148899_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adds up to 4300. but your chart shows this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/148900_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E seems to be because of duplicate values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/148901_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My chart is showing 3000 more because of the #Rowa 5 and 10 getting double counted. If you don't want to double count them, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(Sum(TOTAL &amp;lt;Store, Market&amp;gt; Aggr(SalesUnits, #Rowa)), Store, ProdName, Market))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one for some reason fixes the Prod_D also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/148902_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 04:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290966#M861911</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T04:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290967#M861912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you got it!&lt;/P&gt;&lt;P&gt;D is in fact a typo on the table as the line detail is showing the resolt should be 4300. My bad &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;As for E, it has to be duplicated because one product can be in more than one market.&lt;/P&gt;&lt;P&gt;Thank for you help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 09:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290967#M861912</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2017-01-10T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate Chart Expression at line level</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290968#M861913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys and thank you again for all your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the solution Sunny presented, it work perfectly until we had to move up one "notch".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the January problem, we had one table with a one-to-one relationship between productcode and market.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we have grouped Products &lt;SPAN style="font-size: 10pt;"&gt;and for each ProductGroup it's possible to have more than one Product and More than one Market.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156771_Untitled2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected result shoul be somthing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156770_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in January, the main objective is to to have a table where, for the stores that have soled each ProdCode we will have the Sum(SalesUnits) for the Sub-Markets (Categories) where this ProductCode belongs to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again I thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 16:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluate-Chart-Expression-at-line-level/m-p/1290968#M861913</guid>
      <dc:creator>pedro_freire</dc:creator>
      <dc:date>2017-03-19T16:49:40Z</dc:date>
    </item>
  </channel>
</rss>

