<?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 I need a Date Time Function to create a Integer Date in format YYYYMMDD? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238448#M393630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to convert the current date to an integer value in the format YYYYMMDD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, Today is 12/09/2016 in MM/DD/YYYY format and converted to YYYYMMDD is 20161209.&lt;/P&gt;&lt;P&gt;I would be using the today() or now() function as the source of the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any provide an example in how to do this in Qlik script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 16:27:30 GMT</pubDate>
    <dc:creator>aritting</dc:creator>
    <dc:date>2016-12-09T16:27:30Z</dc:date>
    <item>
      <title>I need a Date Time Function to create a Integer Date in format YYYYMMDD?</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238448#M393630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to convert the current date to an integer value in the format YYYYMMDD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, Today is 12/09/2016 in MM/DD/YYYY format and converted to YYYYMMDD is 20161209.&lt;/P&gt;&lt;P&gt;I would be using the today() or now() function as the source of the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any provide an example in how to do this in Qlik script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 16:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238448#M393630</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2016-12-09T16:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: I need a Date Time Function to create a Integer Date in format YYYYMMDD?</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238449#M393631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is still date, but in the required format&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(Today(), 'YYYYMMDD') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;This is a number now&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num#(Date(Today(), 'YYYYMMDD'), '##') as DateNumber&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 16:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238449#M393631</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T16:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: I need a Date Time Function to create a Integer Date in format YYYYMMDD?</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238450#M393632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that works in a Load statement and expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num#(Date(Today(), 'YYYYMMDD'), '##') as DateNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;LET vL.MyVar = Num#(Date(Today(), 'YYYYMMDD'), '##');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 17:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238450#M393632</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2016-12-09T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: I need a Date Time Function to create a Integer Date in format YYYYMMDD?</title>
      <link>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238451#M393633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 17:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-need-a-Date-Time-Function-to-create-a-Integer-Date-in-format/m-p/1238451#M393633</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2016-12-09T17:42:35Z</dc:date>
    </item>
  </channel>
</rss>

