<?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: Date Format in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101635#M365382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#(Max(Asof_E,'DD/MM/YYYY')) as [LastAsOf]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 09:01:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-19T09:01:42Z</dc:date>
    <item>
      <title>Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101630#M365377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a variable on my script with a specific Date Format. I tried this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125021_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But when i look into the data structure i see this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/125022_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The Format doesn't work :/.&lt;/P&gt;&lt;P&gt;I need this because i do a check between two variables:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AsOf_E = Last_Update_Projection&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And AsOf_E is configured like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/125023_Capture.PNG" style="height: 522px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you in advance for your help,&lt;/P&gt;&lt;P&gt;Sébastien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101630#M365377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-19T08:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101631#M365378</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;Use date() instead of date#()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101631#M365378</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-05-19T08:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101632#M365379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Date#(Max(AsOf_E,'DD/MM/YYYY')) as &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101632#M365379</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-19T08:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101633#M365380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(Max(Asof_E,'Dateformat')) as new&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101633#M365380</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-19T08:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101634#M365381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just Date function will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Max(AsOf_E) ,'DD/MM/YYY')&amp;nbsp; as [LastAsOf]&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;&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;&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET Last_Update_Projection = peek('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LastAsOf&lt;/SPAN&gt;',0,'&lt;SPAN style="font-size: 13.3333px;"&gt;MaxDate&lt;/SPAN&gt;');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 09:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101634#M365381</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-19T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101635#M365382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#(Max(Asof_E,'DD/MM/YYYY')) as [LastAsOf]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 09:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101635#M365382</guid>
      <dc:creator />
      <dc:date>2016-05-19T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101636#M365383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Manish you forgot to close Max() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 10:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101636#M365383</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101637#M365384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if Date#() function is still required to interpret the date.&lt;/P&gt;&lt;P&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;STRONG&gt;Date(Date#(Max(AsOf_E),'DD/MM/YYYY'), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DD/MM/YYYY'&lt;/SPAN&gt;) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[LastAsOf]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 10:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Script/m-p/1101637#M365384</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T10:05:30Z</dc:date>
    </item>
  </channel>
</rss>

