<?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 Contar registros vazios/nulo com set analysis. in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347921#M49058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Pessoal, boa noite!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vejam se vcs consegue me ajudar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preciso identificar registros cujo campo "Data Conclusão" esteja vazio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Para isso, tentei das seguintes formas, todas sem sucesso:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(Distinct {$&amp;lt; Status = {'Encerrado'} , [Data Conclusão] = {'=Len([Data Conclusão])=0'} &amp;gt;} [Nº Sequencial])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Count(Distinct {$&amp;lt; Status = {'Encerrado'} , [Data Conclusão] = {'$(=Len([Data Conclusão])=0)'} &amp;gt;} [Nº Sequencial])&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;Alguém tem algumas sugestão de como proceder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 23:43:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-26T23:43:32Z</dc:date>
    <item>
      <title>Contar registros vazios/nulo com set analysis.</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347921#M49058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Pessoal, boa noite!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vejam se vcs consegue me ajudar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preciso identificar registros cujo campo "Data Conclusão" esteja vazio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Para isso, tentei das seguintes formas, todas sem sucesso:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(Distinct {$&amp;lt; Status = {'Encerrado'} , [Data Conclusão] = {'=Len([Data Conclusão])=0'} &amp;gt;} [Nº Sequencial])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Count(Distinct {$&amp;lt; Status = {'Encerrado'} , [Data Conclusão] = {'$(=Len([Data Conclusão])=0)'} &amp;gt;} [Nº Sequencial])&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;Alguém tem algumas sugestão de como proceder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 23:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347921#M49058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-26T23:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Contar registros vazios/nulo com set analysis.</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347922#M49059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amigo, segue algumas opções:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Via Expressão:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14958427758039903 jive_text_macro" jivemacro_uid="_14958427758039903"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NullCount([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data Conclusão&lt;/SPAN&gt;])&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&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;Via Script:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14958428145858889" jivemacro_uid="_14958428145858889" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data Conclusão&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;],&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Len( Trim( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data Conclusão&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;]&lt;/SPAN&gt; ) ) &amp;lt; 0, 1, 0 ) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; NullFlage,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;From &amp;lt;SuaTabela&amp;gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 23:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347922#M49059</guid>
      <dc:creator>mario_sergio_ti</dc:creator>
      <dc:date>2017-05-26T23:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Contar registros vazios/nulo com set analysis.</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347923#M49060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Olá Carlos,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Com set analysis pode ser feito assim:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164939_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** Se foi a resposta certa ou apenas útil, marque como tal. Ajude a comunidade e retribua quem lhe ajudou. ***&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2017 00:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-registros-vazios-nulo-com-set-analysis/m-p/1347923#M49060</guid>
      <dc:creator>aderlanrm</dc:creator>
      <dc:date>2017-05-27T00:49:38Z</dc:date>
    </item>
  </channel>
</rss>

