<?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: greater or equal to indirect analysis function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422766#M812438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you;&lt;/P&gt;&lt;P&gt;I have also managed to do it with with a p function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They both give the same result, but it's useless for graphing, only good for KPI sort of display&lt;/P&gt;&lt;P&gt;My solution was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&lt;/P&gt;&lt;P&gt;{$&amp;lt;&lt;/P&gt;&lt;P&gt;Date_of_cancellation=P({$&amp;lt;Date_of_cancellation={"&amp;gt;$(=Date_selected)"}&amp;gt;}Date_of_cancellation),&lt;/P&gt;&lt;P&gt;Date_subscription=P({$&amp;lt;Date_subscription={"&amp;lt;$(=Date_selected)"}&amp;gt;}Date_subscription)&lt;/P&gt;&lt;P&gt;&amp;gt;}id_customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 07:19:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-10-05T07:19:28Z</dc:date>
    <item>
      <title>greater or equal to indirect analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422764#M812436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm counting number of customers on a list. I have column of:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Id_customer&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Date_of_subscription&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Date_of_cancellation&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;in another seprated table, that &lt;STRONG&gt;is not&lt;/STRONG&gt; connceted to the first one i hve list of dates&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;date_selected&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now i need to count id's that have &lt;SPAN style="font-size: 13.3333px;"&gt;Date_of_cancellation later than date_selected AND Date_of_subscription is older than date_selected&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now, I understand that with p or e functions base selections on selections in another filed. I'm trying to find greater or lesser in relation to what is in inidirect set analysis.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I was only successfull in equlizing:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date_of_cancellation&lt;/SPAN&gt;=p([&lt;SPAN style="font-size: 13.3333px;"&gt;date_selected&lt;/SPAN&gt;])&amp;gt;}id_customer)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In any case, besides different solution i need a syntax for &amp;gt;=/&amp;gt;/&amp;lt;=/&amp;lt; in p or e function.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=p("&amp;gt;=$(=date_selected)") doesn't return anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422764#M812436</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: greater or equal to indirect analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422765#M812437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think p() and e() aren't suitable in your case and that your expression should be more look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date_of_cancellation&lt;/SPAN&gt;= {"&amp;gt;=$(=max([&lt;SPAN style="font-size: 13.3333px;"&gt;date_selected&lt;/SPAN&gt;]))"&amp;gt;} id_customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422765#M812437</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-10-04T16:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: greater or equal to indirect analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422766#M812438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you;&lt;/P&gt;&lt;P&gt;I have also managed to do it with with a p function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They both give the same result, but it's useless for graphing, only good for KPI sort of display&lt;/P&gt;&lt;P&gt;My solution was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&lt;/P&gt;&lt;P&gt;{$&amp;lt;&lt;/P&gt;&lt;P&gt;Date_of_cancellation=P({$&amp;lt;Date_of_cancellation={"&amp;gt;$(=Date_selected)"}&amp;gt;}Date_of_cancellation),&lt;/P&gt;&lt;P&gt;Date_subscription=P({$&amp;lt;Date_subscription={"&amp;lt;$(=Date_selected)"}&amp;gt;}Date_subscription)&lt;/P&gt;&lt;P&gt;&amp;gt;}id_customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 07:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/greater-or-equal-to-indirect-analysis-function/m-p/1422766#M812438</guid>
      <dc:creator />
      <dc:date>2017-10-05T07:19:28Z</dc:date>
    </item>
  </channel>
</rss>

