<?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: Sets Analysis Query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814730#M287364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;year:&lt;/P&gt;&lt;P&gt;2000&lt;/P&gt;&lt;P&gt;2001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u write $ and u click of 2000 then it is going to show&amp;nbsp; sum(sales) for 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u write 1 and u click on any year 2000,20001 doesn't mater&amp;nbsp;&amp;nbsp; it returns total sum(sales) (i.e is 2000+ 20001&amp;nbsp; sales) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 02:48:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-12T02:48:57Z</dc:date>
    <item>
      <title>Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814729#M287363</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;Can anyone please explain what point I miss in understanding the difference between '1' and '$' Identifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW document with a selection on the company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expecting the Sum({$&amp;lt;Company = {'A','B'}, Year = {2011}&amp;gt;} Sales) value to be 2 rather than 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 02:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814729#M287363</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-12T02:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814730#M287364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;year:&lt;/P&gt;&lt;P&gt;2000&lt;/P&gt;&lt;P&gt;2001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u write $ and u click of 2000 then it is going to show&amp;nbsp; sum(sales) for 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u write 1 and u click on any year 2000,20001 doesn't mater&amp;nbsp;&amp;nbsp; it returns total sum(sales) (i.e is 2000+ 20001&amp;nbsp; sales) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 02:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814730#M287364</guid>
      <dc:creator />
      <dc:date>2014-11-12T02:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814731#M287365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manoj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thats not what happening in the attached QVW.&lt;/P&gt;&lt;P&gt;Can you please check that and let me know your observations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 02:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814731#M287365</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-12T02:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814732#M287366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({$&amp;lt;Company = {'B'}, Year = {2011}&amp;gt;} Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;nbsp;&amp;nbsp; you will get output 2 here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u write including (A,B)&amp;nbsp; then u r getting sum(sales) for 2011&amp;nbsp; . if u select&amp;nbsp; A OR B u get sum(sales) for 2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({1&amp;lt;Company = {'A','B'}, Year = {2011}&amp;gt;} Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; 8&amp;nbsp; u will get here &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814732#M287366</guid>
      <dc:creator />
      <dc:date>2014-11-12T03:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814733#M287367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference in this particular example as you consider all available fields within your set analysis.&lt;/P&gt;&lt;P&gt;Bu try out to create another field like Category (first two rows Cat1, last two rows Cat2) - and don't mention this new field in your set analysis...then you will see the difference: as Category is not considered - any Category selection is ignored in the set analysis with {1} but considered in the one below with {$} &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814733#M287367</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-11-12T03:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814734#M287368</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;This is Conceptual.&lt;/P&gt;&lt;P&gt;See this:&lt;/P&gt;&lt;P&gt;Year is 2011:&amp;nbsp; Sales:&amp;nbsp; A=6 + B=2&amp;nbsp; =&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;The difference between '1' &amp;amp; '$' is&lt;BR /&gt;'1' - It will Freeze the value which means the Value '8' will not change on any Selection.&lt;BR /&gt;'$' -The value will change as per the Selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Av7eN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814734#M287368</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-11-12T03:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814735#M287369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why are you expecting 2 here? because in your data set in 2011, A=6 and B=2 then in set analysis {'A','B'}= 8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814735#M287369</guid>
      <dc:creator />
      <dc:date>2014-11-12T03:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814736#M287370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Daniel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That clarifies my doubt but, why the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Company = {'A','B'} set has no effect on the result even when it is in the set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select a Category and make a selection on it like '1' then I was expecting&amp;nbsp; a result as '8' because I have 'A' and 'B' in the set. How is this excluded when I select the Category?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814736#M287370</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-12T03:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814737#M287371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(match(Category,'A'.'B'),sum(sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814737#M287371</guid>
      <dc:creator />
      <dc:date>2014-11-12T03:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814738#M287372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you explicitly write Company=A,B in your set analysis - QlikView will always consider this selection. The {1} effects all (other) field selections that are not explicitly defined within your set analysis expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814738#M287372</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-11-12T03:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814739#M287373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dushan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are correct.&lt;/P&gt;&lt;P&gt;But when I make a selection on the company and select A or B i should get 6 or 2 but not 8 correct?&lt;/P&gt;&lt;P&gt;Please correct me wherever required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814739#M287373</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-12T03:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814740#M287374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;additional: the Company=A,B,&amp;nbsp; has an effect...its infact the effect why you don't get the 2 but the 8 instead...QlikView selects A AND B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814740#M287374</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-11-12T03:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814741#M287375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyam,&lt;/P&gt;&lt;P&gt;Then you have to change your expression like this&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {2011}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814741#M287375</guid>
      <dc:creator />
      <dc:date>2014-11-12T03:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814742#M287376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;year={2011}&amp;gt;}sales)&amp;nbsp;&amp;nbsp;&amp;nbsp; u&amp;nbsp; will get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go like this and check it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;Company = {'A','B'}, Year = {2011}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814742#M287376</guid>
      <dc:creator />
      <dc:date>2014-11-12T03:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814743#M287377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;sum({&amp;lt;year={2011}&amp;gt;}sales)&amp;nbsp;&amp;nbsp;&amp;nbsp; u&amp;nbsp; will get&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for indidual&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;go like this and check it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Sum({1&amp;lt;Company = {'A','B'}, Year = {2011}&amp;gt;} Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for&amp;nbsp;&amp;nbsp; 8&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814743#M287377</guid>
      <dc:creator />
      <dc:date>2014-11-12T03:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814744#M287378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Daniel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from what I did so far,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Company ={'A','B'}.Year={2011} in the set and I have made a selection on the Category list box as Category=1. Then I can see the change.&lt;/P&gt;&lt;P&gt;But wondering now why the Company values in the sets is excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814744#M287378</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-11-12T03:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sets Analysis Query</title>
      <link>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814745#M287379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beware that what you see in white/grey/green in the qlikview listboxes do not always have an effect on all your calculations...as I said, if you explicitly use these fields in Set Analysis - every user selection by Listbox might ignored (depending on what you define in set analysis)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 03:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sets-Analysis-Query/m-p/814745#M287379</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-11-12T03:59:44Z</dc:date>
    </item>
  </channel>
</rss>

