<?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 Islands and Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592613#M739285</link>
    <description>&lt;P&gt;&lt;FONT size="3"&gt;Thanks&amp;nbsp; Sunny.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;But the problem is it is giving me summarized results. If you see below the first measure is calculated using the if and the second measure is using set analysis. Using IF is slowing down the process completely.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Below are the expressions I used&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Uisng IF:&amp;nbsp; =&lt;FONT color="#0000ff"&gt;sum&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;if&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[resolvedDate]&lt;/FONT&gt;=&lt;FONT color="#800000"&gt;IslandDate&lt;/FONT&gt;,1)) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Using Set Analysis:&amp;nbsp; &lt;FONT color="#0000ff"&gt;Sum&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Date]&lt;/FONT&gt; = &lt;FONT color="#0000ff"&gt;P&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;IslandDate&lt;/FONT&gt;),&lt;FONT color="#800000"&gt;DateType&lt;/FONT&gt;= {'Resolved'}&amp;gt;}&lt;FONT color="#800000"&gt;DataTypeCounter&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="3"&gt;)&lt;/FONT&gt; .&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Please let me if what I am doing is wrong.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample.JPG" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13867i6437F06BE60A6689/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample.JPG" alt="Sample.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 13:54:18 GMT</pubDate>
    <dc:creator>SRG</dc:creator>
    <dc:date>2019-06-17T13:54:18Z</dc:date>
    <item>
      <title>Data Islands and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592330#M739283</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;In my data model I have a date filed. I am using date Island to&amp;nbsp; and compare against the date in my data model. Using&amp;nbsp;'IF' I am getting desired results.&amp;nbsp; I need to compare two more conditions&amp;nbsp; in my expressions to calculate sums. Use if is slowing down all the calculations. I am trying to see if I can use set expression with date Island.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;The expression I am currently using is &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff"&gt;sum&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;if&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[Date]&lt;/FONT&gt;=&lt;FONT color="#800000"&gt;IslandDate&lt;/FONT&gt;,Type ='Dispute',ChkFlag='Yes',1)) . Can I obtain the same with set expressions.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Any help would be highly appreciated.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592330#M739283</guid>
      <dc:creator>SRG</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Islands and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592584#M739284</link>
      <description>&lt;P&gt;Not sure, but give this a shot&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({&amp;lt;[Date] = P(IslandDate), Type = {'Dispute'}, ChkFlag = {'Yes'}&amp;gt;} 1)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592584#M739284</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-17T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Islands and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592613#M739285</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Thanks&amp;nbsp; Sunny.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;But the problem is it is giving me summarized results. If you see below the first measure is calculated using the if and the second measure is using set analysis. Using IF is slowing down the process completely.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Below are the expressions I used&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Uisng IF:&amp;nbsp; =&lt;FONT color="#0000ff"&gt;sum&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;if&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[resolvedDate]&lt;/FONT&gt;=&lt;FONT color="#800000"&gt;IslandDate&lt;/FONT&gt;,1)) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Using Set Analysis:&amp;nbsp; &lt;FONT color="#0000ff"&gt;Sum&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#800000"&gt;[Date]&lt;/FONT&gt; = &lt;FONT color="#0000ff"&gt;P&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;IslandDate&lt;/FONT&gt;),&lt;FONT color="#800000"&gt;DateType&lt;/FONT&gt;= {'Resolved'}&amp;gt;}&lt;FONT color="#800000"&gt;DataTypeCounter&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="3"&gt;)&lt;/FONT&gt; .&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Please let me if what I am doing is wrong.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample.JPG" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13867i6437F06BE60A6689/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample.JPG" alt="Sample.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592613#M739285</guid>
      <dc:creator>SRG</dc:creator>
      <dc:date>2019-06-17T13:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Islands and Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592661#M739286</link>
      <description>&lt;P&gt;I think in this way it would rather not working. In Qlik all relevant data must be associated. There are cases where it's useful to use an island-table to navigate between expressions/dimensions/objects or to use them as an independent selection or something similar - but this is usually done with a single (possible) value which creates a 1:n relationship.&lt;/P&gt;&lt;P&gt;A n:n relationship like indicated from your expression and the screenshot will create multiple large cartesian products which couldn't be handled with a set analysis else only with if-loops and they will be terrible slow. Therefore I suggest to rethink your datamodel.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Islands-and-Set-Analysis/m-p/1592661#M739286</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-17T14:52:41Z</dc:date>
    </item>
  </channel>
</rss>

