<?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>article Set Analysis - Part 2 - Cool Stuff You Can Do (video) in Qlik Sense Documents</title>
    <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/ta-p/1487607</link>
    <description>&lt;P&gt;Set analysis offers a way of defining a set (or group) of data values that is different from the normal set defined by the current selections. Watch this video to learn more about the cool stuff you can do with Set Analysis as well as to get a better understanding of its expression syntax and how it can be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous Video: &lt;/STRONG&gt;&lt;A href="https://community.qlik.com/docs/DOC-8039" target="_blank" rel="noopener"&gt;A Beginners' Introduction to Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; For a more complete and deeper dive of Set Analysis check out this excellent document: &lt;A href="https://community.qlik.com/docs/DOC-4951" target="_blank" rel="noopener"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Sample App: (Qlik Sense is .qvf - QlikView is .qvw)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;See attached .qvf file for sample Qlik Sense application&lt;/LI&gt;&lt;LI&gt;If using Qlik Sense Desktop:&lt;UL&gt;&lt;LI&gt;Copy .qvf file to C:\Users\&amp;lt;user profile&amp;gt;\Documents\Qlik\Sense\Apps&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Refresh Desktop Hub (F5)&lt;/LI&gt;&lt;LI&gt;If using Qlik Sense Server&lt;UL&gt;&lt;LI&gt;Import .qvf using the QMC and then access from My Work Stream in hub&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;For the .qvw - just opened with QlikView Desktop&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Set Analysis Expressions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conditions&amp;nbsp; (hard-coded lists,searches,wild card,comparison operators, not equal):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum({$&amp;lt;CategoryName={'Bath Clothes'}&amp;gt;}Sales)Sum({$&amp;lt;CategoryName={'Bath Clothes','Babywear'}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;CategoryName={"*Clothes"}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;CategoryName={"*Clothes",'Babywear'}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={'2013'}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={2013,2014}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={"&amp;lt;2014"}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year-={2014}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Conditions using variables:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;SET vDefaultCat = 'Bath Clothes';&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;CategoryName={$(vDefaultCat)}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;$ Expansion - using functions to evaluate comparisons values:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Sum({$&amp;lt;Year={"$(=Year(Today()))"}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Conditions with multiple dimensions:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Sum({$&amp;lt;CategoryName={'Babywear'},Year={2014}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Conditions with measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Sum({&amp;lt;[Model Variation]={"=SUM(PartSales) &amp;gt;=1000"}&amp;gt;}PartSales)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FwSrKGu_8EfU%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwSrKGu_8EfU&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FwSrKGu_8EfU%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="Quick Qlik - Set Analysis with Measures!" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 21:58:28 GMT</pubDate>
    <dc:creator>Michael_Tarallo</dc:creator>
    <dc:date>2022-05-13T21:58:28Z</dc:date>
    <item>
      <title>Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/ta-p/1487607</link>
      <description>&lt;P&gt;Set analysis offers a way of defining a set (or group) of data values that is different from the normal set defined by the current selections. Watch this video to learn more about the cool stuff you can do with Set Analysis as well as to get a better understanding of its expression syntax and how it can be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous Video: &lt;/STRONG&gt;&lt;A href="https://community.qlik.com/docs/DOC-8039" target="_blank" rel="noopener"&gt;A Beginners' Introduction to Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; For a more complete and deeper dive of Set Analysis check out this excellent document: &lt;A href="https://community.qlik.com/docs/DOC-4951" target="_blank" rel="noopener"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Sample App: (Qlik Sense is .qvf - QlikView is .qvw)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;See attached .qvf file for sample Qlik Sense application&lt;/LI&gt;&lt;LI&gt;If using Qlik Sense Desktop:&lt;UL&gt;&lt;LI&gt;Copy .qvf file to C:\Users\&amp;lt;user profile&amp;gt;\Documents\Qlik\Sense\Apps&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Refresh Desktop Hub (F5)&lt;/LI&gt;&lt;LI&gt;If using Qlik Sense Server&lt;UL&gt;&lt;LI&gt;Import .qvf using the QMC and then access from My Work Stream in hub&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;For the .qvw - just opened with QlikView Desktop&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Set Analysis Expressions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Conditions&amp;nbsp; (hard-coded lists,searches,wild card,comparison operators, not equal):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum({$&amp;lt;CategoryName={'Bath Clothes'}&amp;gt;}Sales)Sum({$&amp;lt;CategoryName={'Bath Clothes','Babywear'}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;CategoryName={"*Clothes"}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;CategoryName={"*Clothes",'Babywear'}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={'2013'}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={2013,2014}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year={"&amp;lt;2014"}&amp;gt;}Sales)&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;Year-={2014}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Conditions using variables:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;SET vDefaultCat = 'Bath Clothes';&lt;BR /&gt;&lt;BR /&gt;Sum({$&amp;lt;CategoryName={$(vDefaultCat)}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;$ Expansion - using functions to evaluate comparisons values:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Sum({$&amp;lt;Year={"$(=Year(Today()))"}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Conditions with multiple dimensions:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Sum({$&amp;lt;CategoryName={'Babywear'},Year={2014}&amp;gt;}Sales)&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Conditions with measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Sum({&amp;lt;[Model Variation]={"=SUM(PartSales) &amp;gt;=1000"}&amp;gt;}PartSales)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FwSrKGu_8EfU%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwSrKGu_8EfU&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FwSrKGu_8EfU%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="Quick Qlik - Set Analysis with Measures!" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 21:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/ta-p/1487607</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2022-05-13T21:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487608#M1901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael - a really dumb question - but I cannot open the Sales Analysis with Master Calendar ... what am I doing wrong?&amp;nbsp; &lt;BR /&gt;apparently I am using an older version of QlkView 11.20.&lt;/P&gt;&lt;P&gt;Apart from upgrading ... what should I do next?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 23:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487608#M1901</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-03-29T23:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487609#M1902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine - I am happy to hear form you, no dumb questions here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. The attached example is for use with Qlik Sense not QlikView - my fault, I should have stated that more clearly. I did attach the data files if you wanted to recreate it in QlikView. I will create a .QVW and ALSO attach it to this post, so we have both for Qlik Sense and QlikView. Let me know if you have any questions, and please ask more questions in the forums and myself and others will do our best to support you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike T&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 00:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487609#M1902</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-03-30T00:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487610#M1903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine - I attached a .qvw for you too - stay well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike T&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 00:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487610#M1903</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-03-30T00:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487611#M1904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;I really appreciated your tutorial – I was going crazy.  So now I will have a happy easter ☺&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 00:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487611#M1904</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-03-30T00:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487612#M1905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want sample Data modal how create and synthetic key , some data tables and examples.&lt;/P&gt;&lt;P&gt;Please Help Me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sreenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 06:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487612#M1905</guid>
      <dc:creator />
      <dc:date>2015-04-02T06:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487613#M1906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sreenu - all of this can be found in this document (attached to the post) and are available from varius videos and tutorials here: &lt;A href="https://community.qlik.com/docs/DOC-6932"&gt;New to Qlik Sense Videos&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487613#M1906</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-04-02T11:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487614#M1907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi Michael,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;a very good video! I think that Set Analysis is one of the most powerful tools in QV and knowing how to handle it is a grate advantage for every QV-Expert.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Sometimes&lt;/EM&gt; i have problem with this syntax : &lt;STRONG&gt;{&amp;lt;MyField-={XXX}&amp;gt;}&lt;/STRONG&gt; &lt;EM&gt;(not always)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;That dosen't works simply. Instead i use the following syntax :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;{&amp;lt;MyField={*}-{XXX}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This works always &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Peyman&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 07:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487614#M1907</guid>
      <dc:creator>azimabadi</dc:creator>
      <dc:date>2015-04-08T07:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487615#M1908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peyman - thanks for your comment. Thanks for the tip. We love hearing from our users and seeing how they use the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 11:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487615#M1908</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-04-08T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487616#M1909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;I made a comment yesterday but could not add a file, so I will make it again (hope there are not 2 copies and I apologise in advance if there are:&lt;/P&gt;&lt;P&gt;I think I have figured it out:&lt;/P&gt;&lt;P&gt;I did it by trial and error though.  Is there a better way of doing this?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487616#M1909</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-04-08T22:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487617#M1910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peyman,&lt;/P&gt;&lt;P&gt;if you want NOT XXX, the syntax is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;MyField=-{XXX}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note the position of the - to the right of =. That selects &lt;EM&gt;everything except&lt;/EM&gt; XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;To the left of the = as you posted means "remove XXX from the set".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;MyField-={XXX}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Your workaround you posted:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;MyField={*}-{XXX}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;reads as "select everything, then remove XXX". This is logically equivalent to the first =- example above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487617#M1910</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-04-08T22:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487618#M1911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for tip! &lt;/P&gt;&lt;P&gt;That was a misunderstanding from me! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I didn't notice the position of "-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Peyman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 11:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487618#M1911</guid>
      <dc:creator>azimabadi</dc:creator>
      <dc:date>2015-04-09T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487619#M1912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine - as per my other comment to you - post all discussion here: &lt;A href="https://community.qlik.com/space/2146"&gt;New to Qlik Sense&lt;/A&gt; - and then you can attach files, samples etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how else we can assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike T&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487619#M1912</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-04-09T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487620#M1913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael, great video!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487620#M1913</guid>
      <dc:creator />
      <dc:date>2015-06-19T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487621#M1914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Michael!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data I do not have Year dimension, so I create a master dimension with the following expression: =Year(OrderDate). Works fine, sure. But when comes to define the mesure expression like &lt;STRONG&gt;Sum({$&amp;lt;Year={'2013'}&amp;gt;}Sales)&lt;/STRONG&gt;, it didn't work. I need to change it for &lt;STRONG style="font-size: 13.3333px;"&gt;Sum({$&amp;lt;OrderDate={"*2013"}&amp;gt;}Sales)&lt;/STRONG&gt; as workaround. Can you explain me why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all videos, I'm learning a lot! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Marcelo Carahyba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 21:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487621#M1914</guid>
      <dc:creator>carahyba</dc:creator>
      <dc:date>2015-09-08T21:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487622#M1915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcelo - Unfortunately at this moment, dimensions / measures defined in the master library cannot be used within the set analysis expressions or other expressions. What you can do is define the new dervied field as using an expression as part of the original load script using the same expression - YEAR(ORDERDATE) as Year - for example - and then Year would work in the Set Analysis expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to see you are learning - stay tuned for more! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 16:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487622#M1915</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2015-09-09T16:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487623#M1916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael et al&lt;/P&gt;&lt;P&gt;I am going crazy trying to see how QlikView is treating my numbers.&amp;nbsp; I am wondering if the answer is set analysis.&amp;nbsp; I thought I had solved my problem using the function Aggr - however - it works on an exmaple I made up but not in real life.&amp;nbsp; Sorry not sure how to get the info here ... &lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;rawQCLDate - rawCTDate = 8.8 (correct)&amp;nbsp; (THIS WILL NOT TOTAL in QLIKVIEW)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({$}(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rawQCLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; - &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rawCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;nbsp; = 77 (not even sure where that number is coming from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;aggr&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rawQCLDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; - &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rawCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UtilClinic&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; - gives me the same answer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="838"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="45"&gt;UtilClinic&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="65"&gt;UtilPatName&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="59"&gt;URN&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none;" width="95"&gt;CT&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="95"&gt;QCL&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none;" width="101"&gt;Start Date&lt;/TD&gt;&lt;TD class="xl67" width="101"&gt;Count({$}[UtilPatName])&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none;" width="94"&gt;QCL - CT&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none;" width="68"&gt;START - QCL&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none;" width="115"&gt;rawQCLDate - rawCT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: medium none;"&gt;Neuro,&lt;/TD&gt;&lt;TD class="xl69" style="border-left: medium none; border-top: medium none;"&gt;namex&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-left: medium none; border-top: medium none;"&gt;154100216&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;28/05/2015 11:30&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;10/06/2015 11:22&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;16/06/2015 0:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;1.0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;13.0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;5.5&lt;/TD&gt;&lt;TD align="right" class="xl81" style="border-left: medium none; border-top: medium none;"&gt;13.0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: medium none;"&gt;Neuro,&lt;/TD&gt;&lt;TD class="xl69" style="border-left: medium none; border-top: medium none;"&gt;namey&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-left: medium none; border-top: medium none;"&gt;151103763&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;9/06/2015 15:30&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;29/06/2015 10:40&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;30/06/2015 0:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;1.0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;19.8&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;0.6&lt;/TD&gt;&lt;TD align="right" class="xl81" style="border-left: medium none; border-top: medium none;"&gt;19.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border-top: medium none;"&gt;Neuro,&lt;/TD&gt;&lt;TD class="xl69" style="border-left: medium none; border-top: medium none;"&gt;namez&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-left: medium none; border-top: medium none;"&gt;94100386&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;1/06/2015 13:00&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;10/06/2015 9:00&lt;/TD&gt;&lt;TD align="right" class="xl75" style="border-left: medium none; border-top: medium none;"&gt;11/06/2015 0:00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;1.0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;70.7&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;0.6&lt;/TD&gt;&lt;TD align="right" class="xl81" style="border-left: medium none; border-top: medium none;"&gt;8.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" style="border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl76" style="border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="border-top: medium none;"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="border-top: medium none;"&gt;Total&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: medium none;"&gt;3.0&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-left: medium none; border-top: medium none;"&gt;103.5&lt;/TD&gt;&lt;TD class="xl79" style="border-left: medium none; border-top: medium none;"&gt;-&lt;/TD&gt;&lt;TD class="xl82" style="border-left: medium none; border-top: medium none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl80" colspan="3"&gt;WHAT THE ANSWER SHOULD BE&lt;/TD&gt;&lt;TD align="right" class="xl78"&gt;3.0&lt;/TD&gt;&lt;TD align="right" class="xl78"&gt;103.5&lt;/TD&gt;&lt;TD align="right" class="xl78"&gt;6.7&lt;/TD&gt;&lt;TD align="right" class="xl83"&gt;41.6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 02:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487623#M1916</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-09-11T02:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487624#M1917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Michael! It was my final workaround yesterday, put it in the load script. Great! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 03:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487624#M1917</guid>
      <dc:creator>carahyba</dc:creator>
      <dc:date>2015-09-11T03:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487625#M1918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i have made a mistake in how i wrtoe the agg function !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 12:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487625#M1918</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-09-11T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Part 2 - Cool Stuff You Can Do (video)</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487626#M1919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your presentations are fantastic, it made my day. Keep up the good work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Theo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Set-Analysis-Part-2-Cool-Stuff-You-Can-Do-video/tac-p/1487626#M1919</guid>
      <dc:creator />
      <dc:date>2016-02-02T13:24:42Z</dc:date>
    </item>
  </channel>
</rss>

