<?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: How to convert the given date-time format into week start date with day of the week? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517696#M550317</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;"&gt;Hi T&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; color: #222222;"&gt;resesco&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 05:59:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-03T05:59:29Z</dc:date>
    <item>
      <title>How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517690#M550311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to convert the DateTime format into week start date with it's day?. For example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4/15/2013&amp;nbsp; 9:36:02 AM&lt;/SPAN&gt; This need to be converted into (-W-day). Help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use weekStart(''&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4/15/2013&amp;nbsp; 9:36:02 AM&lt;/SPAN&gt;') it will return the format like (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4/15/2013&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Need something like 2013-W48-('week start day') OR (W48-Mon) and so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517690#M550311</guid>
      <dc:creator />
      <dc:date>2013-12-03T05:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517691#M550312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#('4/15/2013 9:36:02 AM', 'M/D/YYYY h:mm:ss TT'), 'YYYY') &amp;amp; '-W' &amp;amp;&amp;nbsp; Week(Date#('4/15/2013 9:36:02 AM', 'M/D/YYYY h:mm:ss TT')) &amp;amp; '-' &amp;amp; WeekDay(WeekStart(Date#('4/15/2013 9:36:02 AM', 'M/D/YYYY h:mm:ss TT')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517691#M550312</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-03T05:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517692#M550313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;=Year(WeekStart(today()))&amp;amp;'- W'&amp;amp;Week(WeekStart(today()))&amp;amp;'-'&amp;amp;Weekday(WeekStart(today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace today() with your date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517692#M550313</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-03T05:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517693#M550314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi T&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;resesco,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replay. And it's working correctly. Another one doubt, Is there any possible to show the actual day instead of the start day?. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517693#M550314</guid>
      <dc:creator />
      <dc:date>2013-12-03T05:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517694#M550315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;=Replace(WeekName(&lt;STRONG&gt;Today()&lt;/STRONG&gt;), '/', '-W') &amp;amp; '-' &amp;amp; WeekDay(WeekStart(&lt;STRONG&gt;Today()&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the place of Today() you can use Date#('4/15/2013 9:36:02 AM', 'M/D/YYYY h:mm:ss TT').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517694#M550315</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-12-03T05:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517695#M550316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remove the weekstart() function, it would give you actual day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517695#M550316</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-03T05:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517696#M550317</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;"&gt;Hi T&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; color: #222222;"&gt;resesco&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 05:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517696#M550317</guid>
      <dc:creator />
      <dc:date>2013-12-03T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the given date-time format into week start date with day of the week?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517697#M550318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Celambarasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 06:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-the-given-date-time-format-into-week-start-date/m-p/517697#M550318</guid>
      <dc:creator />
      <dc:date>2013-12-03T06:01:08Z</dc:date>
    </item>
  </channel>
</rss>

