<?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: Filtro de Data in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408175#M51309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tente criar uma expressão no seu filtro com o seguinte código:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Data]&amp;lt;'20/06/2016', DATE([Data]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essa data que eu coloquei é um mero exemplo... ele vai apresentar no filtro somente as datas anteriores a '20/06/2016' que estiverem presentes na base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 12:00:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-23T12:00:53Z</dc:date>
    <item>
      <title>Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408172#M51306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia pessoal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tenho uma análise que contém a DATA_VENCIMENTO e o TOTAL_RECEBER&lt;/P&gt;&lt;P&gt;Estou mostrando esses dados em um gráfico tipo Tabela e preciso tirar da minha tabela todos os registros que não estão vencidos, de modo que não sejam mostrados nem no filtro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Com relação a soma eu já consegui, usando&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(DATA_VENCIMENTO&amp;lt;Today(), sum(TOTAL_RECEBER),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Porém ainda assim o filtro mostra todas as datas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2017 11:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408172#M51306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-21T11:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408173#M51307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;usando a sua mesma logica,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum( &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(DATA_VENCIMENTO&amp;lt;Today(),&lt;/SPAN&gt;TOTAL_RECEBER))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;outra forma seria com o set analysis&amp;nbsp;&amp;nbsp; ***(não testei.....)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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 style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(&amp;nbsp;&amp;nbsp; {&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DATA_VENCIMENTO={"&amp;lt;=$(=today())"}&lt;/SPAN&gt;&amp;gt;}&amp;nbsp; TOTAL_RECEBER))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 16:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408173#M51307</guid>
      <dc:creator>afurtado</dc:creator>
      <dc:date>2017-10-22T16:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408174#M51308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obrigado pela resposta Alessandro, porém me expressei mal na pergunta.&lt;/P&gt;&lt;P&gt;O que eu preciso é que o usuário não consiga ver e nem selecionar dados que não estejam vencidos, apesar desses dados estarem presentes na base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 17:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408174#M51308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-22T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408175#M51309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tente criar uma expressão no seu filtro com o seguinte código:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Data]&amp;lt;'20/06/2016', DATE([Data]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essa data que eu coloquei é um mero exemplo... ele vai apresentar no filtro somente as datas anteriores a '20/06/2016' que estiverem presentes na base.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408175#M51309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-23T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408176#M51310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wellington,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ao meu ver, se estiverem na carga e o usuário não pode ver, não seria melhor na carga ignorar estes registros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daria para usar o Section Access e dependendo do usuario carregar ou nao estes dados (vencidos)......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 21:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408176#M51310</guid>
      <dc:creator>afurtado</dc:creator>
      <dc:date>2017-10-23T21:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408177#M51311</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;&lt;/P&gt;&lt;P&gt;porque voce faz essa logica&amp;nbsp; na propria carga do painel ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( Data_Vencimento&amp;lt;Today(), 1,0) as cFlagNFVencida.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;No Script e quando for entrar nessa aba voce pode adicionar um&amp;nbsp; disparador que coloca o&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;cFlagNFVencida =1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; 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: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;opcional:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Voce pode ate&amp;nbsp;&amp;nbsp; da Lock por disparador assim ele nao consegue tirar, mas lembre-se de quando sair dessa aba, Liberar e limpa o filtro &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(acho que assim seria mais facil e rapido do que colocar uma expressao no grafico)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; 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: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Opcional 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Com o Flag em mao faca o Set Analisys com cFlagVencidaNf = 1 e &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;cFlagVencidaNf&amp;nbsp; = exemplo:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15089183324197878 jive_text_macro" jivemacro_uid="_15089183324197878"&gt;
&lt;P&gt;Sum ({&amp;lt; cFlagNFVencida = , cFlagNFVencida = {1} &amp;gt;} nValorNf)&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Assim nao vai aparecer de maneira nenhuma no grafico as notas fiscai ainda nao vencidas &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 07:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408177#M51311</guid>
      <dc:creator>srchagas</dc:creator>
      <dc:date>2017-10-25T07:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filtro de Data</title>
      <link>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408178#M51312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pessoal, obrigado a todos pela ajuda.&lt;/P&gt;&lt;P&gt;Consegui usando o 'set analysis'.&lt;/P&gt;&lt;P&gt;Da forma como o Alessandro Furtado propôs não funcionou porém pesquisando achei esse tópico que adaptando a minha realidade resolveu o problema:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/10186"&gt;set analysis today()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Filtro-de-Data/m-p/1408178#M51312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

