<?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: Set analysis on chart level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379988#M571296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my goal was to simplify things. So, as there obviously is no "simple" solution to this, it won't make sense to go for a complex workaround &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;Thanks for you help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2012 10:05:06 GMT</pubDate>
    <dc:creator>pennetzdorfer</dc:creator>
    <dc:date>2012-08-24T10:05:06Z</dc:date>
    <item>
      <title>Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379982#M571290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to define set analysis on chart level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a straight table containing several expressions, which should be calculated irrespective of the selection in listbox "Country". e.g.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13456420039922740" jivemacro_uid="_13456420039922740"&gt;sum({ &amp;lt; Country = &amp;gt; } Sales)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be handy to define set analysis &lt;STRONG&gt;once &lt;/STRONG&gt;(e.g. in General tab) rather than putting it into each expression separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 13:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379982#M571290</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2012-08-22T13:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379983#M571291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you create a variable with the 'set analysis' condition text.&lt;/P&gt;&lt;P&gt;Then you need to place your variable (e.g. $(vSetCondition)) inside of each chart's expression.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; $(vSetCondition) &amp;gt;} SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 13:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379983#M571291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-22T13:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379984#M571292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Janusz, but according to your suggestion I still have to adapt each expression separately. &lt;/P&gt;&lt;P&gt;My idea was to have expressions without any set analysis and "source it out" to the chart level instead. &lt;/P&gt;&lt;P&gt;That would be the most efficient way in my opinion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379984#M571292</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2012-08-22T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379985#M571293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can still achieve that by creating a variable for each expression seperately. &lt;/P&gt;&lt;P&gt;1. Define variable&lt;/P&gt;&lt;P&gt;vExpression1 - sum(SalesAmount)&lt;/P&gt;&lt;P&gt;2. Make a call for the variable's value as a chart's expression&lt;/P&gt;&lt;P&gt;=$(vExpression1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try and let me know if this is what you had in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379985#M571293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-22T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379986#M571294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Janusz, &lt;/P&gt;&lt;P&gt;unfortunately that's not really what I've in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have expressions &lt;EM&gt;without set analysis and without variables&lt;/EM&gt;. They should just contain some basic aggregation formulas (sum, count etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having that "default chart" I would like to use it in different cases. If there was a possibility to define set analysis on chart level that would be the most convenient way. I would just make a copy of the chart and change the set analysis to my requirements (thus, no need to change variables in expressions ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379986#M571294</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2012-08-23T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379987#M571295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would like to essentially make a dynamic expression on the fly, you would need to do this with a large micture of variables and using functions getfieldselection etc.&amp;nbsp; It is possible but takes a while to put together, it is however not overly efficient in terms of calculation time as the server has to constantly calculate and it makes caching difficult.&amp;nbsp; I would suggest avoiding it if possible if it is not possible I will try to put together an exaple when I get a chance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379987#M571295</guid>
      <dc:creator />
      <dc:date>2012-08-23T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on chart level</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379988#M571296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my goal was to simplify things. So, as there obviously is no "simple" solution to this, it won't make sense to go for a complex workaround &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;Thanks for you help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 10:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-chart-level/m-p/379988#M571296</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2012-08-24T10:05:06Z</dc:date>
    </item>
  </channel>
</rss>

