<?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: Problem With Where // Problemas uso where in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400597#M149079</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;&amp;nbsp; Please find attachment of application,i taking id's those are having '2' in any position, &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;keepchar &lt;/STRONG&gt;&lt;/SPAN&gt;function will be use full for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 18:21:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-04T18:21:51Z</dc:date>
    <item>
      <title>Problem With Where // Problemas uso where</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400594#M149076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to load one table in qlikview using oposite sentence of like (Something like 'where field&amp;nbsp; Not Like ...') because i need that my rows doesn´t have one number. if i need to load only rows with number 2 in any position i can write this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from .... (qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where pruebas like '*2*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i don´t know how to load all data that not contains number 2 in any position (for example load number 1, 3 ,4 etc.).&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;Diego Rueda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;Buenos días,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Necesito cargar una tabla que no contenga cierto número en los registros, por ejemplo que ningun registro contenga el número 2 en ninguna posicion usando una sentencia opuesta al Like. Para el caso del Like (si quisiera traer el número 2 ) seria algo asi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from .... (qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where pruebas like '*2*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pero no tengo claro como realizar la carga de todo lo opuesto al número 2 ( por ejemplo cargar todo lo que contenga el 1, 3, 4, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agradezco su colaboracion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diego Rueda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400594#M149076</guid>
      <dc:creator />
      <dc:date>2013-02-04T16:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Where // Problemas uso where</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400595#M149077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try with WildMatch() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where not WildMatch(FieldName,'2*');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400595#M149077</guid>
      <dc:creator />
      <dc:date>2013-02-04T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Where // Problemas uso where</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400596#M149078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE NOT (&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;pruebas like '*2*'&lt;/SPAN&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 17:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400596#M149078</guid>
      <dc:creator />
      <dc:date>2013-02-04T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Where // Problemas uso where</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400597#M149079</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;&amp;nbsp; Please find attachment of application,i taking id's those are having '2' in any position, &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;keepchar &lt;/STRONG&gt;&lt;/SPAN&gt;function will be use full for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 18:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-With-Where-Problemas-uso-where/m-p/400597#M149079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-04T18:21:51Z</dc:date>
    </item>
  </channel>
</rss>

