<?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: Como Negar uma lista(qvd) ? in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020317#M35125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deu certo, amigo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Você é o cara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigadão.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2016 19:12:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-25T19:12:04Z</dc:date>
    <item>
      <title>Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020311#M35119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;Bom dia, galera!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;Sou novo no qLikView e gostaria de saber qual comando eu uso pra negar 2 listas, segue o exemplo como se fosse via SQL, veja se vocês podem em ajudar, por favor ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;select &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;numero,nome&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: inherit; font-size: 12pt; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;from TABELA 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;where numero not in (select numero TABELA 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;Como fazer esse comando no qLikView ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;Obrigado!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020311#M35119</guid>
      <dc:creator />
      <dc:date>2016-02-24T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020312#M35120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Você pode usar o NOT Exists, exemplo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabela2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;select numero TABELA 2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Tabela:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;select &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;numero,nome&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;from TABELA 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;where NOT EXISTS(numero);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; color: #575757;"&gt;DROP TABLE Tabela2;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020312#M35120</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2016-02-24T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020313#M35121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri, fica assim ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Não deu certo, pois na base &lt;SPAN style="font-size: 13.3333px;"&gt;Volume2016 existem 325 numDbm que NÃO estão na Cliente.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume2016:&lt;/P&gt;&lt;P&gt;LOAD numDbm&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\\testeVol.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cliente:&lt;/P&gt;&lt;P&gt;LOAD numDbm, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; noCliente&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\\vendas\Cliente.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not exists(numDbm)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Volume2016;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020313#M35121</guid>
      <dc:creator />
      <dc:date>2016-02-25T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020314#M35122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William, não sei como estão seus dados. De acordo com o que postou, sua pergunta, a forma de se fazer no qlikview é como informei.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Em palavras: Estou retornando registros da tabela Cliente.qvd em que não estejam na tabela Volume2016. A comparação é realizada através do campo numDbm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Não é isso que você deseja fazer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020314#M35122</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2016-02-25T17:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020315#M35123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agora deu certo, preciso que me ajude em mais uma coisa, amigo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No SQL eu utilizo LIKE, como utilizá-lo aqui, segue a função:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tenho a coluna chamada linha que tem, por exemplo: CALÇA PRETA PLUS TEST&lt;/P&gt;&lt;P&gt;Como filtrar todos os produtos desta coluna que possui a palavra PLUS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 18:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020315#M35123</guid>
      <dc:creator />
      <dc:date>2016-02-25T18:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020316#M35124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Utilize a função WILDMATCH, exemplo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WILDMAtCH(linha, '*PLUS*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 19:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020316#M35124</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2016-02-25T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020317#M35125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deu certo, amigo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Você é o cara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigadão.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 19:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020317#M35125</guid>
      <dc:creator />
      <dc:date>2016-02-25T19:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020318#M35126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William, marque as respostas que te ajudaram para fechar o tópico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020318#M35126</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2016-02-26T20:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Como Negar uma lista(qvd) ?</title>
      <link>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020319#M35127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri, onde faço ? Não achei &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 15:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-Negar-uma-lista-qvd/m-p/1020319#M35127</guid>
      <dc:creator />
      <dc:date>2016-02-29T15:08:10Z</dc:date>
    </item>
  </channel>
</rss>

