<?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: Linkar datas no LinkTable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783732#M277435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primeiramente, obrigada pelo retorno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Data no arquivo está aparecendo como numero. Transformei em Data (DD/MM/YYYY).&lt;/P&gt;&lt;P&gt;Date([Data de Vencimento Prev_Seg], 'DD/MM/YYY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Data_Vencimento_Prev_Seg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LinkTable:&amp;nbsp; linkei da seguinte forma:&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Data_Vencimento_Prev_Seg&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Data_Vencimento&lt;/SPAN&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;&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; Abraço,&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;Leonice.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 17:14:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-28T17:14:22Z</dc:date>
    <item>
      <title>Linkar datas no LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783729#M277432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá, eu crie uma tabela LinkTable para linkar os campos necessários do meu projeto. Já linkei várias datas, porém estou tentando linkar duas datas (no formato DD/MM/AAAA) e não consigo. Eu estou linkando da mesma forma que linkei as outras, mas as datas estão se ligando de forma errada. Eu as linkei da seguinte forma: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data_de_Vencimento_Seq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Data_Vencimento&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sendo que Data_Vencimento já é um campo que eu havia ligado várias datas.&lt;BR /&gt;Alguém sabe o que pode ser, ou já passou por esse problema e conseguiu resolver?&lt;BR /&gt;Agradeço desde já.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 16:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783729#M277432</guid>
      <dc:creator />
      <dc:date>2015-01-28T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linkar datas no LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783730#M277433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Leonice,&lt;/P&gt;&lt;P&gt;Certifique-se que "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data_de_Vencimento_Seq" realmente está no formato 'DD/MM/YYYY'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Encontrei o mesmo problema que você tem agora, porém minha data era 'Timestamp' então usei as funções Time e Num até chegar no formato que precisava&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(time(time#(TimeStamp, 'M/D/YYYY h:mm TT'), 'MM/DD/YYYY')) AS NumTimeStamp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço,&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 16:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783730#M277433</guid>
      <dc:creator />
      <dc:date>2015-01-28T16:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linkar datas no LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783731#M277434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leonice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;não se pode ligar o mesmo campo as vezes que se quiser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pode anexar o seu qvw por forma a se verificar o que se passa?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 16:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783731#M277434</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2015-01-28T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linkar datas no LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783732#M277435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primeiramente, obrigada pelo retorno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Data no arquivo está aparecendo como numero. Transformei em Data (DD/MM/YYYY).&lt;/P&gt;&lt;P&gt;Date([Data de Vencimento Prev_Seg], 'DD/MM/YYY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Data_Vencimento_Prev_Seg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LinkTable:&amp;nbsp; linkei da seguinte forma:&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Data_Vencimento_Prev_Seg&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Data_Vencimento&lt;/SPAN&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;&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; Abraço,&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;Leonice.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 17:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783732#M277435</guid>
      <dc:creator />
      <dc:date>2015-01-28T17:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linkar datas no LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783733#M277436</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;Andre e Eduardo,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Obrigada pela atenção e disponibilidade.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;O Problema foi resolvido quando joguei a Data de Vencimento Prev_Seg (DD/MM/YYYY)&amp;nbsp; direto para o campo da LinkTable.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date([Data de Vencimento Prev_Seg], 'DD/MM/YYY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data_Vencimento (campo da LinkTable.)&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; Abraço,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Leonice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 17:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783733#M277436</guid>
      <dc:creator />
      <dc:date>2015-01-28T17:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linkar datas no LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783734#M277437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oi Leonice,&lt;/P&gt;&lt;P&gt;Na sua aplicação, se você criar uma lista de '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data_Vencimento_Prev_Seg', os valores aparecem exatamente como 'DD/MM/YYYY'?&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;Se não houver problema com a segurança dos dados e o arquivo não ficar muito grande, pode envia-lo para que eu possa analisar?&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;Caso contrário, é possível enviar somente a parte envolvida no problema?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço,&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 17:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linkar-datas-no-LinkTable/m-p/783734#M277437</guid>
      <dc:creator />
      <dc:date>2015-01-28T17:46:36Z</dc:date>
    </item>
  </channel>
</rss>

