<?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 List Box - Week with Start Date and End Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419676#M798605</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 want to show the week with their start date and end date in the list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me to get this done. Below is the format in which i want to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="er.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187329_er.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>bhuprakash</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419676#M798605</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 want to show the week with their start date and end date in the list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me to get this done. Below is the format in which i want to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="er.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187329_er.png" style="height: auto;" /&gt;&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/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419676#M798605</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419677#M798606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use WeekStart() and WeekEnd() functions ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 11:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419677#M798606</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-18T11:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419678#M798607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;edit your script:&lt;/P&gt;&lt;P&gt;Week(DATE(floor([User ActivityCreatedDate]), 'DD-MM-YYYY')) as ACTIVITYWEEK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week(DATE(floor([User ActivityCreatedDate]), 'DD-MM-YYYY')) &amp;amp;': '&amp;amp;weekstart (DATE(floor([User ActivityCreatedDate]), 'DD-MM-YYYY')) &amp;amp; ' to '&amp;amp; Weekend(DATE(floor([User ActivityCreatedDate]), 'DD-MM-YYYY')) as ACTIVITYWEEK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419678#M798607</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2017-12-18T12:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419679#M798608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression for list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Week' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACTIVITYWEEK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; ': ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeWeekDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACTIVITYWEEK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; ' to ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WeekEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeWeekDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACTIVITYWEEK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;you should create a yearWeek Field to get the change over years correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419679#M798608</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-12-18T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419680#M798609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is showing exactly i want but if I click on Oct month then it is not selecting all the weeks falls in Oct month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this causes of showing incorrect data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419680#M798609</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2017-12-18T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419681#M798610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i am selecting Oct month then it is not selecting Weeks falls under Oct month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419681#M798610</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2017-12-18T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Week with Start Date and End Date</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419682#M798611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.. Checked again.. It is working fine.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks a lot everyone. &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 12:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Week-with-Start-Date-and-End-Date/m-p/1419682#M798611</guid>
      <dc:creator>bhuprakash</dc:creator>
      <dc:date>2017-12-18T12:57:29Z</dc:date>
    </item>
  </channel>
</rss>

