<?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: Where in Mexico</title>
    <link>https://community.qlik.com/t5/Mexico/Where/m-p/1676809#M803</link>
    <description>&lt;P&gt;No se si se deba a jerarqúia de operaciones: Los ANDs van antes que los ORs&lt;/P&gt;&lt;P&gt;Por ejemplo, tu primera línea de condición se ejecutaría así:&lt;/P&gt;&lt;P&gt;(F&lt;SPAN&gt;echa &amp;gt;= '01/04/2017' and Fecha &amp;lt; Today()) or IsNull(Fecha)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Como si estuvieran los paréntesis extra; o sea que si la fecha es nula, no importan las dos primeras condiciones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Si por el contrario, lo que quieres es que la condición diga: "Si la fecha es mayor al 01/04/2017 y menor a hoy o nula", deberías escribir:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fecha &amp;gt;= '01/04/2017' and (Fecha &amp;lt; Today() or IsNull(Fecha))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Para evitar problemas, indica cómo quieres que se ejecute poniendo tú los paréntesis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Espero que ésto sea de ayuda.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Saludos.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 20:06:01 GMT</pubDate>
    <dc:creator>amonjaras</dc:creator>
    <dc:date>2020-02-18T20:06:01Z</dc:date>
    <item>
      <title>Where</title>
      <link>https://community.qlik.com/t5/Mexico/Where/m-p/1676646#M801</link>
      <description>&lt;P&gt;Buenas tardes con todos:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Agradecería me puedan ayudar a detectar cual es el problema con la siguiente sentencia, estoy realizando un Load, con una serie de condiciones, sin embargo al llegar al campo&amp;nbsp;Description_VTEXT2, para indicar que tome todos los registros excepto las de 'AJI-NO-MOTO BULK', no hace caso y simplemente no toma nada o salen cualquier otra cosa,&amp;nbsp;&lt;/P&gt;&lt;P&gt;No se si la sentencia esta mal, algo esta faltando o q?..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ventas_1:&lt;BR /&gt;Load *&lt;BR /&gt;Resident Ventas&lt;BR /&gt;Where&lt;BR /&gt;Fecha &amp;gt;= '01/04/2017' and Fecha &amp;lt; Today() or IsNull(Fecha)&lt;BR /&gt;and [Contenido Lineas] = 'Sin Giro/Promo'&lt;BR /&gt;and Obsequio = 'NA'&lt;BR /&gt;and cod_org_ventas = 1100&lt;BR /&gt;and Description_VTEXT2&amp;lt;&amp;gt;'AJI-NO-MOTO BULK'&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Muchas gracias de antemano&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Atte.&lt;/P&gt;&lt;P&gt;CarlosR.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 13:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mexico/Where/m-p/1676646#M801</guid>
      <dc:creator>carlosrb1978</dc:creator>
      <dc:date>2020-02-18T13:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/Mexico/Where/m-p/1676744#M802</link>
      <description>&lt;P&gt;Son valores diferentes o es un solo valor "&lt;SPAN&gt;AJI-NO-MOTO BULK&lt;/SPAN&gt;", si aplicas un "Not in" funcionara?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 16:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mexico/Where/m-p/1676744#M802</guid>
      <dc:creator>bisimerm</dc:creator>
      <dc:date>2020-02-18T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/Mexico/Where/m-p/1676809#M803</link>
      <description>&lt;P&gt;No se si se deba a jerarqúia de operaciones: Los ANDs van antes que los ORs&lt;/P&gt;&lt;P&gt;Por ejemplo, tu primera línea de condición se ejecutaría así:&lt;/P&gt;&lt;P&gt;(F&lt;SPAN&gt;echa &amp;gt;= '01/04/2017' and Fecha &amp;lt; Today()) or IsNull(Fecha)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Como si estuvieran los paréntesis extra; o sea que si la fecha es nula, no importan las dos primeras condiciones.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Si por el contrario, lo que quieres es que la condición diga: "Si la fecha es mayor al 01/04/2017 y menor a hoy o nula", deberías escribir:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fecha &amp;gt;= '01/04/2017' and (Fecha &amp;lt; Today() or IsNull(Fecha))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Para evitar problemas, indica cómo quieres que se ejecute poniendo tú los paréntesis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Espero que ésto sea de ayuda.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Saludos.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 20:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mexico/Where/m-p/1676809#M803</guid>
      <dc:creator>amonjaras</dc:creator>
      <dc:date>2020-02-18T20:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where</title>
      <link>https://community.qlik.com/t5/Mexico/Where/m-p/1677781#M805</link>
      <description>&lt;P&gt;Es Correcto, funciono bloqueando la condición de ese campo con los paréntesis!!..&lt;/P&gt;&lt;P&gt;Se agradece a su apoyo a todos!!..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Buen día!!&lt;/P&gt;&lt;P&gt;CarlosR&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 21:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mexico/Where/m-p/1677781#M805</guid>
      <dc:creator>carlosrb1978</dc:creator>
      <dc:date>2020-02-20T21:17:39Z</dc:date>
    </item>
  </channel>
</rss>

