<?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 Date Format not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-Format-not-working/m-p/1735388#M56178</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am querying directly from Snowflake and trying to convert a date field from YYYYMMDD to M-D-YY.&lt;/P&gt;&lt;P&gt;So far, I have tried the using DATE(DATE#([SNAPSHOTDATE],'M/D/YYYY'),'YYYYMMDD') as [DATETEST] but its returning null results.&lt;/P&gt;&lt;P&gt;I also tried&amp;nbsp;DATE([SNAPSHOTDATE],'M/D/YYYY') as [DATETEST] but this returns incorrect results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached are 2 screenshots. One of&amp;nbsp;the snowflake output, you'll see the date field says 20200812; and another of the qlik sense output, where it creates the date as 8/16/57206.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My end goal is for the 20200812 date to appear as 8-12-20.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:14:01 GMT</pubDate>
    <dc:creator>sungyunley</dc:creator>
    <dc:date>2024-11-16T18:14:01Z</dc:date>
    <item>
      <title>Date Format not working</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Format-not-working/m-p/1735388#M56178</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am querying directly from Snowflake and trying to convert a date field from YYYYMMDD to M-D-YY.&lt;/P&gt;&lt;P&gt;So far, I have tried the using DATE(DATE#([SNAPSHOTDATE],'M/D/YYYY'),'YYYYMMDD') as [DATETEST] but its returning null results.&lt;/P&gt;&lt;P&gt;I also tried&amp;nbsp;DATE([SNAPSHOTDATE],'M/D/YYYY') as [DATETEST] but this returns incorrect results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached are 2 screenshots. One of&amp;nbsp;the snowflake output, you'll see the date field says 20200812; and another of the qlik sense output, where it creates the date as 8/16/57206.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My end goal is for the 20200812 date to appear as 8-12-20.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Format-not-working/m-p/1735388#M56178</guid>
      <dc:creator>sungyunley</dc:creator>
      <dc:date>2024-11-16T18:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format not working</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Format-not-working/m-p/1735390#M56179</link>
      <description>&lt;P&gt;I was able to solve it by swapping out the format to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DATE(DATE#([SNAPSHOTDATE],'YYYYMMDD'),'M/D/YYYY') as [DATETEST]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 18:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Format-not-working/m-p/1735390#M56179</guid>
      <dc:creator>sungyunley</dc:creator>
      <dc:date>2020-08-12T18:56:13Z</dc:date>
    </item>
  </channel>
</rss>

