<?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: Data Island and Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241347#M394155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd have expected every one of them to have 5 rows with 60 on each row, which is what we get as long as the first dimension is collapsed on all of them. That much makes sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis is evaluated once per chart, not per row. So the first thing QlikView will do with any of these charts is "select" the values for either ABC or XYZ. It will then see which rows of Table are still available from which to sum Sales. All rows of Table are still available. And that's all that set analysis does directly, constrain the rows we use in our aggregation. It doesn't directly constrain the values of our dimensions. So the set analysis should have no effect on any of our results in any of these charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yet it does. At least in charts 3 and 4. And ONLY if we expand them at least one level. So clearly I've misunderstood something, and the collapsed vs. expanded pivot table dimensions should be a big clue what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone will surely explain it in a simple way that will make me smack my forehead, but nope, I don't get it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2017 00:28:04 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2017-01-13T00:28:04Z</dc:date>
    <item>
      <title>Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241346#M394154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have run into a set analysis issue which I have never came across before. I have the following two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IslandTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC, XYZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1ABC, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2ABC, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3ABC, 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4ABC, 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5ABC, 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And lets say I have to use a pivot table using a dimension from the Island Table with set analysis on the Island table fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Attempt (Doesn't work)&lt;/P&gt;&lt;P&gt;Dimensions: &lt;STRONG&gt;ABC, Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;STRONG&gt;=Sum({&amp;lt;ABC = {'1ABC', '3ABC'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Attempt (Doesn't work)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dimensions: &lt;STRONG&gt;ABC, Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expression: &lt;STRONG&gt;=Sum({&amp;lt;XYZ = {1, 3}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In both the above two cases, I hoped to see two rows, but for some reason I saw all ABC&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="149347" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149347_Capture.PNG" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3rd Attempt (Works)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dimensions: &lt;STRONG&gt;ABC, XYZ, Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expression: &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;ABC = {'1ABC', '3ABC'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4th Attempt (Works)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dimensions: &lt;STRONG&gt;ABC, XYZ, Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Expression: &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;XYZ = {1, 3}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In my 3rd and 4th attempt, the set analysis starts to work as soon as I add XYZ as dimension (and XYZ is not collapsed)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="149348" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/149348_Capture.PNG" style="height: 115px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Is this expected behavior?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/120618"&gt;mrkachhiaimp&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/2226"&gt;johnw&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/216189"&gt;vinieme12&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;marcowedel&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 23:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241346#M394154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T23:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241347#M394155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd have expected every one of them to have 5 rows with 60 on each row, which is what we get as long as the first dimension is collapsed on all of them. That much makes sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis is evaluated once per chart, not per row. So the first thing QlikView will do with any of these charts is "select" the values for either ABC or XYZ. It will then see which rows of Table are still available from which to sum Sales. All rows of Table are still available. And that's all that set analysis does directly, constrain the rows we use in our aggregation. It doesn't directly constrain the values of our dimensions. So the set analysis should have no effect on any of our results in any of these charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yet it does. At least in charts 3 and 4. And ONLY if we expand them at least one level. So clearly I've misunderstood something, and the collapsed vs. expanded pivot table dimensions should be a big clue what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone will surely explain it in a simple way that will make me smack my forehead, but nope, I don't get it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 00:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241347#M394155</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-13T00:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241348#M394156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John - I do follow your logic that set analysis is for expression and not for the dimension here, but its just weird that expanding the XYZ dimension resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess calculated dimension here might be way to approach this, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 00:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241348#M394156</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T00:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241349#M394157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, or just a dimension since I have an irrational dislike of calculated dimensions. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if(match(XYZ,1,3),XYZ) as XYZ13&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do want to figure out what's going on here, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 01:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241349#M394157</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-13T01:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241350#M394158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Respect to Seniors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, What can we conclude from this? Should we use 'Calculated Dimension' or need to add one more dimension from unrelated tables to get the desired output in the chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 07:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241350#M394158</guid>
      <dc:creator>nitin_01</dc:creator>
      <dc:date>2017-01-13T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241351#M394159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think this discussion in concluded yet. I am still hoping to hear from some of the other experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 10:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241351#M394159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241352#M394160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked into you test application Sunny. I find the first two cases (pivot tables) perfectly understandable as there will be a cartesian product between the fields of the two products. What I find hard to understand is why this doesn't happen with the last two pivot tables. Furthermore when clicking around in these two I got some odd behavior that didn't seem entirely consistent. I didn't take full notes and it is hard to reproduce just now. Briefly it was when I expanded and collapsed sometimes I got the full list of all five values in the ABC dimension whereas most of the time I got only two. That happened to both of the pivot tables. Unfortunately I couldn't find a way of reproduce it consistently...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recently - the last two years or so avoided using data islands. If I need to do something special in that direction I most often use ValueList() and ValueLoop() to calculate dimension values on-the-fly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 10:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241352#M394160</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-01-13T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241353#M394161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the different behaviour between the collapsed/expanded pivot is caused through an ignoring of the set analysis condition within the collapsed state and by expanding the condition is evaluated against ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further I wouldn't consider it as inconsistent behaviour or as a bug because it made in my opinion no sense to calculate dimensions from isolated data-islands within one object - the base of them will be always a carthesic product and even quite small datasets could consume all available resources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was your origin aim of calculating over isolated data-areas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 11:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241353#M394161</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-13T11:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241354#M394162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So there were few things in action here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I was just wondering if we can remove the use of Pick(Match()) or If by using set analysis. So, here is an updated sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim, Sales1, Sales2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A, 10, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B, 20, 30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C, 30, 90&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IslandTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC, XYZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1ABC, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2ABC, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3ABC, 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4ABC, 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5ABC, 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and lets say that when ABC = 1ABC, I want to Sum(Sales1) and When ABC = 3ABC, I want to Sum(Sales2). This is very simple with pick match. But I was wondering if this could be done using set analysis.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Sum({&amp;lt;ABC = {'1ABC'}&amp;gt;}Sales1), Sum({&amp;lt;ABC = {'3ABC'}&amp;gt;}Sales2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I do need all ABC, but for this particular chart I just need just 2 of the 5 ABC. Again, Pick(Match()) or if would work, but a) I didn't think of them before I posted this questions, b) I wonder why it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 11:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241354#M394162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T11:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241355#M394163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny try This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ABC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1ABC', '3ABC'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ABC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 12:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241355#M394163</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-13T12:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241356#M394164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it could work with the data-island and set analysis and would prefer the pick(match()) approach - I assume you want to do something like this: &lt;A href="https://community.qlik.com/message/1029309"&gt;Re: Dynamic expressions without Pick&lt;/A&gt;‌ but I believe without constructing this within the script - by linking ABC to Sales1 and Sales2 and creating with them Sales3 which respects the differences of the various fieldvalues of ABC - there is only pick(match()) or a similar lookup to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 12:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241356#M394164</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-13T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241357#M394165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I just did an experiment! Loaded a table with no values "&lt;STRONG&gt;IslandTable2"&amp;nbsp; associated with "IslandTable"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Dim, Sales&lt;BR /&gt; A, 10&lt;BR /&gt;B, 20&lt;BR /&gt; C, 30&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;IslandTable:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; ABC&lt;BR /&gt; 1ABC&lt;BR /&gt; 2ABC&lt;BR /&gt; 3ABC&lt;BR /&gt; 4ABC&lt;BR /&gt; 5ABC&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; IslandTable2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; ABC, XYZ&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dimension: ABC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Expression: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ABC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1ABC', '3ABC'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Result&lt;/SPAN&gt; below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149401_Capture.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding XYZ from Table2 &amp;gt;&amp;gt; Now QV is trying to aggregate the Chart on ABC only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/149406_Capture3.PNG" /&gt;&lt;/P&gt;&lt;P&gt;After Expanding &amp;gt;&amp;gt; QV Aggregate on ABC and XYZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/149407_Capture2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now Qlikview is able to apply the Set Condition, so It leads me to below assumption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Assumption:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Qlikview automatically creates a temporary table but needs at least &lt;STRONG&gt;2 dimensions&lt;/STRONG&gt; from the Dimensions table to be able to do so.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How it does that is a mystery to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: You can also try below calculated dimension and the same expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ABC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'_'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;XYZ&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'_',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241357#M394165</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-13T14:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241358#M394166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I do have a lot of work-around, now I am more curious as to why this behavior &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241358#M394166</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T14:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241359#M394167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here: &lt;A href="https://community.qlik.com/qlik-blogpost/3214"&gt;Logical Inference and Aggregations&lt;/A&gt; is quite well explained what happens and one dimension will be enough to calculate an expression. I think in this case it's more how set analysis worked - similar to a sql where-clause - see: &lt;A href="https://community.qlik.com/qlik-blogpost/4430"&gt;Why is it called Set Analysis?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241359#M394167</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-13T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241360#M394168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be related to the issue described here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/794194"&gt;Re: About ValueList&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached a sample, have a look if the left two charts work at your site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Funny facts:&lt;/P&gt;&lt;P&gt;Adding line breaks to an expression may change the results (see right two charts) &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-13 16_33_03-QlikView x64 - [C__Users_s.wuehl_Downloads_IslandTableTest_2.qvw_].png" class="jive-image image-1" src="/legacyfs/online/149413_2017-01-13 16_33_03-QlikView x64 - [C__Users_s.wuehl_Downloads_IslandTableTest_2.qvw_].png" style="height: 218px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241360#M394168</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-13T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241361#M394169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They do work and it might be the best solution for me to work with. Thanks Stefan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see another strange thing (couldn't replicate this in my sample) that pivot table and straight table are showing the results differently&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149420_Capture.PNG" style="height: 117px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same expression and no selections&lt;/P&gt;&lt;P&gt;-&amp;gt; Straight table just shows 1ABC&lt;/P&gt;&lt;P&gt;-&amp;gt; Pivot table shows all of the values under ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys see the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241361#M394169</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241362#M394170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One dimension is enough but in this case there is no direct association so has QV taken all values to be possible values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ solution the set is applied to the &lt;STRONG&gt;ABC&lt;/STRONG&gt; dimension using a &lt;STRONG&gt;Flag&lt;/STRONG&gt; field that is available in the same table so its directly associated with it and we are not trying to apply set on a non-associated field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree to what you said in the later part about the Set being executed like SQL statement ; but then won't we need some consolidated table to run a SQL query on? which why is why I inferred that there has to be a temp table .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241362#M394170</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-13T16:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241363#M394171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right - there is a temp table regarding to the state vectors on which the calculations will be performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241363#M394171</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-13T16:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241364#M394172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a short comparing between the "traditional" solution with pick(match()) and the flag-solution from Stefan - if you should really implement this approach to a real datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241364#M394172</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-13T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241365#M394173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/marcus_sommer"&gt;marcus_sommer&lt;/A&gt;‌ - Apologizes for not understanding your question, but what exactly are you looking for me to post?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-and-Set-Analysis/m-p/1241365#M394173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-13T16:23:14Z</dc:date>
    </item>
  </channel>
</rss>

