<?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: Need help for Date issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181349#M888131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Stefan's reply. It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 04:41:13 GMT</pubDate>
    <dc:creator>saimahasan</dc:creator>
    <dc:date>2016-09-13T04:41:13Z</dc:date>
    <item>
      <title>Need help for Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181345#M888127</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 have two different type date format was there in&amp;nbsp;&amp;nbsp; excel file &lt;/P&gt;&lt;P&gt; like &lt;/P&gt;&lt;P&gt;1/7/2016 and 31-07-2016&lt;/P&gt;&lt;P&gt; how can convert them in qlikview as single date format.. i used date, date# and ALT function .... i want convert this date in a single date format&amp;nbsp; and should be done in backend only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Padhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181345#M888127</guid>
      <dc:creator>saradhi_it</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181346#M888128</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;&lt;STRONG&gt;Date(Alt(Num(Date), Num(Date#(Date, 'D/M/YYYY')), Num(Date#(Date, 'DD-MM-YYYY')))) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181346#M888128</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-12T17:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181347#M888129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or else you could do like this:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14737028860616743 jive_text_macro" jivemacro_uid="_14737028860616743"&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ,Date(date#(Replace(Date,'/', '-'), 'DD-MM-YYYY'), 'YYYY-MM-DD') as [Modified date]&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/7/2016&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-07-2016&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137176_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181347#M888129</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-09-12T17:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181348#M888130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your specific excel sample file, it might be enough to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DateFormat = 'DD-MM-YYYY';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD A as DateField&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="245013" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2003-232364-1121955-245013/Book1.xlsx"&gt;https://community.qlik.com/servlet/JiveServlet/download/1121955-245013/Book1.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, no labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's because the first format is loaded in as number and will be interpreted as date, the second format will be interpreted using the date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-09-12 20_06_58-QlikView x64 Personal Edition - [C__Users_Stefan_Downloads_comm232247.qvw_].png" class="jive-image image-1" src="/legacyfs/online/137173_2016-09-12 20_06_58-QlikView x64 Personal Edition - [C__Users_Stefan_Downloads_comm232247.qvw_].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 18:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181348#M888130</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-12T18:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181349#M888131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Stefan's reply. It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 04:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-Date-issue/m-p/1181349#M888131</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-09-13T04:41:13Z</dc:date>
    </item>
  </channel>
</rss>

