<?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 multi conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253469#M396388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Best Community Ever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression count(&amp;nbsp; {&amp;lt; DATE_CALCUL={ "$(=date(today()-1))"}&amp;nbsp; &amp;gt;} DN_NUM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i would like to add this condition : not isnull(KIT) and not isnull(CODE_BOUTIQUE) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 10:55:15 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-02-23T10:55:15Z</dc:date>
    <item>
      <title>multi conditions</title>
      <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253469#M396388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Best Community Ever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression count(&amp;nbsp; {&amp;lt; DATE_CALCUL={ "$(=date(today()-1))"}&amp;nbsp; &amp;gt;} DN_NUM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i would like to add this condition : not isnull(KIT) and not isnull(CODE_BOUTIQUE) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253469#M396388</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-23T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: multi conditions</title>
      <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253470#M396389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;DATE_CALCUL={ "$(=date(today()-1))"}, KIT = {'*'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CODE_BOUTIQUE&lt;/SPAN&gt; = {'*'}&amp;gt;} DN_NUM)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253470#M396389</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-23T10:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: multi conditions</title>
      <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253471#M396390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Count(&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; {&amp;lt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; DATE_CALCUL={ "$(=date(today()-1))"},&lt;/P&gt;&lt;P&gt;&amp;nbsp; DN_NUM = {"=DN_NUM = Not IsNull(KIT) or LEN(TRIM(KIT))&amp;lt;&amp;gt;0"},&lt;/P&gt;&lt;P&gt;&amp;nbsp; DN_NUM = {"=DN_NUM = Not IsNull(CODE_BOUTIQUE) or LEN(TRIM(CODE_BOUTIQUE))&amp;lt;&amp;gt;0"},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt;} &lt;/P&gt;&lt;P&gt;DN_NUM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253471#M396390</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-23T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: multi conditions</title>
      <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253472#M396391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt; Count(&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; {&amp;lt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; DATE_CALCUL={ "$(=date(today()-1))"},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt;} &lt;/P&gt;&lt;P&gt;IF(Len(Trim(KIT))&amp;lt;&amp;gt;0 and Len(Trim(CODE_BOUTIQUE)) &amp;lt;&amp;gt; 0,DN_NUM))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253472#M396391</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-23T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: multi conditions</title>
      <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253473#M396392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought tooooo much (may be) !!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253473#M396392</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-23T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: multi conditions</title>
      <link>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253474#M396393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count({&amp;lt;DATE_CALCUL={ "$(=date(today()-1))"}, KIT_filter = {'*'}-{'null'}, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;CODE_BOUTIQUE_filter&lt;/SPAN&gt; = {'*'}-{'null'}&amp;gt;} DN_NUM)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;IN the backend/script&amp;nbsp; ,create the&amp;nbsp; filters as&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KIT_filter and &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CODE_BOUTIQUE_filter&lt;/STRONG&gt; &lt;/STRONG&gt; displaying 'null' and 'notnull' as&amp;nbsp; description ..... &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt; and use the above logic . it will eliminate all the null values &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;thanks,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Anjee&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-conditions/m-p/1253474#M396393</guid>
      <dc:creator>veeranj</dc:creator>
      <dc:date>2017-02-23T11:24:01Z</dc:date>
    </item>
  </channel>
</rss>

