<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date/m-p/69126#M11360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you still want to use your code, you need to use a NUM for the month since this is a dual value, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Date#('01' &amp;amp; '/' &amp;amp; NUM(Month(ReloadTime())) &amp;amp; '/' &amp;amp; Year(ReloadTime()),'DD/MM/YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2018 22:37:01 GMT</pubDate>
    <dc:creator>pedrolau</dc:creator>
    <dc:date>2018-05-21T22:37:01Z</dc:date>
    <item>
      <title>Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/69124#M11358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why this expression does not return a value in a text object?&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('01' &amp;amp; '/' &amp;amp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Month&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()) &amp;amp; '/' &amp;amp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()),'DD/MM/YYYY')) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 22:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/69124#M11358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T22:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/69125#M11359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro, try this:&amp;nbsp; date(monthstart(ReloadTime()),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 22:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/69125#M11359</guid>
      <dc:creator>pedrolau</dc:creator>
      <dc:date>2018-05-21T22:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/69126#M11360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you still want to use your code, you need to use a NUM for the month since this is a dual value, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Date#('01' &amp;amp; '/' &amp;amp; NUM(Month(ReloadTime())) &amp;amp; '/' &amp;amp; Year(ReloadTime()),'DD/MM/YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 22:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/69126#M11360</guid>
      <dc:creator>pedrolau</dc:creator>
      <dc:date>2018-05-21T22:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date</title>
      <link>https://community.qlik.com/t5/QlikView/Date/m-p/69127#M11361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using Text().&lt;/P&gt;&lt;P&gt;Reference says Date() returns Date object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text(Date#('01' &amp;amp; '/' &amp;amp; Month(ReloadTime()) &amp;amp; '/' &amp;amp; Year(ReloadTime()),'DD/MM/YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 23:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date/m-p/69127#M11361</guid>
      <dc:creator>mokitsu61</dc:creator>
      <dc:date>2018-05-21T23:47:34Z</dc:date>
    </item>
  </channel>
</rss>

