<?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: using Set Analysis for Date Comparision in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042807#M350825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, please note that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(%Check_Key = %Key and &lt;SPAN style="font-size: 13.3333px;"&gt;[Date 1]&lt;/SPAN&gt; &amp;gt;= '12/12/1999', ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will evaluate the comparisons on a per record base, while the set analysis won't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the date comparison, have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you check the format of [Date 1] values, that they match format of the set modifier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 22:57:26 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-03-09T22:57:26Z</dc:date>
    <item>
      <title>using Set Analysis for Date Comparision</title>
      <link>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042806#M350824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why does &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works: - =count(if(%Check_Key = %Key and &lt;SPAN style="font-size: 13.3333px;"&gt;[Date 1]&lt;/SPAN&gt; &amp;gt;= '12/12/1999', ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this does not: - &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=count({$ &amp;lt;%Check_Key = P(%Key), &lt;SPAN style="font-size: 13.3333px;"&gt;[Date 1] ={"&amp;gt;= 12/12/1999"}&amp;gt;} ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I already checked the '&lt;SPAN style="font-size: 13.3333px;"&gt;%Check_Key = P(%Key)' part; it works without the date parameters. so no issues there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I just want to know why set analysis does not like date comparisons or may be i am doing it wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042806#M350824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T22:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: using Set Analysis for Date Comparision</title>
      <link>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042807#M350825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, please note that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(%Check_Key = %Key and &lt;SPAN style="font-size: 13.3333px;"&gt;[Date 1]&lt;/SPAN&gt; &amp;gt;= '12/12/1999', ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will evaluate the comparisons on a per record base, while the set analysis won't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the date comparison, have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you check the format of [Date 1] values, that they match format of the set modifier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042807#M350825</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-09T22:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: using Set Analysis for Date Comparision</title>
      <link>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042808#M350826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this document for an explanation: &lt;A href="https://community.qlik.com/docs/DOC-4563"&gt;set_analysis_intra-record.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-Set-Analysis-for-Date-Comparision/m-p/1042808#M350826</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-10T07:14:36Z</dc:date>
    </item>
  </channel>
</rss>

