<?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: Date field in Qlik Sense not supporting when extraction from SAP BW in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936811#M10823</link>
    <description>&lt;P&gt;Was just checking my SAP source and noticed that DATS field is always in YYYYYMMDD format.&lt;/P&gt;
&lt;P&gt;Try that just in case&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date(Date#(CREATEDON, 'YYYYMMDD')) as CREATEDON&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 27 May 2022 23:44:27 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2022-05-27T23:44:27Z</dc:date>
    <item>
      <title>Date field in Qlik Sense not supporting when extraction from SAP BW</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936186#M10807</link>
      <description />
      <pubDate>Mon, 30 May 2022 17:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936186#M10807</guid>
      <dc:creator>Arindam_Ghoshal_13</dc:creator>
      <dc:date>2022-05-30T17:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Qlik Sense not supporting when extraction from SAP BW</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936235#M10808</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you tried re-formatting the date field while loading the data?&lt;/P&gt;
&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date(Date#(CREATEDON, 'MM.DD.YYYY')) as CREATEDON&lt;/LI-CODE&gt;
&lt;P&gt;Also try&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Num(Date#(CREATEDON, 'MM.DD.YYYY'))&lt;/LI-CODE&gt;
&lt;P&gt;and see if you are getting a number value for the dates&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 20:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936235#M10808</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2022-05-26T20:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Qlik Sense not supporting when extraction from SAP BW</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936785#M10822</link>
      <description>&lt;P&gt;Can you share the data with just two columns Rowno and Date field without any formatting, something like&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Source:
Load 
RowNo() as RowId,
DateField;
SQL * From Source;
Store Source into Source.qvd (qvd);
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 20:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936785#M10822</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2022-05-27T20:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Qlik Sense not supporting when extraction from SAP BW</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936811#M10823</link>
      <description>&lt;P&gt;Was just checking my SAP source and noticed that DATS field is always in YYYYYMMDD format.&lt;/P&gt;
&lt;P&gt;Try that just in case&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date(Date#(CREATEDON, 'YYYYMMDD')) as CREATEDON&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 May 2022 23:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1936811#M10823</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2022-05-27T23:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Qlik Sense not supporting when extraction from SAP BW</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1938096#M10848</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/50135"&gt;@vamsee&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The Material codes were having Duplicate values&lt;BR /&gt;&lt;BR /&gt;00000MatCode --having Date values&lt;BR /&gt;MatCode&amp;nbsp; -- Not having Date values&lt;BR /&gt;&lt;BR /&gt;I was searching Matcodes(40*) as I assumed inital 0s were eliminated by Qlik.&lt;BR /&gt;&lt;BR /&gt;Thanks for the reponse.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Date-field-in-Qlik-Sense-not-supporting-when-extraction-from-SAP/m-p/1938096#M10848</guid>
      <dc:creator>Arindam_Ghoshal_13</dc:creator>
      <dc:date>2022-06-01T07:14:01Z</dc:date>
    </item>
  </channel>
</rss>

