<?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: Set Analysis with not isnull condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887091#M73091</link>
    <description>&lt;P&gt;try:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;[Opportunite.Date_de_fin_d_AO]={"&amp;lt;=$(=Date(Today()-21, 'DD/MM/YYYY'))"},[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"}&amp;gt;}[Opportunite.EstOpportunite])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 13:46:51 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-01-31T13:46:51Z</dc:date>
    <item>
      <title>Set Analysis with not isnull condition</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1886936#M73069</link>
      <description>&lt;P&gt;I have a problem on my set analysis below :&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;[Opportunite.Date_de_fin_d_AO]={"&amp;lt;=$(=Date(Today()-21, 'DD/MM/YYYY'))"},not isnull ([Opportunite.Date_de_fin_d_AO]),[Opportunite.Statut_Commercial]={"En Cours"}&amp;gt;}[Opportunite.EstOpportunite])&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 08:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1886936#M73069</guid>
      <dc:creator>Arnaud35</dc:creator>
      <dc:date>2022-01-31T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with not isnull condition</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887009#M73076</link>
      <description>&lt;P&gt;not isnull&amp;nbsp; is wrong in your set analysis:&lt;/P&gt;
&lt;P&gt;for not null use something like below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;actorname-={"''"},Status={'Open'}&amp;gt;} RequestID)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 11:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887009#M73076</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-01-31T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with not isnull condition</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887057#M73082</link>
      <description>&lt;P&gt;I don't understand how to implement it on my request which is with a sum and not a count&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 12:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887057#M73082</guid>
      <dc:creator>Arnaud35</dc:creator>
      <dc:date>2022-01-31T12:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with not isnull condition</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887091#M73091</link>
      <description>&lt;P&gt;try:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;[Opportunite.Date_de_fin_d_AO]={"&amp;lt;=$(=Date(Today()-21, 'DD/MM/YYYY'))"},[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"}&amp;gt;}[Opportunite.EstOpportunite])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 13:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887091#M73091</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-31T13:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with not isnull condition</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887102#M73097</link>
      <description>&lt;P&gt;Thank you very much &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 13:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-not-isnull-condition/m-p/1887102#M73097</guid>
      <dc:creator>Arnaud35</dc:creator>
      <dc:date>2022-01-31T13:53:03Z</dc:date>
    </item>
  </channel>
</rss>

