<?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 AW:Using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324648#M1195657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry. I have already tried also these solutions without success!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 14:02:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-27T14:02:18Z</dc:date>
    <item>
      <title>Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324640#M1195649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in a document I have a pivot chart with Year and Month as dimensions and an Amount as an expression. In a list box I have joined year with month and with recordtype. I don't want to use recordtype with a dimension but I could have temporary and definitive records. When I select the recordtype I want to calculate the sum of the amount with the selected recordtype and for year and month measure.&lt;/P&gt;&lt;P&gt;I have tried to use this expression, unsuccessfully: sum({$&amp;lt;RecordType&amp;gt;} Amount), but I have the sum respect of year and month dimension but not for the selected RecordType.&lt;/P&gt;&lt;P&gt;Any suggests to me, please?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324640#M1195649</guid>
      <dc:creator />
      <dc:date>2011-04-27T12:10:12Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324641#M1195650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the right expression would be:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;RecordType={RecordType}&amp;gt;} Amount),&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324641#M1195650</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-04-27T12:37:30Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324642#M1195651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but it doesn't function. I have tried to put a specific value for RecordType:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;RecordType={'Def'}&amp;gt;})&lt;/P&gt;&lt;P&gt;In this way, that I don't want, I have the right sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324642#M1195651</guid>
      <dc:creator />
      <dc:date>2011-04-27T12:52:53Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324643#M1195652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the second solution is right, you just have to define a variable which will store "record type" and use it as a reference instead of "Def"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324643#M1195652</guid>
      <dc:creator />
      <dc:date>2011-04-27T13:11:01Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324644#M1195653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. I have created the variable varRecordType; when I select the RecordType I set this variable.&lt;/P&gt;&lt;P&gt;I have written sum( ${ RecordType = { $(=varRecordType) } } Amount), but it doesn't function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324644#M1195653</guid>
      <dc:creator />
      <dc:date>2011-04-27T13:26:03Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324645#M1195654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( ${ RecordType = {$(varRecordType) } } Amount) or sum( ${ RecordType = {"$(varRecordType)" } } Amount)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324645#M1195654</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-27T13:29:45Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324646#M1195655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of these solutions function and there is a syntax error (where are the &amp;lt; and &amp;gt; characters?).&lt;/P&gt;&lt;P&gt;Is there a sure documentation about set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324646#M1195655</guid>
      <dc:creator />
      <dc:date>2011-04-27T13:43:44Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324647#M1195656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry:&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;&amp;lt;blockquote&amp;gt;&amp;lt;pre&amp;gt;sum( {$ &amp;lt;RecordType = {$(varRecordType) }&amp;gt; } Amount) or sum( {$ &amp;lt;RecordType = {"$(varRecordType)" }&amp;gt; } Amount)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;- Ralf&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 13:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324647#M1195656</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-27T13:50:14Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324648#M1195657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry. I have already tried also these solutions without success!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324648#M1195657</guid>
      <dc:creator />
      <dc:date>2011-04-27T14:02:18Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324649#M1195658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I've solved with sum({$&amp;lt; RecordType = {$(varRecordType)} &amp;gt; } Amount).&lt;/P&gt;&lt;P&gt;The variable isn't set correctly.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324649#M1195658</guid>
      <dc:creator />
      <dc:date>2011-04-27T14:22:10Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324650#M1195659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if I got you right, you do want to respect the selected RecordTypes in your chart with dim1= Year and and dim2=Month. And you are using a listbox with a concatenated string with "Year + Month + RecoredType". So just for fun:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( Amount)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324650#M1195659</guid>
      <dc:creator />
      <dc:date>2011-04-27T14:33:49Z</dc:date>
    </item>
    <item>
      <title>AW:Using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324651#M1195660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 16:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Set-Analysis/m-p/324651#M1195660</guid>
      <dc:creator />
      <dc:date>2011-04-27T16:00:03Z</dc:date>
    </item>
  </channel>
</rss>

