<?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: Creating a Week Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443408#M808480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Month, Day, and Year fields comes from an MPWR file (time tracking system). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 14:58:23 GMT</pubDate>
    <dc:creator>mparker123</dc:creator>
    <dc:date>2017-10-12T14:58:23Z</dc:date>
    <item>
      <title>Creating a Week Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443404#M808476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering how I create a week field in QlikView. I have a Month, Year, and Day field currently; along with a start date and due date field which pertains to projects (prob wouldn't use those to create weeks). Based on those fields how would I create a Date field using those. If anyone as some insight on this I would appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443404#M808476</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Week Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443405#M808477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month, Year, and Day fields let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443405#M808477</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-12T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Week Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443406#M808478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makedate(Year, Month, Day) as DateField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week( DateField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443406#M808478</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-12T14:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Week Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443407#M808479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can go with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Week(&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Makedate(Year, Month, Day) ) as Week&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;From Source...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;and or calculated dimension if you have Year, Month, Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Week(&lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Makedate(Year, Month, Day) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443407#M808479</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-12T14:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Week Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443408#M808480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Month, Day, and Year fields comes from an MPWR file (time tracking system). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443408#M808480</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-10-12T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Week Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443409#M808481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't mind creating a field in the script using nothing but the script to create it. Meaning not using any fields already and creating a whole new field called Week. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Week-Field/m-p/1443409#M808481</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-10-12T14:59:54Z</dc:date>
    </item>
  </channel>
</rss>

