<?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: Why is this so hard in QV?  Expression not Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547973#M204710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the use of 1 in your set anlaysis, you can ignore the current selections. the rest, depends on how you write the set analysis to calculate your expression. Post a sample app, of what exactly you are looking for. That way it will be easier.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns total sales within the application, disregarding the selection but not the dimension. If used in a chart with e.g. Products as dimension, each product will get a different value.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;or like below. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{1&amp;lt;Year = {2000}, Region = {US, SE, DE, UK, FR}&amp;gt;} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 15:34:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-09T15:34:20Z</dc:date>
    <item>
      <title>Why is this so hard in QV?  Expression not Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547972#M204709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a table (pivot or straight) - I would like to use an expression that behaves like Set Analysis except -it should not be based on the currently selection but rather the current "row's" dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example - the table consists of :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE, SALES, YEAR, AVG_OTHER&lt;/P&gt;&lt;P&gt;StoreA, 25, 2012, 175/3&lt;/P&gt;&lt;P&gt;StoreB, 75, 2012, 125/3&lt;/P&gt;&lt;P&gt;StoreC, 50, 2012, 150/3&lt;/P&gt;&lt;P&gt;StoreD, 50, 2012, 150/3&lt;/P&gt;&lt;P&gt;StoreA, 125, 2013, 375/3&lt;/P&gt;&lt;P&gt;StoreB, 175, 2013, 325/3&lt;/P&gt;&lt;P&gt;StoreC, 150, 2013, 350/3&lt;/P&gt;&lt;P&gt;StoreD, 150, 2013, 350/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add an expression that would Average all the Sales for the Year for every store but the store for the row (i.e. nothing to do with selection - therefore SetAnalysis would not work).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also like for this expresion to work outside the context of this table.&amp;nbsp; Also it is not feasible to do this in the LOAD script since I will be adding so dynamic logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several of these formauls that I need that have nothing to do with the selection but rather the context of the dimensionality of the "row".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Chuck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547972#M204709</guid>
      <dc:creator />
      <dc:date>2013-12-09T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this so hard in QV?  Expression not Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547973#M204710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the use of 1 in your set anlaysis, you can ignore the current selections. the rest, depends on how you write the set analysis to calculate your expression. Post a sample app, of what exactly you are looking for. That way it will be easier.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns total sales within the application, disregarding the selection but not the dimension. If used in a chart with e.g. Products as dimension, each product will get a different value.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;or like below. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{1&amp;lt;Year = {2000}, Region = {US, SE, DE, UK, FR}&amp;gt;} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547973#M204710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T15:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this so hard in QV?  Expression not Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547974#M204711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will not work at all.&amp;nbsp;&amp;nbsp; I do not have anything selected.&amp;nbsp; Set Analysis does not work againt the current row of a table (like the TOTAL quailifier does)...it works againts the "selected" store - I am not using any selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL&amp;lt;STORE&amp;gt; SALES)&amp;nbsp; ==&amp;gt; this will give the total sales across all STORES ...now I want to exclude the store in the that row.&amp;nbsp; (not the selected store - there is no selected store)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very frustrating that Set Analysis can be so powerful year simple contextual formula is so hard that can be done in BusinessObjects rather easiliy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to put together a demo example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547974#M204711</guid>
      <dc:creator />
      <dc:date>2013-12-09T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this so hard in QV?  Expression not Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547975#M204712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Okay for this exmaple I can do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TOTAL&amp;lt;STORE&amp;gt; SALES)-Sum(SALES)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have came acroos so many other instances where I need to refer to the contextual rows dimensions (like YEAR-1 and not Max(YEAR)-1).&amp;nbsp;&amp;nbsp; The issue with Above and Below it that the formula will only work in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-this-so-hard-in-QV-Expression-not-Set-Analysis/m-p/547975#M204712</guid>
      <dc:creator />
      <dc:date>2013-12-09T16:15:00Z</dc:date>
    </item>
  </channel>
</rss>

