<?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: How to implement the set analysis in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820301#M67239</link>
    <description>&lt;P&gt;&lt;EM&gt;Could you please help to share what is the results your getting ?&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please share the sample data so that we could also work on the solution&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 07:40:42 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2021-07-07T07:40:42Z</dc:date>
    <item>
      <title>How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820288#M67238</link>
      <description>&lt;P&gt;Hi Qlik experts!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the calculation of [Volume] based on selection in [Date] field as this one:&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Date]={"&amp;gt;=$(=yearstart(max([Date]))) &amp;lt;=$(=max([Date]))"} &amp;gt; }&amp;nbsp;[Volume])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I need to calculate the count of distinct customers which have the volume above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Customer ID] = {"= sum({&amp;lt;[Date]={"&amp;gt;=$(=yearstart(max([Date]))) &amp;lt;=$(=max([Date]))"} &amp;gt; }&amp;nbsp;[Volume])&amp;nbsp;&amp;gt; 0"}&amp;gt;} distinct [Customer ID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it doesn't work.&amp;nbsp; Also I tried to use variable for calculation the sum of volume and to use it the count calculation, but it was also without success.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anybody help me, how to implement this calculation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820288#M67238</guid>
      <dc:creator>Alyona</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820301#M67239</link>
      <description>&lt;P&gt;&lt;EM&gt;Could you please help to share what is the results your getting ?&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please share the sample data so that we could also work on the solution&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 07:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820301#M67239</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2021-07-07T07:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820318#M67241</link>
      <description>&lt;P&gt;isn't this just a double enquotation issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;[Customer ID] = {"= sum({&amp;lt;[Date]={&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/STRONG&gt;"&amp;gt;=$(=yearstart(max([Date]))) &amp;lt;=$(=max([Date]))"&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/STRONG&gt;} &amp;gt; }&amp;nbsp;[Volume])&amp;nbsp;&amp;gt; 0"}&amp;gt;} distinct [Customer ID])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 08:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820318#M67241</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2021-07-07T08:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820346#M67243</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35867"&gt;@avinashelite&lt;/a&gt;&amp;nbsp;hi!&lt;/P&gt;&lt;P&gt;Let's imagine that we have the following table with data:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Customer ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Apr-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;100&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Feb-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;150&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Sep-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;120&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Mar-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;50&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-May-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;75&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Sep-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;40&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer C&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Nov-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;90&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer C&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Dec-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;60&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Different cases: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) If in the [Date] I select for example current date - 07-Jul-21 then I will expect to see in:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt; = sum of [Volume] in records where the [Date] in the range from [1-Jan-21] till [07-Jul-21]&amp;nbsp; &lt;STRONG&gt;= 275&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Customer count&lt;/STRONG&gt; = distinct [Customer ID] which have the volume in the range of dates&amp;nbsp;[1-Jan-21] till [07-Jul-21] &lt;STRONG&gt;= 2&amp;nbsp;&lt;/STRONG&gt;(Customer A and Customer B)&lt;/LI&gt;&lt;/UL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Customer ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Feb-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;150&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Mar-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;50&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer B&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-May-21&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;75&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) If in the [Date] I select for example 31-Dec-20 then I will expect to see in:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt; = sum of [Volume] in records where the [Date] in the range from [1-Jan-20] till [31-Dec-20]&amp;nbsp; &lt;STRONG&gt;= 250&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Customer count&lt;/STRONG&gt; = distinct [Customer ID] which have the volume in the range of dates [1-Jan-20] till [31-Dec-20] &lt;STRONG&gt;= 2 &lt;/STRONG&gt;(Customer A and Customer C)&lt;/LI&gt;&lt;/UL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Customer ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Apr-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;100&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer C&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Nov-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;90&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer C&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Dec-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;60&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) If in the [Date] I select for example 01-Aug-20 then I will expect to see in:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt; = sum of [Volume] in records where the [Date] in the range from [1-Jan-20] till [01-Aug-20]&amp;nbsp; &lt;STRONG&gt;= 100&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Customer count&lt;/STRONG&gt; = distinct [Customer ID] which have the volume in the range of dates [1-Jan-20] till [01-Aug-20] &lt;STRONG&gt;= 1 &lt;/STRONG&gt;(Customer A)&lt;/LI&gt;&lt;/UL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Customer ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Volume&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1-Apr-20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;100&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I created and attached small app with example of data. Is it enough as the example?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If "no" then please let me know what do you prefer to have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 11:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820346#M67243</guid>
      <dc:creator>Alyona</dc:creator>
      <dc:date>2021-07-07T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820348#M67244</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49570"&gt;@mikaelsc&lt;/a&gt;&amp;nbsp;hi! I tried to use double&amp;nbsp;&lt;SPAN&gt;quotation, it works only without any selection in [Date] field. If I select any Date then I always receive&amp;nbsp;0 as customer count &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alyona_0-1625656115659.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58172i0786A6A5685B88E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alyona_0-1625656115659.png" alt="Alyona_0-1625656115659.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 11:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820348#M67244</guid>
      <dc:creator>Alyona</dc:creator>
      <dc:date>2021-07-07T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820365#M67246</link>
      <description>&lt;P&gt;Try putting the date fields in the outer count(), like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;&lt;STRONG&gt;Date, Month,&amp;nbsp;&lt;/STRONG&gt;[Customer ID] = {"= sum({&amp;lt;[Date]={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;"&amp;gt;=$(=yearstart(max([Date]))) &amp;lt;=$(=max([Date]))"&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;} &amp;gt; }&amp;nbsp;[Volume])&amp;nbsp;&amp;gt; 0"}&amp;gt;} distinct [Customer ID])&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 11:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820365#M67246</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-07-07T11:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820366#M67247</link>
      <description>&lt;P&gt;adapt your expression in order to consider the "selected" date range in the "count"... otherwise you're excluding all your records that don't fall on the selected date&lt;/P&gt;&lt;P&gt;count({&amp;lt;&lt;FONT color="#FF6600"&gt;[Date]={"&amp;gt;=$(=yearstart(max([Date]))) &amp;lt;=$(=max([Date]))"}&lt;/FONT&gt;,[Customer ID] ={"=sum({&amp;lt;[Date]={""&amp;gt;=$(=yearstart(max([Date]))) &amp;lt;=$(=max([Date]))""}&amp;gt;}[Volume])&amp;gt;0"}&amp;gt;} distinct [Customer ID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 11:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820366#M67247</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2021-07-07T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820377#M67250</link>
      <description>&lt;P&gt;This works! Many-many thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 12:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820377#M67250</guid>
      <dc:creator>Alyona</dc:creator>
      <dc:date>2021-07-07T12:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820379#M67251</link>
      <description>&lt;P&gt;This solution also works! Many thank! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 12:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/1820379#M67251</guid>
      <dc:creator>Alyona</dc:creator>
      <dc:date>2021-07-07T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/2530646#M107846</link>
      <description>&lt;P&gt;Can you please explain me this code i wanna learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 10:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/2530646#M107846</guid>
      <dc:creator>Lakshmi22it</dc:creator>
      <dc:date>2025-09-12T10:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement the set analysis in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/2530648#M107847</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Can you please explain me this code i wanna learn&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 10:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-implement-the-set-analysis-in-set-analysis/m-p/2530648#M107847</guid>
      <dc:creator>Lakshmi22it</dc:creator>
      <dc:date>2025-09-12T10:18:23Z</dc:date>
    </item>
  </channel>
</rss>

