<?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: Re: Keeping fixed value regardless the drill in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505721#M189084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, find attached my application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 11:26:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-11T11:26:59Z</dc:date>
    <item>
      <title>Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505715#M189078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing an issue regarding the association of data in my pivot table.&lt;/P&gt;&lt;P&gt;I'm displaying the average price for each material split up by months.&lt;/P&gt;&lt;P&gt;I use this calculation to get my average price: avg(TOTAL &amp;lt;MAT_MATERIAL_CODE&amp;gt; aggr(PYprice, MAT_MATERIAL_CODE)) and it works if I show up all the months. When I click on one single month, I get an incorrect value. Normally, the average of all months is the same and I wouldn't expect to change although I click on one single month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do in order to keep the value fixed regardless the month I click on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 10:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505715#M189078</guid>
      <dc:creator />
      <dc:date>2013-11-11T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505716#M189079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest to ignore the month in your setAnalysis expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;=avg(TOTAL {$&amp;lt;Month=, MAT_MATERIAL_CODE&amp;gt;} aggr(PYprice, MAT_MATERIAL_CODE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 10:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505716#M189079</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2013-11-11T10:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505717#M189080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an example were we want the sum of the quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-11_1035.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48827_2013-11-11_1035.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not change if Date, Country or ID Number is selected, you need something similar I think&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 10:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505717#M189080</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-11T10:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505718#M189081</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;I suspect that you need to include the month in the aggregation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=avg(TOTAL &amp;lt;MAT_MATERIAL_CODE&amp;gt; aggr(PYprice, MAT_MATERIAL_CODE, month))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=avg(TOTAL &amp;lt;MAT_MATERIAL_CODE, month&amp;gt; aggr(PYprice, MAT_MATERIAL_CODE, month))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Edit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I think that I misunderstood your requirement - to override the month selection:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=avg({&amp;lt;month=&amp;gt;} TOTAL &amp;lt;MAT_MATERIAL_CODE&amp;gt; aggr(PYprice, MAT_MATERIAL_CODE))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505718#M189081</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-11-11T11:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505719#M189082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion, I've tried to apply it but unfortunately it doesn't work. The values still change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505719#M189082</guid>
      <dc:creator />
      <dc:date>2013-11-11T11:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505720#M189083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Including the Month in the aggregation I get wrong values. The correct formula is that specified above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505720#M189083</guid>
      <dc:creator />
      <dc:date>2013-11-11T11:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505721#M189084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, find attached my application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505721#M189084</guid>
      <dc:creator />
      <dc:date>2013-11-11T11:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505722#M189085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;f you use setanalysis, you can ignore your selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505722#M189085</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2013-11-11T11:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505723#M189086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your file won't open &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505723#M189086</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-11T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505724#M189087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand why my file can't be open. My uploaded applications are never able to be open. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 13:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505724#M189087</guid>
      <dc:creator />
      <dc:date>2013-11-11T13:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping fixed value regardless the drill</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505725#M189088</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;I've tried to reproduce the formula you suggested but it doesn't still work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 17:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-fixed-value-regardless-the-drill/m-p/505725#M189088</guid>
      <dc:creator />
      <dc:date>2013-11-11T17:02:13Z</dc:date>
    </item>
  </channel>
</rss>

