<?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: Current week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46080#M769116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to show the days as Day 1, Day2...&lt;/P&gt;&lt;P&gt;then use this as a dimension-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Weekday,'Mon','Tue','Wed','Thu','Fri','Sat'&lt;/SPAN&gt;),'Day1','Day2','Day3','Day4','Day5','Day6')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jun 2018 10:17:32 GMT</pubDate>
    <dc:creator>PunamWagh</dc:creator>
    <dc:date>2018-06-02T10:17:32Z</dc:date>
    <item>
      <title>Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46057#M769093</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 display the dimension as&amp;nbsp; current week&amp;nbsp; like below&lt;/P&gt;&lt;P&gt;My date field is&amp;nbsp;&amp;nbsp; Tran_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day1&lt;/P&gt;&lt;P&gt;Day2&lt;/P&gt;&lt;P&gt;Day3&lt;/P&gt;&lt;P&gt;Day4&lt;/P&gt;&lt;P&gt;Day5&lt;/P&gt;&lt;P&gt;Day6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this is current week except sunday &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I write the calculation condition?&amp;nbsp; &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/Current-week/m-p/46057#M769093</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46058#M769094</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;Can you plz elaborate a bit.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46058#M769094</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-06-01T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46059#M769095</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;I want to show the bar chart&amp;nbsp; for current weekdays excluding sunday&amp;nbsp; with the attached format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; so how to achieve this?&lt;/P&gt;&lt;P&gt;dim= Tran_Date&lt;/P&gt;&lt;P&gt;measure= count(id)&lt;IMG alt="Dim-day.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204140_Dim-day.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46059#M769095</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-01T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46060#M769096</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;You can exclude the dimension using this&lt;/P&gt;&lt;P&gt;=if(date(DateField,'WWWW')&amp;lt;&amp;gt;'Sunday',&lt;/P&gt;&lt;P&gt;pick(match(date(DateField,'WWWW'),'Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'),&lt;/P&gt;&lt;P&gt;'Day1',&lt;SPAN style="font-size: 13.3333px;"&gt;'Day2',&lt;SPAN style="font-size: 13.3333px;"&gt;'Day3',&lt;SPAN style="font-size: 13.3333px;"&gt;'Day4',&lt;SPAN style="font-size: 13.3333px;"&gt;'Day5',&lt;SPAN style="font-size: 13.3333px;"&gt;'Day6')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pratyush&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46060#M769096</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-06-01T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46061#M769097</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;thanks for reply. but&amp;nbsp;&amp;nbsp; I need to show current week only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now your expression is showing to over all I think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else can I restrict current week in measure?&amp;nbsp;&amp;nbsp;&amp;nbsp; then how can I&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46061#M769097</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-01T15:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46062#M769098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="12574" data-externalid="" data-online="false" data-presence="null" data-userid="171708" data-username="stalwar1" href="https://community.qlik.com/people/stalwar1" style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: normal; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #8b8b8b; text-decoration: underline; outline: none; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2;"&gt;Sunny Talwar&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 16:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46062#M769098</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-01T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46063#M769099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the max week values in your expression..can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Week = {"$(=Max(Week))"}&amp;gt;}ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46063#M769099</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-06-01T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46064#M769100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any particular reason for not continuing this question in your thread &lt;A href="https://community.qlik.com/thread/303044"&gt;Display name&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 22:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46064#M769100</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-06-01T22:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46065#M769101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌if I use this I vill get including Sunday also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Want to exclude Sunday in this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 04:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46065#M769101</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T04:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46066#M769102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yyes that was different and now logic got changed by cliebt‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 04:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46066#M769102</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T04:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46067#M769103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure sure your request - But, You can think something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WeekDay(DateField) as WeekDay,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Week(DateField) as Week&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And measure&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;WeekDay -= {'Sun'}, Week = {$(=Max(Week))}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 04:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46067#M769103</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-02T04:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46068#M769104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-avatarid="13569" data-externalid="" data-online="false" data-presence="null" data-userid="218859" data-username="loveisfail" href="https://community.qlik.com/people/loveisfail" style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: normal; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #8b8b8b; text-decoration: none; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2;"&gt;Anil Samineni&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;requirement is&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f2f2f2; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;I need to show the chart weekdays&amp;nbsp; count(id)&amp;nbsp;&amp;nbsp;&amp;nbsp; with dimension values like&amp;nbsp; day1 to day6&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 05:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46068#M769104</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T05:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46069#M769105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide data set to test?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 05:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46069#M769105</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-02T05:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46070#M769106</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;my data look like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 125px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px #000000;" width="70"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Tran_Date&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px #000000;" width="55"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;ID&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;1/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;3/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;4/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;5/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;6/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;7/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;7&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;8/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;8&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;9/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;9&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;10/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;10&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;11/6/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px #000000;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;11&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 06:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46070#M769106</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T06:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46071#M769107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not you are looking or am i missing something?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204186_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/204187_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 06:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46071#M769107</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-02T06:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46072#M769108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you attach the app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 06:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46072#M769108</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T06:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46073#M769109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what App you are expecting? That is straight forward, Anyway PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 07:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46073#M769109</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-02T07:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46074#M769110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but this is not am expecting &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result should be like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,WeekDay(Tran_Date) as WeekDay Inline [&lt;/P&gt;&lt;P&gt;Tran_Date, ID&lt;/P&gt;&lt;P&gt;4/6/2018, 4&amp;nbsp;&amp;nbsp;&amp;nbsp; ----&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;4/6/2018, 10&amp;nbsp; -----&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; here&amp;nbsp; 4th jun 2018&amp;nbsp; Monday&amp;nbsp;&amp;nbsp;&amp;nbsp; in chart&amp;nbsp;&amp;nbsp; Day1 -count 2&amp;nbsp; result&amp;nbsp;&amp;nbsp; like that all [excluding sunday]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;5/6/2018, 5&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;5/6/2018, 12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;6/6/2018, 6&lt;/P&gt;&lt;P&gt;7/6/2018, 7&lt;/P&gt;&lt;P&gt;8/6/2018, 8&lt;/P&gt;&lt;P style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;8/6/2018, 16&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bar chart:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dim: values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day1 Means Mon&amp;nbsp; till&amp;nbsp; Day6&amp;nbsp; means sat&amp;nbsp; &lt;/P&gt;&lt;P&gt;Day1 Day2 Day3 Day4 Day5&amp;nbsp; Day6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; each day count has to show on bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 07:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46074#M769110</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46075#M769111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clear &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Can you share real data and expected output to test? That will en count you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 08:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46075#M769111</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-02T08:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Current week</title>
      <link>https://community.qlik.com/t5/QlikView/Current-week/m-p/46076#M769112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in attached sample&amp;nbsp; expected output drawn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input value I don't have dayname column&amp;nbsp;&amp;nbsp; I want to create it from&amp;nbsp; tran_date field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 08:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-week/m-p/46076#M769112</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-06-02T08:58:55Z</dc:date>
    </item>
  </channel>
</rss>

