<?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: Weekday Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384795#M613426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had an error thinking that Monday was 1 when in reality is 0 when I use the second parameter of Weekday as 0. Also as my data had sales today (24/Nov) I decided to make sure that it'll only show the day before or Friday if today was Monday, in so for that I'm using Floor and =1 instead of &amp;lt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this worked for me, please see screenshot below. The second table gets automatically restricted to yesterday (or Friday if it is Monday).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The if changed to this:&lt;/P&gt;&lt;P&gt;=IF(Floor(Today())-Floor([Trans Date])-IF(Num(WeekDay(Today(),0))=0,2,0)=1,'OK')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you use it with a Measure as a Set Analysis it could look like this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Trans Date]={"=Floor(Today())-Floor([Trans Date])-IF(Num(WeekDay(Today(),0))=0,2,0)=1"}&amp;gt;} SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184421_Untitled.png" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2017 03:41:00 GMT</pubDate>
    <dc:creator>luismadriz</dc:creator>
    <dc:date>2017-11-24T03:41:00Z</dc:date>
    <item>
      <title>Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384784#M613415</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;The problem what am facing is to report Last day sales on Monday. For rest of the days to report sales for the previous day is working fine.&lt;/P&gt;&lt;P&gt;I have use the formula "=IF((Today()- [Trans Date])&amp;lt;=1,'OK')" and&amp;nbsp; i have untick box Include Null Value. This means if anything more than 1 day will be blank in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is to report Sales on Monday where the previous day is Sunday. The solution what am looking for now is to get the Sales Table for the Friday. So on 20th Nov table should show data of 17th November that is Friday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="197"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="117"&gt;Transaction Dates&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="80"&gt;Days&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/14/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Tuesday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/15/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Wednesday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/16/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Thursday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/17/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Friday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/20/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Monday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/21/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Tuesday&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;11/22/2017&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Wednesday&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot select the Max date option, the reason is that if there are No Sales for the previous day still table will have data of Max Date Sales. The final requirement is Table should be blank if there are No Sales for the Previous date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 03:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384784#M613415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T03:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384785#M613416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you want to complement your IF statement with a test of the WeekDay? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if you're trying to do this in a visualisation or in a load script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 05:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384785#M613416</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-14T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384786#M613417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, the function LastWorkDate(start_date, no_of_workdays {, holiday}) could be handy for you in case you need to incorporate holidays and not just weekends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 05:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384786#M613417</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-14T05:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384787#M613418</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;Just wondering to know how you went about this one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as Helpful if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 07:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384787#M613418</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-21T07:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384788#M613419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;Still, i haven't found any perfect solution to my problem.&lt;/P&gt;&lt;P&gt;I tried the below IF Statement, the only problem is the previous Fridays sales also get opened.&lt;/P&gt;&lt;P&gt;=if(WeekDay(([Trans Date]))='Fri','OK',(IF((Today()- [Trans Date])&amp;lt;=1,'OK')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope get this resolved at earliest.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 07:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384788#M613419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T07:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384789#M613420</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;As you mentioned that your original IF was working except for Mondays, then just confirm if it's Monday and make the adjustment ...&lt;/P&gt;&lt;P&gt;Please try with this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(Today()-[Trans Date]-IF(Num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekDay(Today()))=1,2,0)&lt;/SPAN&gt;&amp;lt;=1,'OK')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 01:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384789#M613420</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-22T01:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384790#M613421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your IF statement is 0 has been defined as Monday?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 01:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384790#M613421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T01:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384791#M613422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not Monday then it's your original If statement,. If it's Monday then I reduced it by 2 to include the Friday as the last worked day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 02:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384791#M613422</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-22T02:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384792#M613423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your continuous support. But the problem is not yet resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Today report Sales figures (Only should reflect yesterday- Tuesday Sales) but Monday sales figures also getting included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 03:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384792#M613423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T03:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384793#M613424</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 please try this one?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if((Today()-[Trans Date]-IF(Num(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekDay(Today(),0))=1,2,0))&lt;/SPAN&gt;&amp;lt;=1,'OK')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 03:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384793#M613424</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-22T03:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384794#M613425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the last formula. But still, the result is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your continued support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 01:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384794#M613425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-24T01:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384795#M613426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had an error thinking that Monday was 1 when in reality is 0 when I use the second parameter of Weekday as 0. Also as my data had sales today (24/Nov) I decided to make sure that it'll only show the day before or Friday if today was Monday, in so for that I'm using Floor and =1 instead of &amp;lt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this worked for me, please see screenshot below. The second table gets automatically restricted to yesterday (or Friday if it is Monday).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The if changed to this:&lt;/P&gt;&lt;P&gt;=IF(Floor(Today())-Floor([Trans Date])-IF(Num(WeekDay(Today(),0))=0,2,0)=1,'OK')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you use it with a Measure as a Set Analysis it could look like this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Trans Date]={"=Floor(Today())-Floor([Trans Date])-IF(Num(WeekDay(Today(),0))=0,2,0)=1"}&amp;gt;} SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184421_Untitled.png" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384795#M613426</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-24T03:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384796#M613427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;Very Good Morning. The formula what you have provided in the last threads of our discussion works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=IF(Floor(Today())-Floor([Trans Date])-IF(Num(WeekDay(Today(),0))=0,2,0)=1,'OK')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Thanks&amp;nbsp; Once again.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 01:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384796#M613427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T01:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384797#M613428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear Vivek!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you finish testing, please close the thread by marking the applicable post as Correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 01:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384797#M613428</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-27T01:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384798#M613429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I marked the activity as Helpful. Did i do the correct way to close the thread?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 01:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384798#M613429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T01:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384799#M613430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the post that you find correct, see if you can find this and click on it:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184604_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 01:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384799#M613430</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-27T01:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Weekday Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384800#M613431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the screenshot. I have marked the answer as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek Ranawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 01:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekday-Sales/m-p/1384800#M613431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T01:43:34Z</dc:date>
    </item>
  </channel>
</rss>

