<?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: Mean Deviation in QlikView in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801262#M2501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Yes Jonathan i have tried this also but the problem is this only works when i have selected a particular Contract and when i remove it from the selection and i want to see the complete information about all the customers, the data becomes erroneous.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;When selected:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-676718-73094/pastedImage_0.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="image-1 jive-image" height="35" src="https://community.qlik.com/legacyfs/online/73102_pastedImage_0.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="542" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;What i want:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-676718-73095/pastedImage_1.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="jive-image image-2" height="86" src="https://community.qlik.com/legacyfs/online/73103_pastedImage_1.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="542" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;I hope you get my point!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 07:50:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-10T07:50:48Z</dc:date>
    <item>
      <title>Mean Deviation in QlikView</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801259#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been trying to find the mean Absolute Deviation for each Account Contract. I have the following information and i have found the deviation for each user for each month in a pivot table. I also have their deviation from their mean for each value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="jive-image image-5" src="https://community.qlik.com/legacyfs/online/73093_pastedImage_12.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;But my objective is to find the sum of all these deviations and divide it by the count of months to get the mean absolute deviation in a table where the only dimension is Account Contract. This is shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/73092_pastedImage_11.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 05:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801259#M2498</guid>
      <dc:creator />
      <dc:date>2014-12-10T05:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Deviation in QlikView</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801260#M2499</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;Something like:&lt;/P&gt;&lt;P&gt;=Avg(Aggr(Fabs(Sum(Sales) - Avg(Total &amp;lt;Contract&amp;gt; Sales)), Month, Contract))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 05:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801260#M2499</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-12-10T05:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Deviation in QlikView</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801261#M2500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Jonathan i have tried this also but the problem is this only works when i have selected a particular Contract and when i remove it from the selection and i want to see the complete information about all the customers, the data becomes erroneous. &lt;/P&gt;&lt;P&gt;When selected:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73094_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;What i want:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/73095_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I hope you get my point!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 05:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801261#M2500</guid>
      <dc:creator />
      <dc:date>2014-12-10T05:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Deviation in QlikView</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801262#M2501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Yes Jonathan i have tried this also but the problem is this only works when i have selected a particular Contract and when i remove it from the selection and i want to see the complete information about all the customers, the data becomes erroneous.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;When selected:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-676718-73094/pastedImage_0.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="image-1 jive-image" height="35" src="https://community.qlik.com/legacyfs/online/73102_pastedImage_0.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="542" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;What i want:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-676718-73095/pastedImage_1.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="jive-image image-2" height="86" src="https://community.qlik.com/legacyfs/online/73103_pastedImage_1.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="542" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;I hope you get my point!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Mean-Deviation-in-QlikView/m-p/801262#M2501</guid>
      <dc:creator />
      <dc:date>2014-12-10T07:50:48Z</dc:date>
    </item>
  </channel>
</rss>

