<?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: Somar dados no LOAD in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050722#M36439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;É que eu adicionei o produto na quebra, segue a correção&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;Tabela&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&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;"&gt;Chave,&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;"&gt;NF,&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;"&gt;Produto,&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;"&gt;Produto cx&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;FROM Tabela.qvd (qvd);&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;LEFT JOIN&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;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chave,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NF,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(Produto cx) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Produto cx TT NF&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;RESIDENT Tabela&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GROUP BY&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chave,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NF&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 16:45:11 GMT</pubDate>
    <dc:creator>nicolett_yuri</dc:creator>
    <dc:date>2016-04-18T16:45:11Z</dc:date>
    <item>
      <title>Somar dados no LOAD</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050719#M36436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia galera tudo bom !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Continuando meu projeto me deparei com uma dúvida que deve ser simples de resolver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Na tabela exemplo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chave | NF | Produto | Produto cx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 101 Produto1 100&lt;/P&gt;&lt;P&gt;2&lt;SPAN style="font-size: 13.3333px;"&gt; 101 Produto1 200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3 101 Produto2 100&lt;/P&gt;&lt;P&gt;4 102 Produto1 50&lt;BR /&gt;5 103 Produto3 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preciso fazer um join para somar em uma nova coluna o total de produtos (cx) referente a nota fiscal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Chave | NF | Produto | Produto cx | Produto cx TT NF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1 101 Produto1 100 400&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2&lt;SPAN style="font-size: 13.3333px;"&gt; 101 Produto1 200 400&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3 101 Produto2 100 400&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4 102 Produto1 50 50&lt;BR /&gt;5 103 Produto3 150 150&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;É possível fazer isso?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado por enquanto pessoal. Abraço.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 13:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050719#M36436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-18T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Somar dados no LOAD</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050720#M36437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Você pode fazer um group by da tabela e depois junta-la novamente, por exemplo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabela&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Chave,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NF,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Produto,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Produto cx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM Tabela.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Chave,&lt;/P&gt;&lt;P&gt;NF,&lt;/P&gt;&lt;P&gt;Produto,&lt;/P&gt;&lt;P&gt;SUM(Produto cx) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Produto cx TT NF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Tabela&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Chave,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;NF,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Produto;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 14:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050720#M36437</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2016-04-18T14:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Somar dados no LOAD</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050721#M36438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri o total ficou por produto e não por nf. Sabe porque?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050721#M36438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-18T16:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Somar dados no LOAD</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050722#M36439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;É que eu adicionei o produto na quebra, segue a correção&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;Tabela&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&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;"&gt;Chave,&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;"&gt;NF,&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;"&gt;Produto,&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;"&gt;Produto cx&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;FROM Tabela.qvd (qvd);&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;LEFT JOIN&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;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chave,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NF,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(Produto cx) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Produto cx TT NF&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;RESIDENT Tabela&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GROUP BY&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chave,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NF&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050722#M36439</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2016-04-18T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Somar dados no LOAD</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050723#M36440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obrigado!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 17:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-dados-no-LOAD/m-p/1050723#M36440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-18T17:45:00Z</dc:date>
    </item>
  </channel>
</rss>

