<?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: How to create yesterday date in DD/MM/YY format in script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410340#M697187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It must get in Date format not in string format. If not please elaborate your problem little more in explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2013 14:03:05 GMT</pubDate>
    <dc:creator>manideep78</dc:creator>
    <dc:date>2013-04-01T14:03:05Z</dc:date>
    <item>
      <title>How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410336#M697181</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;Please help me out on 'To create yesterday date in DD/MM/YY format in script'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMonthDate =Date(Num(Today()-1),'DD/MM/YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its giving me the date in string format, I need that in date format to override the date in designer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 13:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410336#M697181</guid>
      <dc:creator />
      <dc:date>2013-04-01T13:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410337#M697183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET vLastDate = Date(Today()-1,'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 13:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410337#M697183</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-04-01T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410338#M697184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain your problem little more?&lt;/P&gt;&lt;P&gt;Moreover below will helps&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;LET vMonthDate =&lt;/SPAN&gt; Date(Num(Today()-1)&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 13:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410338#M697184</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-04-01T13:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410339#M697185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's giving me in the string format only, not in date format. So I could not change/override in the GUI fot that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 13:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410339#M697185</guid>
      <dc:creator />
      <dc:date>2013-04-01T13:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410340#M697187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It must get in Date format not in string format. If not please elaborate your problem little more in explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410340#M697187</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-04-01T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410341#M697188</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;This is working for me, when I reload the QVW file I am able to see Yesterday's date 31/03/13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMonthDate =Date(Today()-1,'DD/MM/YY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410341#M697188</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-01T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410342#M697190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to save the yesterday's date in qvd...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMonthDate =Today()-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; Date('$(vMonthDate)','DD/MM/YY') as Month_Date&lt;/P&gt;&lt;P&gt;FROM Data.xlsx (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Temp into Data.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I achieved that by using the above code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankq...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410342#M697190</guid>
      <dc:creator />
      <dc:date>2013-04-01T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create yesterday date in DD/MM/YY format in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410343#M697191</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 think this is most efficient one, no need of variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp: &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Today() - 1,'DD/MM/YY') as Month_Date &lt;/P&gt;&lt;P&gt;Autogenerate 1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Temp into Data.qvd(qvd); &lt;/P&gt;&lt;P&gt;DROP TABLE Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-yesterday-date-in-DD-MM-YY-format-in-script/m-p/410343#M697191</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-01T14:56:12Z</dc:date>
    </item>
  </channel>
</rss>

