<?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 Valores Nulos com set Analysis in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46627#M2374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Questão resolvida Cristiano? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Apr 2018 20:10:47 GMT</pubDate>
    <dc:creator>Thiago_Justen_</dc:creator>
    <dc:date>2018-04-08T20:10:47Z</dc:date>
    <item>
      <title>Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46624#M2371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia,&lt;/P&gt;&lt;P&gt;é possível criar um SET ANALYSIS para contar campos nulos?&lt;/P&gt;&lt;P&gt;Por exemplo tenho um campo DataDemissao que pode ou não estar preenchido.&lt;/P&gt;&lt;P&gt;Então quero construir um Set analisys que conte para mim todos os colaboradores que ainda não foram (campo DataDemissao NULL).&lt;/P&gt;&lt;P&gt;Algo do tipo&lt;/P&gt;&lt;P&gt;Count({&amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;DataDemissao = {}&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DataDemissao&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obs.: Precisa ser com SET Analysis, já tentei colocar &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DataDemissao = {"$(=IsNull())"} e outras derivações.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pesquisando nos foruns, vi que não é possível um SET Analysis filtrar valores nulos, então para resolver, criei uma Flag no Script e faço meu SET analisys verificar esta FLAG.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Minha dúvida é...realmente não há como fazer um set analisys filtrar campos nulos?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Obrigado&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46624#M2371</guid>
      <dc:creator>cristianozilz</dc:creator>
      <dc:date>2018-04-03T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46625#M2372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried NullCount()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NullCount(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;DataDemissao)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46625#M2372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-03T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46626#M2373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma possibilidade além da que o &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt; bem postou, seria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;{$-&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DataDemissao &lt;/SPAN&gt;={"*"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DataDemissao)&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 13:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46626#M2373</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-04-03T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46627#M2374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Questão resolvida Cristiano? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2018 20:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46627#M2374</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-04-08T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46628#M2375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Questão resolvida Cristiano? &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Se sim,não deixe de fechar a thread marcando como úteis as resposta que lhe ajudaram e escolhendo uma delas (a que encerrou sua questão) para marcar como resposta correta.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Abs e Sucesso!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 19:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46628#M2375</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-04-14T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46629#M2376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Tiago,&lt;/P&gt;&lt;P&gt;Fiz os testes entretanto não apresentaram o resultado esperado.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 12:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46629#M2376</guid>
      <dc:creator>cristianozilz</dc:creator>
      <dc:date>2018-04-16T12:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46630#M2377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Você precisa contar apenas registros com data de demissão ausente, correto?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qual o resultado para estas expressões?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;{$-&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DataDemissao &lt;/SPAN&gt;={"*"}&amp;gt;}&lt;SPAN style="color: #006699; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;distinct OUTRO_CAMPO&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;Ou&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NullCount(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DataDemissao)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ou &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum(If(Len(Trim(DataDemissao))=0,1,0))&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 13:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46630#M2377</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-04-16T13:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Somar Valores Nulos com set Analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46631#M2378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Questão resolvida? Se sim, não deixe de fechar este tópico.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2018 01:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Somar-Valores-Nulos-com-set-Analysis/m-p/46631#M2378</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-04-28T01:43:46Z</dc:date>
    </item>
  </channel>
</rss>

