<?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 intersection in the same field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625211#M46840</link>
    <description>&lt;P&gt;Create a table with the first 5 columns as dimensions and use this as an expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Count(Month) &amp;gt; 1, Count(Month))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19473i2967E213346BE41B/image-size/large?v=1.0&amp;amp;px=-1" border="0" width="731" height="188" title="image.png" alt="image.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 12:03:47 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-09-18T12:03:47Z</dc:date>
    <item>
      <title>Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1624700#M46830</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;This is a glimpse of my dataset:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19361i1186135D288F9E8E/image-size/medium?v=1.0&amp;amp;px=-1" border="0" title="clipboard_image_1.png" alt="clipboard_image_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I want to make a table within my app with set analysis to show what rows are the same for different months, but in a way that always compares current month with previous month, and also current month with a month before previous month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I want to see the intersection between months, but since my table is updated monthly, I always need to compare current month with others, and I want to do so without specifically naming every month.&lt;/P&gt;&lt;P&gt;If I need to clarify more, please ask.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Milos&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 13:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1624700#M46830</guid>
      <dc:creator>Milutin</dc:creator>
      <dc:date>2019-09-17T13:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1624703#M46831</link>
      <description>&lt;P&gt;So, based on the input file showed, can you explain what the output needs to look like? Also, in what kind of object?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sunny&lt;/P&gt;&lt;P&gt;P.S. it is better to upload an Excel file rather than an image of the Excel file because there is no way to load the data from an image &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 13:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1624703#M46831</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-17T13:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1624712#M46832</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;Output should look the same as input, also in a table in qlik.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is a part of my dataset, but i think it will be enough&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1624712#M46832</guid>
      <dc:creator>Milutin</dc:creator>
      <dc:date>2019-09-17T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625028#M46833</link>
      <description>&lt;P&gt;I was thinking something like :&lt;/P&gt;&lt;P&gt;({&amp;lt;Month = {max(Month)}&amp;gt;}[Engagement Name])*({&amp;lt;Month = {Last(Month)}&amp;gt;}[Engagement Name])&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;{&amp;lt;Month = {max(Month)}&amp;gt;*&amp;lt;Month = {Last(Month)}&amp;gt;}[Engagement Name]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to do it like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 07:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625028#M46833</guid>
      <dc:creator>Milutin</dc:creator>
      <dc:date>2019-09-18T07:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625179#M46834</link>
      <description>&lt;P&gt;Output should look the same as input? You want to see all 44 rows in a single table? Then why do you need anything other than a table box? I am not sure I understand?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625179#M46834</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-18T11:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625181#M46835</link>
      <description>&lt;P&gt;Sorry, my bad, output should only show rows that are same for different months(same Engagement Leader, Engagement Name, etc...)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625181#M46835</guid>
      <dc:creator>Milutin</dc:creator>
      <dc:date>2019-09-18T11:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625196#M46836</link>
      <description>&lt;P&gt;So, all you want to display is if the first 5 columns in your data repeats for more than a month?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625196#M46836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-18T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625201#M46837</link>
      <description>&lt;P&gt;Basically yes, I want to see these 5 columns that are same for the current month and the previous month&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625201#M46837</guid>
      <dc:creator>Milutin</dc:creator>
      <dc:date>2019-09-18T11:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625205#M46838</link>
      <description>&lt;P&gt;Is this for QlikView or Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625205#M46838</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-18T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625206#M46839</link>
      <description>&lt;P&gt;Qlik sense&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 12:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625206#M46839</guid>
      <dc:creator>Milutin</dc:creator>
      <dc:date>2019-09-18T12:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625211#M46840</link>
      <description>&lt;P&gt;Create a table with the first 5 columns as dimensions and use this as an expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Count(Month) &amp;gt; 1, Count(Month))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19473i2967E213346BE41B/image-size/large?v=1.0&amp;amp;px=-1" border="0" width="731" height="188" title="image.png" alt="image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 12:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625211#M46840</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-18T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis intersection in the same field</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625212#M46841</link>
      <description>&lt;P&gt;Posted a QlikView screenshot, but should work the same way in Qlik Sense&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 12:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-intersection-in-the-same-field/m-p/1625212#M46841</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-18T12:04:19Z</dc:date>
    </item>
  </channel>
</rss>

