<?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 Expression not considering dimensions in Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111522#M759276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey good morning!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to make a weighted average in a Pivot Table and the expression does not conform to the table dimensions, the values are repeated for all Customers, example of the problem:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1534911-211394/media cliente.png" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="media cliente.png" class="jive-image image-1" height="219" src="/legacyfs/online/211508_media cliente.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="448" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;The expression that I use to calculate the weighted average is:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;=sum(total {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification) * Core, Core ) ) /&amp;nbsp; sum(total {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification), Core ) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another text object, the expression works perfectly and when I apply the Customer filters the values are recalculated there.&lt;/P&gt;&lt;P&gt;Otherwise, if I filter any client, the value displayed in the table is the correct one, for example:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1534911-211396/valor correto.png" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="valor correto.png" class="jive-image image-2" height="48" src="/legacyfs/online/211509_valor correto.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="437" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried to include the break in the expression through &amp;lt;[Customer Name]&amp;gt; in front of the TOTAL identifier in the sum function, so the expression looks like:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=sum(total &amp;lt;[Customer Name]&amp;gt; {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification) * Core, Core) ) /&amp;nbsp; sum(total &amp;lt;[Customer Name]&amp;gt;&amp;nbsp;&amp;nbsp; {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification), Core) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But in this way, some values are null and other clients have values that do not make sense, as shown in the picture below, any suggestions on where I'm wrong?&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1534911-211400/com customer name.png" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="com customer name.png" class="jive-image image-3" height="237" src="/legacyfs/online/211510_com customer name.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="446" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In addition, I would like to make a calculation of standard deviation of this weighted average, the concepts to be applied are the same as the solution to this problem?&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>paulinhok14</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Expression not considering dimensions in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111522#M759276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey good morning!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to make a weighted average in a Pivot Table and the expression does not conform to the table dimensions, the values are repeated for all Customers, example of the problem:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1534911-211394/media cliente.png" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="media cliente.png" class="jive-image image-1" height="219" src="/legacyfs/online/211508_media cliente.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="448" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;The expression that I use to calculate the weighted average is:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;=sum(total {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification) * Core, Core ) ) /&amp;nbsp; sum(total {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification), Core ) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another text object, the expression works perfectly and when I apply the Customer filters the values are recalculated there.&lt;/P&gt;&lt;P&gt;Otherwise, if I filter any client, the value displayed in the table is the correct one, for example:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1534911-211396/valor correto.png" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="valor correto.png" class="jive-image image-2" height="48" src="/legacyfs/online/211509_valor correto.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="437" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried to include the break in the expression through &amp;lt;[Customer Name]&amp;gt; in front of the TOTAL identifier in the sum function, so the expression looks like:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=sum(total &amp;lt;[Customer Name]&amp;gt; {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification) * Core, Core) ) /&amp;nbsp; sum(total &amp;lt;[Customer Name]&amp;gt;&amp;nbsp;&amp;nbsp; {&amp;lt;[Validacao Core] = {1}&amp;gt;}&amp;nbsp; Aggr( Count (Notification), Core) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But in this way, some values are null and other clients have values that do not make sense, as shown in the picture below, any suggestions on where I'm wrong?&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1534911-211400/com customer name.png" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="com customer name.png" class="jive-image image-3" height="237" src="/legacyfs/online/211510_com customer name.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;" width="446" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In addition, I would like to make a calculation of standard deviation of this weighted average, the concepts to be applied are the same as the solution to this problem?&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance!&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/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111522#M759276</guid>
      <dc:creator>paulinhok14</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not considering dimensions in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111523#M759277</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;could you provide some rows example please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first thing I see is to add customer name before core in aggr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for null values, to see with an example, maybe necessary to add nodistinct in aggr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 15:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111523#M759277</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-08-22T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not considering dimensions in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111524#M759278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thanks for your answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, it follows as an attachment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried to put &amp;lt;[Customer Name]&amp;gt; before core in aggr and it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111524#M759278</guid>
      <dc:creator>paulinhok14</dc:creator>
      <dc:date>2018-08-22T17:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not considering dimensions in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111525#M759279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paulo. I have noticed two issues in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, I think you should Aggregate also by your table dimensions. You aggregate by Core but you need to agregate by Customer name too.&lt;/LI&gt;&lt;LI&gt;Second, the column Media takes the same value for all customers because you used "TOTAL" in your sums&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking the previous into account, try the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Validacao Core]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = {1}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Notification&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Core&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Core&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Customer Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ) ) /&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Validacao Core]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = {1}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Notification&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Core&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Customer Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Bests,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 07:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111525#M759279</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2018-08-23T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not considering dimensions in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111526#M759280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I obtain, by the way:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Result.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211580_Result.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 07:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111526#M759280</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2018-08-23T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not considering dimensions in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111527#M759281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thank you for your answer, this is exactly what I needed..&lt;/P&gt;&lt;P&gt;I thought that putting &amp;lt;[Customer Name]&amp;gt; in the Set Analysis Expression in sum() function it would break my results by Customer...&lt;/P&gt;&lt;P&gt;Thank you man, this helped me a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 10:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-considering-dimensions-in-Pivot-Table/m-p/111527#M759281</guid>
      <dc:creator>paulinhok14</dc:creator>
      <dc:date>2018-08-23T10:37:41Z</dc:date>
    </item>
  </channel>
</rss>

