<?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: Set Analysis Clarification in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1631619#M47028</link>
    <description>&lt;P&gt;in your particular case it may not make a difference but&lt;BR /&gt;wrt your 2nd set expression&lt;BR /&gt;Sum(&amp;lt;Set 1&amp;gt; + &amp;lt;Set 2&amp;gt; Measuer) the + is basically an or so its set 1 or set 2&lt;BR /&gt;so you can give conditions like&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding'}&amp;gt;&lt;BR /&gt;+&lt;BR /&gt;&amp;lt;FoundationsFlag = {'&lt;STRONG&gt;Yes&lt;/STRONG&gt;'}, OnboardingFlag = {'4-6 Months Onboarding'}&amp;gt;}AttributedGP)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope its clearer&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2019 19:36:57 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-10-04T19:36:57Z</dc:date>
    <item>
      <title>Set Analysis Clarification</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1631615#M47027</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I discovered some discrepancies in some of my fields and while doing research on the forums, I came across something even more peculiar. Can someone please help me understand the difference between these measures AND how the {} syntax actually affects set analysis? Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding'}&amp;gt;}AttributedGP)&lt;BR /&gt;+&lt;BR /&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'4-6 Months Onboarding'}&amp;gt;}AttributedGP)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding'}&amp;gt;&lt;BR /&gt;+&lt;BR /&gt;&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'4-6 Months Onboarding'}&amp;gt;}AttributedGP)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;which I find the measure outcome to be similar to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding', '4-6 Months Onboarding'}&amp;gt;} AttributedGP)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1631615#M47027</guid>
      <dc:creator>cgarcia23e</dc:creator>
      <dc:date>2024-11-16T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Clarification</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1631619#M47028</link>
      <description>&lt;P&gt;in your particular case it may not make a difference but&lt;BR /&gt;wrt your 2nd set expression&lt;BR /&gt;Sum(&amp;lt;Set 1&amp;gt; + &amp;lt;Set 2&amp;gt; Measuer) the + is basically an or so its set 1 or set 2&lt;BR /&gt;so you can give conditions like&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding'}&amp;gt;&lt;BR /&gt;+&lt;BR /&gt;&amp;lt;FoundationsFlag = {'&lt;STRONG&gt;Yes&lt;/STRONG&gt;'}, OnboardingFlag = {'4-6 Months Onboarding'}&amp;gt;}AttributedGP)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope its clearer&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 19:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1631619#M47028</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-10-04T19:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Clarification</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1632074#M47064</link>
      <description>&lt;P&gt;Thanks for clarifying that the + is basically an or. That helps, but I'm still not sure why I'm getting different outputs with the two measures below. I would expect both measures to provide the same output since I'm looking at the same group of folks but bucketing two date ranges into one?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps I need to add a little more detail to my original inquiry: My FoundationsFlag field distinguishes between No, Yes (doesn't include SpecialGroup), and Yes-SpecialGroup. I need to differentiate between all three groups of individuals. My first measure is more what I anticipated to see since the output is just the sum of the individual date ranges for NonFoundations folks. I can't really tell what's happening with my second measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding'}&amp;gt;}AttributedGP)&lt;BR /&gt;+&lt;BR /&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'4-6 Months Onboarding'}&amp;gt;}AttributedGP)&lt;/P&gt;&lt;P&gt;Output: 3.7&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding'}&amp;gt;&lt;BR /&gt;+&lt;BR /&gt;&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'4-6 Months Onboarding'}&amp;gt;}AttributedGP)&lt;/P&gt;&lt;P&gt;Output: 2.87&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1632074#M47064</guid>
      <dc:creator>cgarcia23e</dc:creator>
      <dc:date>2019-10-07T14:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Clarification</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1632080#M47065</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hard to diagnose what the issue is.&amp;nbsp; I would say something in the data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is the output of Sum(AttributedGP) when you select the filters FoundationsFlag = No &amp;amp;&amp;nbsp; OnboardingFlag '0-3 Months Onboarding', '4-6 Months Onboarding'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In this case your expression 2 should return same result as this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;FoundationsFlag = {'No'}, OnboardingFlag = {'0-3 Months Onboarding', '4-6 Months Onboarding'}&amp;gt;} AttributedGP)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what is the output of that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 14:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1632080#M47065</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-10-07T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Clarification</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1632119#M47066</link>
      <description>&lt;P&gt;You are right in both cases:&amp;nbsp; I get 2.87. Perhaps it is something in the data. I'll continue validating. Thanks so much for all of your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 16:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Clarification/m-p/1632119#M47066</guid>
      <dc:creator>cgarcia23e</dc:creator>
      <dc:date>2019-10-07T16:24:06Z</dc:date>
    </item>
  </channel>
</rss>

