<?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 Greater than or equal to a variable (set analysis) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359512#M1169977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the set analysis that will only produce a value when a date field is greater to or equal to a variable I have set. I know how to make it equal to a variable however that is the extend of my knowledge. Here is what I have so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({$&amp;lt;DateField={'$(variable)'}&amp;gt;}&amp;nbsp; Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the set only look at values greater to or equal to the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 20:25:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-19T20:25:36Z</dc:date>
    <item>
      <title>Greater than or equal to a variable (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359512#M1169977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the set analysis that will only produce a value when a date field is greater to or equal to a variable I have set. I know how to make it equal to a variable however that is the extend of my knowledge. Here is what I have so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only({$&amp;lt;DateField={'$(variable)'}&amp;gt;}&amp;nbsp; Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the set only look at values greater to or equal to the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 20:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359512#M1169977</guid>
      <dc:creator />
      <dc:date>2012-07-19T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than or equal to a variable (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359513#M1169978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Only({$&amp;lt;DateField={"&amp;gt;=$(=$(variable))"}&amp;gt;} Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 20:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359513#M1169978</guid>
      <dc:creator>pbaenen</dc:creator>
      <dc:date>2012-07-19T20:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than or equal to a variable (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359514#M1169979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Concat({&amp;lt;DateField = {'&amp;gt;=$(variable)'}&amp;gt;}Distinct Name,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you use only here, you will get null value, because, if only one value is occur only produce result..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 20:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359514#M1169979</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-19T20:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than or equal to a variable (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359515#M1169980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! That solution worked perfect for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 12:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-or-equal-to-a-variable-set-analysis/m-p/359515#M1169980</guid>
      <dc:creator />
      <dc:date>2015-10-21T12:50:59Z</dc:date>
    </item>
  </channel>
</rss>

