<?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 Set Analysis Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189899#M52608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/82595.aspx"&gt;http://community.qlik.com/media/p/82595.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Sep 2010 13:39:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-06T13:39:04Z</dc:date>
    <item>
      <title>Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189897#M52606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm relatively new to qlikview and I need to use set analysis to gather data from a table.&lt;BR /&gt;&lt;BR /&gt;Currently I'm working on a piece of code that will return information from the previous subset to my selection.&lt;BR /&gt;&lt;BR /&gt;For example,&lt;BR /&gt;Groups contain accountID and from these accountID I can get expenditure.&lt;BR /&gt;Say Group 1 has 5 accounts and I want to select an account, the information will return the data for the group as a whole rather than the accountID seelection. So I would be looking at expenditure for the group rather than the seperate selected account.&lt;BR /&gt;&lt;BR /&gt;Can you please help as I am really stuck on this one?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 13:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189897#M52606</guid>
      <dc:creator />
      <dc:date>2010-09-06T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189898#M52607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mckay,&lt;/P&gt;&lt;P&gt;Could you elaborate your requirement clearly with some example?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 13:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189898#M52607</guid>
      <dc:creator />
      <dc:date>2010-09-06T13:35:07Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189899#M52608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/82595.aspx"&gt;http://community.qlik.com/media/p/82595.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 13:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189899#M52608</guid>
      <dc:creator />
      <dc:date>2010-09-06T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189900#M52609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for an example,&lt;BR /&gt;&lt;BR /&gt;I have created a variable for working out expenditure -vExpend,&lt;BR /&gt;&lt;BR /&gt;the fields im using are AccountID and Group&lt;BR /&gt;The design of the table is: Group&amp;gt;AccountID&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt;( {$&amp;lt;~AccountID&amp;gt;}(vExpend&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I thought that this code would ignore the selection in AccountID and look at the expenditure for Group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 13:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189900#M52609</guid>
      <dc:creator />
      <dc:date>2010-09-06T13:56:06Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189901#M52610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ignore the selection in AccountID do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;AccountID={*}&amp;gt;} vExpend)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 15:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189901#M52610</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2010-09-06T15:54:10Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189902#M52611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;If you want to ignore the selection in AccountID do like this:&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({$&amp;lt;AccountID=&amp;gt;} vExpend)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/189902#M52611</guid>
      <dc:creator />
      <dc:date>2010-09-07T09:47:19Z</dc:date>
    </item>
  </channel>
</rss>

