<?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 format conv in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139928#M373701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Field has a yearweek format Yyyy0ww&lt;/P&gt;&lt;P class=""&gt;This week is like &lt;A dir="ltr" href="https://community.qlik.com/" x-apple-data-detectors="true" x-apple-data-detectors-result="0" x-apple-data-detectors-type="telephone"&gt;2016030&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;I need to convert it as 201630&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 14:56:33 GMT</pubDate>
    <dc:creator>qvqfqlik</dc:creator>
    <dc:date>2016-07-25T14:56:33Z</dc:date>
    <item>
      <title>date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139924#M373697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to convert a date year week format of a field &lt;/P&gt;&lt;P&gt;existin format&amp;nbsp; is&amp;nbsp; 2016030&amp;nbsp; -&amp;gt; yearweek&lt;/P&gt;&lt;P&gt;required as 201630&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139924#M373697</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2016-07-25T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139925#M373698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Dual(Left(2016030,4)&amp;amp;right(2016030,2),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(2016030,4)&amp;amp;right(2016030,2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139925#M373698</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-07-25T14:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139926#M373699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=WeekName(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139926#M373699</guid>
      <dc:creator />
      <dc:date>2016-07-25T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139927#M373700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a date field, this should work&lt;/P&gt;&lt;P&gt;=Date(WeekStart(yourdatefield),'YYYYWW')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139927#M373700</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T14:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139928#M373701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Field has a yearweek format Yyyy0ww&lt;/P&gt;&lt;P class=""&gt;This week is like &lt;A dir="ltr" href="https://community.qlik.com/" x-apple-data-detectors="true" x-apple-data-detectors-result="0" x-apple-data-detectors-type="telephone"&gt;2016030&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;I need to convert it as 201630&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 14:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139928#M373701</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2016-07-25T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139929#M373702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you create your yearweeek field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139929#M373702</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139930#M373703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;This field is coming from SAP and iam reading it in qv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139930#M373703</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2016-07-25T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: date format conv</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139931#M373704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;=replace(WeekName(MakeWeekDate(left(yourfield,4),Right(yourfield,2))),'/','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 15:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-conv/m-p/1139931#M373704</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-25T15:56:03Z</dc:date>
    </item>
  </channel>
</rss>

