<?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: Please help how to format date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860772#M990075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it but its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 10:09:02 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2015-07-13T10:09:02Z</dc:date>
    <item>
      <title>Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860766#M990069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Facing problem when loading date field from excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the excel file and sample model attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PR.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92649_PR.PNG" style="height: 155px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is on date format of Start Date&amp;nbsp; as because my source excel file having start date : 2015/02/23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have formatted to "dd/mm/yyyy" in excel. But it is showing in excel but pulling wrong data in qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860766#M990069</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860767#M990070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once check the default date format in script editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 09:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860767#M990070</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-13T09:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860768#M990071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;=Date([Start Date])&lt;/P&gt;&lt;P&gt;as calculated dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 09:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860768#M990071</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-13T09:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860769#M990072</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;Try like below in caculated dimension,&lt;/P&gt;&lt;P&gt;=date([Start Date],'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;Then change label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860769#M990072</guid>
      <dc:creator />
      <dc:date>2015-07-13T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860770#M990073</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;In script level we can use like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor([Start date])) as Start_Date,&lt;/P&gt;&lt;P&gt;Time(Floor([Start date])) as Start_Time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860770#M990073</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-13T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860771#M990074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860771#M990074</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860772#M990075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it but its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860772#M990075</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T10:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860773#M990076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried but not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860773#M990076</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T10:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860774#M990077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be issue with the excel data format once try to change in excel sheet and try to relaod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860774#M990077</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-13T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860775#M990078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/suvechha.b"&gt;suvechha.b&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes some extra spaces in the excel cause this problem,&lt;/P&gt;&lt;P&gt;so when you're loading script try,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(trim([Start Date]),'DD-MM-YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860775#M990078</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-07-13T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860776#M990079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried but not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860776#M990079</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860777#M990080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Sometimes some extra spaces in the excel cause this problem,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;so when you're loading script try,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;date(trim([Start Date]),'DD-MM-YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860777#M990080</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-07-13T10:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860778#M990081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try at script level like below &amp;amp; use below field in table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date([Start Date],'dd-mm-yyyy') as New_Start_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp; let me know what is the output?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860778#M990081</guid>
      <dc:creator />
      <dc:date>2015-07-13T10:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860779#M990082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the excel file image&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92650_Capture.PNG" style="height: 122px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In excel I formated it in DD/MM/YYY format . it is showing on excel file but when I select it the value is showing "2015/02/23 "&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860779#M990082</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860780#M990083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am using trim I am getting the value correct: "23/02/2015"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But all the other dates are not pulling , they are blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860780#M990083</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860781#M990084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once check the default date format in the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or else in the chart/table where you are seeing the Start date field once check the number format in properties-&amp;gt;number&amp;lt;tab&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;select Start date-&amp;gt;Date&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860781#M990084</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-13T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860782#M990085</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;Can you try the below attached excel? i formatted the Start Date and End End using the Text to columns.&lt;/P&gt;&lt;P&gt;Just try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860782#M990085</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-13T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860783#M990086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860783#M990086</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-07-13T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860784#M990087</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;do following changes in excel it works,&lt;/P&gt;&lt;P&gt;1) change all start Date custom format to &lt;SPAN style="font-size: 13.3333330154419px;"&gt; dd/mm/yyyy &lt;/SPAN&gt;by selecting each cell value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script do single change like below,&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; Take [Start Date] field to check resulted field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860784#M990087</guid>
      <dc:creator />
      <dc:date>2015-07-13T10:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please help how to format date</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860785#M990088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help me how to write in expression level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I dont want to change the script of qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is going to affect other calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 11:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-how-to-format-date/m-p/860785#M990088</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-07-13T11:13:52Z</dc:date>
    </item>
  </channel>
</rss>

