<?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: Format week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731353#M722184</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have changed the format of weekend within the listbix edit mode .&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i want the same format in the Load script . WHich I am strugling to do it&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 11:44:11 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-07-28T11:44:11Z</dc:date>
    <item>
      <title>Format week</title>
      <link>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731319#M722181</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the attachment of the QVW file ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to show the weekeknd format like DD-MMM-YY&amp;nbsp; ( 28-Jul-20)&amp;nbsp; I tried conevrting it in the calendare in load script but still this doesnot change . Please suggest me .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_0-1595932302950.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38170iCA3DAA13A9A1CE08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_0-1595932302950.png" alt="smilingjohn_0-1595932302950.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731319#M722181</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Format week</title>
      <link>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731326#M722182</link>
      <description>&lt;P&gt;try to change the default variables or comment them out&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET TimeFormat='h:mm:ss TT';
SET DateFormat='M/D/YYYY';
SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/LI-CODE&gt;&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 10:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731326#M722182</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2020-07-28T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Format week</title>
      <link>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731327#M722183</link>
      <description>&lt;P&gt;if I understood correctly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Date(Weekend,'DD-MMM-YY')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached qlik file&lt;/P&gt;&lt;P&gt;output :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 381px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38172i97E194368B6F39F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 10:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731327#M722183</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-07-28T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Format week</title>
      <link>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731353#M722184</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have changed the format of weekend within the listbix edit mode .&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i want the same format in the Load script . WHich I am strugling to do it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 11:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731353#M722184</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-07-28T11:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Format week</title>
      <link>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731530#M722185</link>
      <description>&lt;P&gt;try change below script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test:&lt;BR /&gt;LOAD&lt;BR /&gt;Date(&lt;STRONG&gt;Date#&lt;/STRONG&gt;(Created),'DD-MMM-YYYY') as Created,&lt;BR /&gt;//Date(Created,'MM/DD/YYYY') as Date1,&lt;BR /&gt;Date(&lt;STRONG&gt;Date#&lt;/STRONG&gt;(Created),'DD-MMM-YYYY') as Date&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\STestWeekend]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;You can now simple change the format using Date function on Calendar&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 21:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-week/m-p/1731530#M722185</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-28T21:36:40Z</dc:date>
    </item>
  </channel>
</rss>

