<?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: Intersect between two 'sets' without Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1596234#M43888</link>
    <description>&lt;P&gt;Not sure, but may be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(STATUS = 'Open' and ([DATA_EXTRACT_DATE] = '$(vStartDate)' or [DATA_EXTRACT_DATE] = '$(vEndDate)'), ID)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 26 Jun 2019 12:03:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-06-26T12:03:07Z</dc:date>
    <item>
      <title>Intersect between two 'sets' without Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1595793#M43860</link>
      <description>&lt;P&gt;I have a sheet where the user can select two dates: Start Date and End Date. These are stored in variables.&lt;/P&gt;&lt;P&gt;I have a table where I list the IDs of all records that were active on Start Date, and another table that lists the IDs that were active on End Date. These tables are populated using:&lt;/P&gt;&lt;P&gt;For table 1:&lt;/P&gt;&lt;P&gt;=IF(STATUS = 'Open'&lt;BR /&gt;and [DATA_EXTRACT_DATE] = '$(vStartDate)'&lt;BR /&gt;, ID)&lt;/P&gt;&lt;P&gt;For table 2:&lt;/P&gt;&lt;P&gt;=IF(STATUS = 'Open'&lt;BR /&gt;and [DATA_EXTRACT_DATE] = '$(vEndDate)'&lt;BR /&gt;, ID)&lt;/P&gt;&lt;P&gt;I know that I could use Set Analysis to count the number of IDs which were open on both dates (i.e. the intersect of both sets) but I would like to list the IDs rather than perform aggregation.&lt;/P&gt;&lt;P&gt;Is there a way of doing this by combining the IF statements? Please can anyone advise.&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 15:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1595793#M43860</guid>
      <dc:creator>Zed_25</dc:creator>
      <dc:date>2019-06-25T15:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect between two 'sets' without Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1596131#M43876</link>
      <description>&lt;P&gt;Hi Zed,&lt;/P&gt;&lt;P&gt;You can use alternate states for this if you don't want to use set analysis. With if statements, the associative engine will make the associations when you are selecting things in your dashboard.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 09:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1596131#M43876</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-26T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect between two 'sets' without Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1596234#M43888</link>
      <description>&lt;P&gt;Not sure, but may be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(STATUS = 'Open' and ([DATA_EXTRACT_DATE] = '$(vStartDate)' or [DATA_EXTRACT_DATE] = '$(vEndDate)'), ID)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 26 Jun 2019 12:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Intersect-between-two-sets-without-Set-Analysis/m-p/1596234#M43888</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-26T12:03:07Z</dc:date>
    </item>
  </channel>
</rss>

