<?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 can I use greater than(&amp;gt;=) in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/2129085#M1224707</link>
    <description>&lt;P&gt;Also to note that&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count(Distinct{&amp;lt;Completed = {Yes}, Date = {"&amp;gt;=07/01/2020"}&amp;gt;} UserID) Works&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but if you put a space here between the &amp;gt;= and the Date like below it doesn't work&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count(Distinct{&amp;lt;Completed = {Yes}, Date = {"&amp;gt;= 07/01/2020"}&amp;gt;} UserID)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2023 08:01:31 GMT</pubDate>
    <dc:creator>PDurnall</dc:creator>
    <dc:date>2023-10-17T08:01:31Z</dc:date>
    <item>
      <title>How can I use greater than(&gt;=) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730412#M455482</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to get distinct count of user_id by giving two condition .&lt;/P&gt;&lt;P&gt;1st Cond = 'Completed = 'yes' (Completed is column name)&lt;/P&gt;&lt;P&gt;2nd cond = 'Date &amp;gt;= '07/01/2020' (date s column name)&lt;/P&gt;&lt;P&gt;I have used:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;count(Distinct{&amp;lt;Completed = {'Yes'}, Date = {"&amp;gt;=$ ('07/01/2020')"}&amp;gt;} UserID) - Not getting any error but getting value as zero.&lt;/P&gt;&lt;P&gt;Note : I am unable to give greater than symbol.&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730412#M455482</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2024-11-16T00:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use greater than(&gt;=) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730422#M455483</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if "date" is a valid date field (interpreted by Qlik), you can use&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count(Distinct{&amp;lt;Completed = {Yes}, Date = {"&amp;gt;=07/01/2020"}&amp;gt;} UserID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730422#M455483</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2020-07-23T20:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use greater than(&gt;=) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730432#M455484</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You don't need $ for hard-coded&amp;nbsp;values. Just encapsulate value in in double quotes. Make sure that the value format should match with Date field format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count(Distinct{&amp;lt;Completed = {'Yes'}, Date = {"&amp;gt;=07/01/2020"}&amp;gt;} UserID)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730432#M455484</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-23T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use greater than(&gt;=) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730434#M455485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;It works fine&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730434#M455485</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2020-07-23T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use greater than(&gt;=) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730435#M455486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6126"&gt;@hector&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;It works fine&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/1730435#M455486</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2020-07-23T20:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use greater than(&gt;=) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/2129085#M1224707</link>
      <description>&lt;P&gt;Also to note that&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count(Distinct{&amp;lt;Completed = {Yes}, Date = {"&amp;gt;=07/01/2020"}&amp;gt;} UserID) Works&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but if you put a space here between the &amp;gt;= and the Date like below it doesn't work&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count(Distinct{&amp;lt;Completed = {Yes}, Date = {"&amp;gt;= 07/01/2020"}&amp;gt;} UserID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 08:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-use-greater-than-gt-in-Set-analysis/m-p/2129085#M1224707</guid>
      <dc:creator>PDurnall</dc:creator>
      <dc:date>2023-10-17T08:01:31Z</dc:date>
    </item>
  </channel>
</rss>

