<?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: IF and AND in the same expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669118#M1070758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this in set analysis&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;"&gt;= COUNT({&amp;lt;[Fecha de devolución a cedente]-= {'*'}, [Fecha de recepción]-={'*'}&amp;gt;} id_counter1 ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 03:26:20 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-08-13T03:26:20Z</dc:date>
    <item>
      <title>IF and AND in the same expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669115#M1070755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to count NULL registers, when 2 conditions are required at the same time. I've try with&lt;/P&gt;&lt;P&gt;=COUNT(IF([Fecha de devolución a cedente]='' AND [Fecha de recepción]= '') id_counter1) but no luck. I'd appreciate if you could bring some light in my darkness!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669115#M1070755</guid>
      <dc:creator />
      <dc:date>2014-08-12T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: IF and AND in the same expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669116#M1070756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;COUNT( IF ([Fecha de devolución a cedente]='' AND [Fecha de recepción]= '', id_counter1) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669116#M1070756</guid>
      <dc:creator />
      <dc:date>2014-08-12T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: IF and AND in the same expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669117#M1070757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It hasn't worked, but I've finally managed to do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;= COUNT( IF (IsNull([Fecha de devolución a cedente]) AND IsNull([Fecha de recepción]) , id_counter1 ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669117#M1070757</guid>
      <dc:creator />
      <dc:date>2014-08-12T19:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: IF and AND in the same expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669118#M1070758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this in set analysis&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;"&gt;= COUNT({&amp;lt;[Fecha de devolución a cedente]-= {'*'}, [Fecha de recepción]-={'*'}&amp;gt;} id_counter1 ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 03:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-AND-in-the-same-expression/m-p/669118#M1070758</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-13T03:26:20Z</dc:date>
    </item>
  </channel>
</rss>

