<?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: Condition 'AND' or field=EMPTY into a set analysis expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736156#M263399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry is my fault, the field 'HOTEL_EMPRESA' belongs to a table where there is no empty cell so is neccessary to make a previous join load to the main table to have empty cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 11:16:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-31T11:16:25Z</dc:date>
    <item>
      <title>Condition 'AND' or field=EMPTY into a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736152#M263395</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;in the anlysis expression below I would need to get the sum where HOTEL_EMPRESA is empty .&lt;/P&gt;&lt;P&gt;Something like &lt;STRONG style="color: #ff0000;"&gt;HOTEL_EMPRESA={''},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or where HOTEL_EMPRESA is different than 'KIP' &lt;STRONG&gt;and&lt;/STRONG&gt; 'HPC' &lt;STRONG&gt;and&lt;/STRONG&gt; 'HOP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but it does not work&lt;/P&gt;&lt;P&gt;-SUM({&amp;lt;&lt;STRONG style="color: #ff0000;"&gt;HOTEL_EMPRESA-={'KIP','HPC','HOP'},&lt;/STRONG&gt;TIPO_EMPRESA={'HOTEL'}&amp;gt;}AA_REAL_PERIODO_EUR)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write it?&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, 30 Oct 2014 18:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736152#M263395</guid>
      <dc:creator />
      <dc:date>2014-10-30T18:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Condition 'AND' or field=EMPTY into a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736153#M263396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;tu expresión se ve bien. Lo que puedes hacer para corroborar que si existen datos de tipo 'KIP','HPC','HOP' es crear una tabla simple con la expresión sum(AA_REAL_PERIODO_EUR)/1000 y como dimensión poner HOTEL_EMPRESA. En esta tabla debes de poder ver el desglose de AA_REAL_PERIODO_EUR por HOTEL_EMPRESA y entre los valores de dimensión debes de poder ver KIP, HPC y HOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;En el caso de los valores en blanco, la sintaxis ={''} debería funcionar. En caso contrario, puede ser que más bien sean valores nulos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;también sería útil si pudieras subir un ejemplo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736153#M263396</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-10-30T19:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Condition 'AND' or field=EMPTY into a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736154#M263397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;HOTEL_EMPRESA &lt;/SPAN&gt;-= "=Null()" inside the set analysis.&lt;/P&gt;&lt;P&gt;The - in front of the first equal sign excludes nulls.&amp;nbsp; If you want to include nulls, remove the minus sign.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736154#M263397</guid>
      <dc:creator />
      <dc:date>2014-10-30T19:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Condition 'AND' or field=EMPTY into a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736155#M263398</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;I think null() is what I need but I think there is a syntax mistake because it gives me error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-SUM({&amp;lt;&lt;STRONG style="color: #ff0000;"&gt;HOTEL_EMPRESA-={'KIP','HPC','HOP'},&lt;/STRONG&gt;TIPO_EMPRESA={'HOTEL'}&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 09:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736155#M263398</guid>
      <dc:creator />
      <dc:date>2014-10-31T09:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Condition 'AND' or field=EMPTY into a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736156#M263399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry is my fault, the field 'HOTEL_EMPRESA' belongs to a table where there is no empty cell so is neccessary to make a previous join load to the main table to have empty cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 11:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-AND-or-field-EMPTY-into-a-set-analysis-expression/m-p/736156#M263399</guid>
      <dc:creator />
      <dc:date>2014-10-31T11:16:25Z</dc:date>
    </item>
  </channel>
</rss>

