<?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: Wrong Date Showing in QLickview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139590#M1224865</link>
    <description>&lt;P&gt;Please suggest how to use this in query..&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 03:42:05 GMT</pubDate>
    <dc:creator>MukeshUniyal</dc:creator>
    <dc:date>2023-11-21T03:42:05Z</dc:date>
    <item>
      <title>Wrong Date Showing in QLickview</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139303#M1224861</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using bellow left join query, Order date is showing correct except one line, for 1 line date is showing&amp;nbsp;01-01-1753,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;while when i run the same query in SQL Order date is showing 18-11-2023.&amp;nbsp; sharing screen shot&lt;/P&gt;
&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT SLM.[Sell-to Customer No_] as [No_], SLM.[No_] as [Item_No], SLM.[Document No_] ,SLM.[Location Code],SLM."Item Category Code",SLM.[Quantity Invoiced],&lt;BR /&gt;SLM.[Shipment Date],&lt;BR /&gt;SLM.[Variant Code],SLM."Quantity (Base)" As "Order Qty",SLS.[Order Date],SLM.[Amount],sls.[Copied to New Order],SLS.[New Order No_]&lt;BR /&gt;FROM [Bodycare Creations Ltd_$Sales Line$437dbf0e-84ff-417a-965d-ed2bb9650972] SLM&lt;BR /&gt;LEFT JOIN&lt;BR /&gt;[Bodycare Creations Ltd_$Sales Line$b4264517-7a7c-4d9a-a53b-d6919268a8e0] SLS ON SLM.[Document No_]=SLS.[Document No_] and SLM.[Line No_]=SLS.[Line No_]&lt;BR /&gt;and SLM."Document Type"=SLS."Document Type"&lt;/P&gt;
&lt;P&gt;where SLM."Document Type"=1 AND SLS.[Document Type]=1&lt;BR /&gt;And SLS.[Order Date]&amp;gt;'2023/10/01' &lt;BR /&gt;AND SLS.[Copied to New Order]=0 &lt;BR /&gt;AND SLM.[Document No_]='ORD/2324/005973';&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139303#M1224861</guid>
      <dc:creator>MukeshUniyal</dc:creator>
      <dc:date>2024-11-15T21:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Date Showing in QLickview</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139381#M1224862</link>
      <description>&lt;P&gt;I'm not seeing the issue. Your SQL is showing three lines, which add up to the exact value you're showing in QV for that date. The row with the date of 01-01-1753 isn't in the SQL query because it's filtered out by the where condition&amp;nbsp;SLS.[Order Date]&amp;gt;'2023/10/01' .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139381#M1224862</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-20T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Date Showing in QLickview</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139486#M1224863</link>
      <description>&lt;P&gt;This can be a case of&amp;nbsp;&lt;SPAN&gt;QlikView is interpreting the date format or potential differences in how SQL Server and QlikView handle dates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Date(Date#([Shipment Date], 'YYYY-MM-DD'), 'YYYY-MM-DD') as [Shipment Date]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 16:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139486#M1224863</guid>
      <dc:creator>Aasir</dc:creator>
      <dc:date>2023-11-20T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Date Showing in QLickview</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139588#M1224864</link>
      <description>&lt;P&gt;my cursor is on that line which is showing wrong in Qlick view.&amp;nbsp; Correct date showing in SQL 18-11-2023 &amp;amp; in Qlick view it is showing&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;01-01-1753&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 03:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139588#M1224864</guid>
      <dc:creator>MukeshUniyal</dc:creator>
      <dc:date>2023-11-21T03:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Date Showing in QLickview</title>
      <link>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139590#M1224865</link>
      <description>&lt;P&gt;Please suggest how to use this in query..&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 03:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wrong-Date-Showing-in-QLickview/m-p/2139590#M1224865</guid>
      <dc:creator>MukeshUniyal</dc:creator>
      <dc:date>2023-11-21T03:42:05Z</dc:date>
    </item>
  </channel>
</rss>

