<?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: help on weekstart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917834#M318211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vstart = date#('01/07/2015', 'DD/MM/YYYY');&lt;/P&gt;&lt;P&gt;let vend = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;date#(&lt;/SPAN&gt;'31/07/2015';&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'DD/MM/YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 12:11:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-28T12:11:34Z</dc:date>
    <item>
      <title>help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917833#M318210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have below code&lt;/P&gt;&lt;P&gt;let vstart = '01/07/2015';&lt;/P&gt;&lt;P&gt;let vend = '31/07/2015';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to find the weekstart for these dates&lt;/P&gt;&lt;P&gt;i tried with below script on text boxes but it'not giving correct results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=weekstart(vstart)--- giving same start date .&lt;/P&gt;&lt;P&gt;&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, 28 Jul 2015 11:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917833#M318210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917834#M318211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vstart = date#('01/07/2015', 'DD/MM/YYYY');&lt;/P&gt;&lt;P&gt;let vend = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;date#(&lt;/SPAN&gt;'31/07/2015';&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'DD/MM/YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917834#M318211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917835#M318212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=WeekStart(Date#($(vstart), 'DD/MM/YYYY'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917835#M318212</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-28T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917836#M318213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample. The value let vstart = date#('01/07/2015', 'DD/MM/YYYY'); posted above will give you an incorrect date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917836#M318213</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-07-28T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917837#M318214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill ,&lt;/P&gt;&lt;P&gt;The correct syntax is&lt;/P&gt;&lt;P&gt;=WeekStart(Date#(vend,'DD/MM/YYYY'))&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, 28 Jul 2015 13:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917837#M318214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T13:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917838#M318215</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;The let vend = &lt;SPAN style="font-size: 13.33px;"&gt;date#(&lt;/SPAN&gt;'31/07/2015';&lt;SPAN style="font-size: 13.33px;"&gt;'DD/MM/YYYY');&lt;/SPAN&gt;&amp;nbsp; did work, but the let vstart = date#('01/07/2015', 'DD/MM/YYYY'); didn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Bill&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917838#M318215</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-07-28T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: help on weekstart</title>
      <link>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917839#M318216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will also works&lt;/P&gt;&lt;P&gt;=WeekStart(Date#(vstart,'DD/MM/YYYY'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-on-weekstart/m-p/917839#M318216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T13:25:43Z</dc:date>
    </item>
  </channel>
</rss>

