<?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 Price Volume Mix Analysis Dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359825#M416893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I am trying to create a dashboard to analyse Price Volume Mix between two periods of time that the user can select using sliders within the dashboard. I also want to maintain customer and product granularity. I'm trying to achieve a load that looks like the diagram below: &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="PVM_Load.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163663_PVM_Load.jpg" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm having trouble doing this without creating loops or synthetic keys, does any one have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 08:07:11 GMT</pubDate>
    <dc:creator>mrchristopher</dc:creator>
    <dc:date>2017-05-17T08:07:11Z</dc:date>
    <item>
      <title>Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359825#M416893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I am trying to create a dashboard to analyse Price Volume Mix between two periods of time that the user can select using sliders within the dashboard. I also want to maintain customer and product granularity. I'm trying to achieve a load that looks like the diagram below: &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="PVM_Load.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163663_PVM_Load.jpg" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm having trouble doing this without creating loops or synthetic keys, does any one have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 08:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359825#M416893</guid>
      <dc:creator>mrchristopher</dc:creator>
      <dc:date>2017-05-17T08:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359826#M416894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will move forward &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 08:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359826#M416894</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T08:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359827#M416895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid the loop you can concatenate the Sales Data tables adding a new field to discriminate between periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Sales Data]:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Period 1' AS Source&lt;/P&gt;&lt;P&gt;FROM ... Sales Data Period 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE ([Sales Data])&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Period 2' AS Source&lt;/P&gt;&lt;P&gt;FROM ... Sales Data Period 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 08:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359827#M416895</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-05-17T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359828#M416896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this will helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 08:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359828#M416896</guid>
      <dc:creator>sanjay006</dc:creator>
      <dc:date>2017-05-17T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359829#M416897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's probably worth mentioning that I've aggregated my Sales Data so where I have date described above I actually mean 01-MM-YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried concatenating the sales data this clears any loop or synthetic key, however, the result is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: none;" width="651"&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="77"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Account No&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="69"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Stock Code&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="76"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;P1.Date&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="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;P1.SalesValue&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="87"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;P1.Quantity&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="65"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;P2.Date&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="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;P2.SalesValue&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="85"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;P2.Quantity&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="77"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&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="69"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&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="76"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;01/01/2017&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="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&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="87"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&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="65"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&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="top" width="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&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="top" width="85"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&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="top" width="77"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&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="69"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&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="76"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&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="top" width="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&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="top" width="87"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&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="top" width="65"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;01/01/2017&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="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&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="85"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, any date selections made in the slider for P1.Date are deselected as soon as you make a selection in the P2.Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 09:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359829#M416897</guid>
      <dc:creator>mrchristopher</dc:creator>
      <dc:date>2017-05-17T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359830#M416898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you did not want to read about the canonical dates (see above).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 10:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359830#M416898</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359831#M416899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did read it but I don't understand how it can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 12:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359831#M416899</guid>
      <dc:creator>mrchristopher</dc:creator>
      <dc:date>2017-05-17T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359832#M416900</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;Rename the fields like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Sales Data]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account No]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stock Code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [P1.Date]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [P1.SalesValue]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SalesValue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [P1.Quantity]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Quantity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Period 1' AS Source&lt;/P&gt;&lt;P&gt;FROM ... Sales Data Period 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE ([Sales Data])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account No]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stock Code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [P2.Date]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [P2.SalesValue]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SalesValue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [P2.Quantity]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Quantity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Period 2' AS Source&lt;/P&gt;&lt;P&gt;FROM ... Sales Data Period 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should end up with the following table:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="width: 651px;"&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="77"&gt;Account No&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-left: none;" valign="top" width="69"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Stock Code&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-left: none;" valign="top" width="76"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;Date&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-left: none;" valign="top" width="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;SalesValue&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-left: none;" valign="top" width="87"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;Quantity&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-left: none;" valign="top" width="65"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;Source&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-top: none;" valign="top" width="77"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="69"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="76"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;01/01/2017&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="87"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="65"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;Period 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt; border-top: none;" valign="top" width="77"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="69"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="76"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;01/01/2017&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="97"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="87"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; padding: 0 5.4pt 0 5.4pt; border-right: solid windowtext 1.0pt; border-bottom: solid windowtext 1.0pt; border-left: none; border-top: none;" valign="top" width="65"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;Period 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to sum only the values for one table then you will need to use set analysis:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Source = {'Period1'}&amp;gt;}SalesValue) =&amp;gt; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 12:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359832#M416900</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-05-17T12:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359833#M416901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David, I think the way forward is set analysis and often the simple solutions are the best, I'm just loading 3 tables: Customer, Product and Sales. I am then setting the period start and end dates using 4 variables which are set using sliders:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1Start&lt;/P&gt;&lt;P&gt;P1End&lt;/P&gt;&lt;P&gt;P2Start&lt;/P&gt;&lt;P&gt;P2End&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore:&lt;/P&gt;&lt;P&gt;P1 Sales =&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DateNumeric={"&amp;gt;=$(vP1Start) &amp;lt;=$(vP1End)"}&amp;gt;}SalesValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 12:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359833#M416901</guid>
      <dc:creator>mrchristopher</dc:creator>
      <dc:date>2017-05-17T12:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359834#M416902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, you can use just 2 variables plus the Source flag in set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1 Sales = sum({$&amp;lt;Source = {'Period 1'}, DateNumeric={"&amp;gt;=$(vStart) &amp;lt;=$(vEnd)"}&amp;gt;}SalesValue)&lt;/P&gt;&lt;P&gt;P2 Sales = sum({$&amp;lt;Source = {'Period 2'}, DateNumeric={"&amp;gt;=$(vStart) &amp;lt;=$(vEnd)"}&amp;gt;}SalesValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 13:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359834#M416902</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-05-17T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Price Volume Mix Analysis Dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359835#M416903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize, I was wrong. I was baffled by your very first one diagram, from which I thought that several dates should be linked. The canonical dates here have nothing to do with your task.&lt;/P&gt;&lt;P&gt;As variant, may be use alternative states. The attached file shows an example of how to use them in the general context of your task. The use of alternative states can be somewhat inconvenient and you will not like it.&lt;/P&gt;&lt;P&gt;In any case glad if I could at least help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Price-Volume-Mix-Analysis-Dashboard/m-p/1359835#M416903</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T14:22:07Z</dc:date>
    </item>
  </channel>
</rss>

