<?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 Last Value Date Dolar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974135#M333091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with values obtains in web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to obtain the last value in the Fields Mes and Día.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link if you have questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sii.cl/pagina/valores/dolar/dolar2015.htm" title="http://www.sii.cl/pagina/valores/dolar/dolar2015.htm"&gt;DOLAR OBSERVADO 2015&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the value on 20th aug&lt;/P&gt;&lt;P&gt;Tomorrow on 21th aug and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 19:47:49 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2015-08-21T19:47:49Z</dc:date>
    <item>
      <title>Last Value Date Dolar</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974135#M333091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with values obtains in web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to obtain the last value in the Fields Mes and Día.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link if you have questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sii.cl/pagina/valores/dolar/dolar2015.htm" title="http://www.sii.cl/pagina/valores/dolar/dolar2015.htm"&gt;DOLAR OBSERVADO 2015&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the value on 20th aug&lt;/P&gt;&lt;P&gt;Tomorrow on 21th aug and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974135#M333091</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-08-21T19:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last Value Date Dolar</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974136#M333092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a date from Mes and Dia, so you can use the Date field in FirstSortedValue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974136#M333092</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-21T20:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Last Value Date Dolar</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974137#M333093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 2016 Do I have to create the same code (2016) and concatenate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD *, Date#('2016-'&amp;amp;Mes&amp;amp;'-'&amp;amp;Día,'YYYY-MMM-D') as Date&lt;/P&gt;&lt;P&gt;Resident INPUT;&lt;/P&gt;&lt;P&gt;DROP TABLE INPUT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974137#M333093</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-08-21T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Last Value Date Dolar</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974138#M333094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably just want the value for today, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can use&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;RESULT:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, Date#(Year(today())-'&amp;amp;Mes&amp;amp;'-'&amp;amp;Día,'YYYY-MMM-D') as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident INPUT;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE INPUT;&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;If you need to keep historic data, a concatenation would only make sense for the latest date value on each new day, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974138#M333094</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-21T20:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last Value Date Dolar</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974139#M333095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way:&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;RESULT:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, Date#(Year(today())-'&amp;amp;Mes&amp;amp;'-'&amp;amp;Día,'YYYY-MMM-D') as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident INPUT;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE INPUT;&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;I pasted this code but doesn´t work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974139#M333095</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2015-08-24T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Last Value Date Dolar</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974140#M333096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is a typo in the calculated field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT:&lt;/P&gt;&lt;P&gt;LOAD *, &lt;STRONG&gt;Date#(year(today())&amp;amp;'-'&amp;amp;Mes&amp;amp;'-'&amp;amp;Día,'YYYY-MMM-D')&lt;/STRONG&gt; as Date&lt;/P&gt;&lt;P&gt;Resident INPUT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Value-Date-Dolar/m-p/974140#M333096</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-24T17:53:21Z</dc:date>
    </item>
  </channel>
</rss>

