<?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: Bad Date Output in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873747#M305220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do the second load first and/or do the same formatting like in the first load. Qlikview applied to the whole field the format from first record. You will find more informations here: &lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 14:40:18 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-07-02T14:40:18Z</dc:date>
    <item>
      <title>Bad Date Output</title>
      <link>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873743#M305216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone explain what it happening when I concatenate two date fields together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dates are coming from the same table.&amp;nbsp; Here's what I'm doing with the first&lt;/P&gt;&lt;P&gt;date(date#(DateField1,'MMMYY'),'M/1/YYYY') as InvoiceDate&lt;/P&gt;&lt;P&gt;I get the results that I want.&amp;nbsp; It converts JAN15, FEB15, MAR15, etc... to 1/1/2015, 2/1/2015, 3/1/2015, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conversion I'm doing for the second date is the standard date conversion&lt;/P&gt;&lt;P&gt;Date(DateField2) as InvoiceDate which outputs a list of dates with the same format above but it's a date for every day&lt;/P&gt;&lt;P&gt;1/1/2015&lt;/P&gt;&lt;P&gt;1/2/2015&lt;/P&gt;&lt;P&gt;1/3/2015&lt;/P&gt;&lt;P&gt;etc...&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I concatenate the two together, the results come out like this.&amp;nbsp; No individual dates, just a duplicate list of dates for the first day of the month&lt;/P&gt;&lt;P&gt;1/1/2015&lt;/P&gt;&lt;P&gt;1/1/2015&lt;/P&gt;&lt;P&gt;1/1/2015&lt;/P&gt;&lt;P&gt;1/1/2015&lt;/P&gt;&lt;P&gt;2/1/2015&lt;/P&gt;&lt;P&gt;2/1/2015&lt;/P&gt;&lt;P&gt;2/1/2015&lt;/P&gt;&lt;P&gt;3/1/2015&lt;/P&gt;&lt;P&gt;3/1/2015&lt;/P&gt;&lt;P&gt;3/1/2015&lt;/P&gt;&lt;P&gt;etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any have a clue as to what is happening and how to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873743#M305216</guid>
      <dc:creator />
      <dc:date>2015-07-02T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Date Output</title>
      <link>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873744#M305217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;=MonthStart(date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateField1&lt;/SPAN&gt;,'MMMYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873744#M305217</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-02T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Date Output</title>
      <link>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873745#M305218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish's suggestion should work, but if not I would change to this:&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(date#(DateField1,'MMMYY'),'M/&lt;STRONG&gt;D&lt;/STRONG&gt;/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873745#M305218</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-02T14:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Date Output</title>
      <link>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873746#M305219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(date#(DateField1,'MMMYY'),'M/&lt;STRONG&gt;&lt;EM&gt;1&lt;/EM&gt;&lt;/STRONG&gt;/YYYY') as InvoiceDate&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;change 1 to D :&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(date#(DateField1,'MMMYY'),'M/&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;D&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/YYYY') as InvoiceDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873746#M305219</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-07-02T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Date Output</title>
      <link>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873747#M305220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do the second load first and/or do the same formatting like in the first load. Qlikview applied to the whole field the format from first record. You will find more informations here: &lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bad-Date-Output/m-p/873747#M305220</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-02T14:40:18Z</dc:date>
    </item>
  </channel>
</rss>

