<?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 Need help on date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118681#M18279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in getting the desired date format in my QV application. I have created a date field in my script using the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(WeekStart(today())-2,'MMM DD, YYYY')&lt;/STRONG&gt;, this would give me the previous Friday date. The format that I want this date to be in is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MMM DD, YYYY&lt;/STRONG&gt; (ex., Aug 24, 2018). I am able to see this format in my straight table. But when I export the table to excel file, the format changes (to 8/24/2018) but, I want to have the same format when exported to excel file too. How can I change my code to fit in this format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;IMG alt="Date format.PNG" class="jive-image image-1" src="/legacyfs/online/211677_Date format.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2018 05:36:28 GMT</pubDate>
    <dc:creator>apoorvasd</dc:creator>
    <dc:date>2018-08-24T05:36:28Z</dc:date>
    <item>
      <title>Need help on date format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118681#M18279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in getting the desired date format in my QV application. I have created a date field in my script using the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(WeekStart(today())-2,'MMM DD, YYYY')&lt;/STRONG&gt;, this would give me the previous Friday date. The format that I want this date to be in is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MMM DD, YYYY&lt;/STRONG&gt; (ex., Aug 24, 2018). I am able to see this format in my straight table. But when I export the table to excel file, the format changes (to 8/24/2018) but, I want to have the same format when exported to excel file too. How can I change my code to fit in this format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;IMG alt="Date format.PNG" class="jive-image image-1" src="/legacyfs/online/211677_Date format.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 05:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118681#M18279</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-08-24T05:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on date format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118682#M18280</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;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Text(Date(WeekStart(today())-2,'MMM DD, YYYY'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 05:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118682#M18280</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-24T05:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on date format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118683#M18281</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;Works! Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Small clarification, this field will not be recognized as date and would be interpreted just as a normal text, is that right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 06:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118683#M18281</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-08-24T06:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on date format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118684#M18282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. We are converting the date into text format in QlikView. Excel will treat this as text format like other text fields. You can check this after exporting it into excel.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="211683" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211683_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 06:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118684#M18282</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-24T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on date format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118685#M18283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 06:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118685#M18283</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2018-08-24T06:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on date format</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118686#M18284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Have a good day! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 06:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-date-format/m-p/118686#M18284</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-24T06:14:02Z</dc:date>
    </item>
  </channel>
</rss>

