<?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/WEEK extraction from a column in format yy-mm-dd in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079242#M88522</link>
    <description>&lt;P&gt;That could potentially mean that your date values are not really in YYMMDD format. Try reloading the field directly in qlik, and see how exactly your data is read by qlik, and then use parsing format accordingly. Please note, additional spaces could also create problem.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 06:49:57 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2023-06-02T06:49:57Z</dc:date>
    <item>
      <title>DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079219#M88517</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i have a column creation date in format yymmdd from which i need to extract date and weekly data to make graphs.&lt;/P&gt;
&lt;P&gt;how can this be done?&lt;/P&gt;
&lt;P&gt;can anyone help me?&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079219#M88517</guid>
      <dc:creator>Uma7</dc:creator>
      <dc:date>2024-11-15T21:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079220#M88518</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Date(Date#([Creation Date], 'yymmdd')) as Date,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Week(Date#([Creation Date], 'yymmdd')) as Week&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 05:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079220#M88518</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2023-06-02T05:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079221#M88519</link>
      <description>&lt;P&gt;Its not working&amp;nbsp;&lt;BR /&gt;btw- my creation date column is of string type&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079221#M88519</guid>
      <dc:creator>Uma7</dc:creator>
      <dc:date>2023-06-02T06:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079226#M88520</link>
      <description>&lt;P&gt;Date#() parses string to date value. Then may be you should try like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Date#([Creation Date], '&lt;STRONG&gt;YYMMDD&lt;/STRONG&gt;')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079226#M88520</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2023-06-02T06:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079230#M88521</link>
      <description>&lt;P&gt;when i try the expression is ok but no data for date is displayed&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079230#M88521</guid>
      <dc:creator>Uma7</dc:creator>
      <dc:date>2023-06-02T06:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079242#M88522</link>
      <description>&lt;P&gt;That could potentially mean that your date values are not really in YYMMDD format. Try reloading the field directly in qlik, and see how exactly your data is read by qlik, and then use parsing format accordingly. Please note, additional spaces could also create problem.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079242#M88522</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2023-06-02T06:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: DATE/WEEK extraction from a column in format yy-mm-dd</title>
      <link>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079338#M88532</link>
      <description>&lt;P&gt;Try to Use:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On load script:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; &amp;nbsp;Date(Date#([Creation Date],'YYYYMMDD'),'YYMMDD') as [Creation Date]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/DATE-WEEK-extraction-from-a-column-in-format-yy-mm-dd/m-p/2079338#M88532</guid>
      <dc:creator>srchagas</dc:creator>
      <dc:date>2023-06-02T09:36:08Z</dc:date>
    </item>
  </channel>
</rss>

