<?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: Date comparison in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26405#M1794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using an if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(If(PharmClaimDate &amp;gt;= MedClaimDate, [MedicalClaims.Paid_Amount]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2018 18:04:03 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-02-14T18:04:03Z</dc:date>
    <item>
      <title>Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26404#M1793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble writing set analysis to find events in a table based on related events in another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables that are linked on a person identifier (&lt;STRONG&gt;Recipient_Unique_ID&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 contains &lt;STRONG&gt;MedClaimDate, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Recipient_Unique_ID, MedRowID*&lt;/STRONG&gt; (among other fields)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table 2 contains &lt;STRONG&gt;PharmClaimDate&lt;/STRONG&gt; and &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Recipient_Unique_ID, PharmRowID*&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; (among other fields)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*both made with RowNo() during load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table that should show data from Table 1 if &lt;STRONG style="font-size: 13.3333px;"&gt;PharmClaimDate&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; is equal to &lt;/SPAN&gt;&lt;STRONG&gt;MedClaimDate&lt;/STRONG&gt; or &lt;STRONG style="font-size: 13.3333px;"&gt;MedClaimDate&lt;/STRONG&gt;+5 days&lt;STRONG style="font-size: 13.3333px;"&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have tried these variations just to see if I'm on the right track:&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This returns all rows, ignoring the set analysis:&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[MedRowID]={"$(=PharmClaimDate &amp;amp; '&amp;gt;=' &amp;amp; MedClaimDate)"}&amp;gt;} [MedicalClaims.Paid_Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns 0 rows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[MedRowID]={"=(PharmClaimDate&amp;gt;=MedClaimDate)"}&amp;gt;} [MedicalClaims.Paid_Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns 0 rows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Recipient_Unique_ID={"=(PharmClaimDate&amp;gt;=MedClaimDate)"}&amp;gt;} [MedicalClaims.Paid_Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 17:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26404#M1793</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-14T17:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26405#M1794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using an if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(If(PharmClaimDate &amp;gt;= MedClaimDate, [MedicalClaims.Paid_Amount]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 18:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26405#M1794</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-14T18:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26406#M1795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;May be something like this - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Sum({&amp;lt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;PharmClaimDate&lt;/STRONG&gt;={"=&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;PharmClaimDate&lt;/STRONG&gt;=&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;MedClaimDate"&lt;/STRONG&gt;}&amp;gt;} [MedicalClaims.Paid_Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 18:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26406#M1795</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-14T18:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26407#M1796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the idea. That logic is correct, but it doesn't hide the rows that don't meet it. I wanted to use set analysis in order to hide all rows that don't qualify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 18:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26407#M1796</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-14T18:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26408#M1797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really? Can you share a sample where this isn't working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 18:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26408#M1797</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-14T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26409#M1798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify, when I say "not working" I mean the rows aren't being hidden (which is actually working correctly; I wouldn't expect an IF statement to cause rows to be hidden). The 'test' column here is basically the same:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=max(distinct If(PharmClaimDate &amp;gt;= MedClaimDate and PharmClaimDate &amp;lt; MedClaimDate + 6,&amp;nbsp; MedClaimDate))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193437_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The result is indeed correct. The selected patient has a prescription within 5 days of 5/18/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the table to show only that row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26409#M1798</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-14T19:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26410#M1799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think all you need to do is uncheck 'Show zero values' under Add-Ons -&amp;gt; Data Handling&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26410#M1799</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-14T19:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26411#M1800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BEST TRICK OF THE MONTH!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You learn something new every day (on this forum)!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I foresee having to add a few more conditions, with nesting, to this IF statement, so I'm worried about performance. Theoretically set analysis may be better, so I'm interested in making it work (if only for the sake of learning).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to why my above syntax might not work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 20:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26411#M1800</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-14T20:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26412#M1801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can join the two tables into one, then the set analysis can work for you.... is that an option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 02:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26412#M1801</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-15T02:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26413#M1802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmmm.... I'll have to think about that. The two tables have only the Patient in common, and each has ~10 million rows, so joining would create a table with many tens or hundreds of millions of rows. I know Qlik does some interesting stuff with storage, so maybe it's not so undesirable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the bottom line is the two fields must be in the same table to do a comparison in set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for explaining.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 03:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26413#M1802</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-15T03:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26414#M1803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I thought you were linking the two tables on &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Recipient_Unique_ID&lt;/STRONG&gt; which is just a RowNo() field? If that is true, why would you have hundreds of millions of rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26414#M1803</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-15T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26415#M1804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Recipient_Unique_ID is actually the patient identifier. RowNo() is in a different field. &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26415#M1804</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-15T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26416#M1805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you are not joining the two tables on the RowNo fields, then? If not, then I would suggest you not to join them... you can try to use ApplyMap with Mapping Load, but don't recommend joining. If you can't ApplyMap, then I would just stick with the if statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26416#M1805</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-15T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26417#M1806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much, Sunny. I'll look into that. In the meantime, the IF statement is working well enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26417#M1806</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-15T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26418#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If statement is not going to give a very good performance based on the kind of model you have. I would suggest you to look into Mapping Load/ApplyMap to see if you can somehow bring the two fields into a single table and create a new field in the script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(PharmClaimDate &amp;gt;= MedClaimDate and PharmClaimDate &amp;lt; MedClaimDate + 6, 1, 0) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then just this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Max(DISTINCT {&amp;lt;Flag = {1}&amp;gt;} MedClaimDate)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26418#M1807</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-15T15:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26419#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again; I am exploring that now. I can't picture how to use Mapping for this (which is my own shortcoming!) Being more of a SQL guy, I am thinking of doing a join in the load script to bring them together, calculate as you suggest, and then keep only the relevant data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 20:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/26419#M1808</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-02-15T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date comparison in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/1801570#M64993</link>
      <description>&lt;P&gt;Had the same problem myself, an if statement seems to fix it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think it's the dates being at different grains that causes the problem - guess I could join one into the other table if I need to use set analysis.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 03:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-comparison-in-set-analysis/m-p/1801570#M64993</guid>
      <dc:creator>richardwilde</dc:creator>
      <dc:date>2021-04-22T03:55:42Z</dc:date>
    </item>
  </channel>
</rss>

