<?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: Discussion for calculating calendar days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58633#M9756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the Straight table as you needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Feb 2018 21:10:23 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2018-02-24T21:10:23Z</dc:date>
    <item>
      <title>Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58618#M9741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Every one, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a project to do for a plant, they have a challenge in calculating the calendar days based on the data which they get from the application. Some products are set on&amp;nbsp; 5 days week calendar days and some on 6 or 7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how ever, when it come to days forward cover (DFC) the data does not fit into the bracket of 5, 6 or 7 days. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached the data set for reference. in excel they are subtracting the last week's data of DFC by this week's data if most of the week the dfc difference is coming to either 5 or 6 or 7, they put it as respective calender days. If they are any outliner, they ignore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to replicate that in qlikview? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using Mode and range max but did not get calender days for that specific product and location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my current SCRIPT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Material, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DFC, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Loc], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Material &amp;amp; [Customer Loc] as %keymaster,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Zone]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;ICR_Load.qvd](qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Previous(DFC) as tet1,&lt;/P&gt;&lt;P&gt;num(fabs( If([Customer Zone] ='EUROPE' OR [Customer Zone] = 'NORTH AMERICA',5,&lt;/P&gt;&lt;P&gt;If(DFC='-',0,&lt;/P&gt;&lt;P&gt;If(Material = Previous(Material) and [Customer Loc] = Previous([Customer Loc]), &lt;/P&gt;&lt;P&gt;[DFC]- Previous(DFC), 0)))),'##0') as Days_Differ&lt;/P&gt;&lt;P&gt;Resident Table&lt;/P&gt;&lt;P&gt;Order By Material, [Customer Loc], Week desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;RangeMax(Days_Differ,7) as CalenderDays&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Table2&lt;/P&gt;&lt;P&gt;Order By Material, [Customer Loc], Week desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58618#M9741</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-20T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58619#M9742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry every one, i missed the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58619#M9742</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-20T17:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58620#M9743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try Master Calender. Check the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2802"&gt;The Master Calendar&lt;/A&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, 20 Feb 2018 18:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58620#M9743</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-20T18:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58621#M9744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌tthank you for you response. I guess am not clear. My apologies.&lt;/P&gt;&lt;P&gt;My data set does not have date feature. And the plant is in need to calculate days forward cover.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 20:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58621#M9744</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-20T20:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58622#M9745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/networkdays.htm" title="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/networkdays.htm"&gt;https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/networkdays.htm&lt;/A&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, 20 Feb 2018 20:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58622#M9745</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-20T20:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58623#M9746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌well, thank you again for response. Am aware about the network days concept. UUnfortunately, it does not support the need. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 05:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58623#M9746</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-21T05:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58624#M9747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you clarify what exactly you need after this, I tried to replicate your script in Qlik, The sample doesn't have customer zone so I have ignored it as of now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 05:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58624#M9747</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-21T05:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58625#M9748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌sir, thank you for replicating in Qlik. Could you please share the replication model. That will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 07:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58625#M9748</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-21T07:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58626#M9749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, thank you for the model, i have put a table. in which you will seek a Material and customer location, for that material and location the days_differ column has the most repeating value to show in calendar days. In this case, if 7 is repeating then calendar days is 7. again, if the value is more then 7 that is repeating maximum times, it should say zero. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a week they can have only 7 days. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much Sir. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 12:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58626#M9749</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-21T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58627#M9750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have license to access QVW, so cannot check the attachment but based on your explanation I tried to update the model. I don't see any case in your sample where frequency of Day Differ is more than 7, can you try this attached model with the Material,Location when Day Differ of &amp;gt;7 is most frequent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58627#M9750</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-21T16:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58628#M9751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, attached an image of how the data is appearing. now in the calendar days for all those fields in Differ_days showing great &amp;gt; 7 should 7. in the same way if for a set of data with a material code and customer location combination has max repeating value as 5, then in calendar days it should appear as 5 for all those materials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 21:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58628#M9751</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-21T21:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58629#M9752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought the latest change I shared, shows this -&lt;/P&gt;&lt;P&gt;1. If for &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;material code and customer location combination, 7 or below repeats maximum times then calendar days = the maximum count ( I mean if 7 repeats maximum time then 7, if 5 repeats maximum time then 5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2. If for &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;material code and customer location combination, the maximum repeated number is &amp;gt;7, then show zero in calendar days.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;May be I am missing something but in the sample you shared, I see many 1's and 2's are maximum repeat for few combination other than 7 but don't see any 5s or 6s which are maximu repeat for some combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if the last shared file is not producing above results.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194124_Capture.PNG" style="height: 472px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 21:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58629#M9752</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-21T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58630#M9753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Sir, exactly correct. Anything below 7 repeats remain same. Anything above 7 should be 0. If it is 1 then 1 , 2will be 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 07:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58630#M9753</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-22T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58631#M9754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is what the script I shared should be doing. Please share any combination where it is not doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 15:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58631#M9754</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-22T15:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58632#M9755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir, the attachment show's how i can see the qvw that you loaded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, it does not show the table which you have in the screen shot. Could you share the calculation or the formula\expression what your are giving. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for a the table, it should appear like. I don't need this column "Countif(D:D,7)" as in this example the 7 is repeating most times for that material and location, hence it is 7 days in calendar .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;-webkit-right&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border-width: 1px; border-style: solid; width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;Week&lt;/TD&gt;&lt;TD style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;Material&lt;/TD&gt;&lt;TD style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;Customer Loc&lt;/TD&gt;&lt;TD style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;Days_Differ&lt;/TD&gt;&lt;TD style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;COUNTIF(D:D,7)&lt;/TD&gt;&lt;TD style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;CalenderDays&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;W06-18&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7890760&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;ZAD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;36&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;W07-18&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7890760&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;ZAD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;36&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;W08-18&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7890760&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;ZAD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;36&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;W09-18&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7890760&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;ZAD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;36&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;W10-18&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7890760&lt;/TD&gt;&lt;TD class="xl64" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;ZAD&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;19&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;36&lt;/TD&gt;&lt;TD align="right" class="xl65" style="color: #575757; text-align: -webkit-right; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2018 19:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58632#M9755</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-24T19:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58633#M9756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the Straight table as you needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2018 21:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58633#M9756</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-24T21:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Discussion for calculating calendar days</title>
      <link>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58634#M9757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Sir. it did work out. great help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 00:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Discussion-for-calculating-calendar-days/m-p/58634#M9757</guid>
      <dc:creator>bushpalaamarnat</dc:creator>
      <dc:date>2018-02-27T00:38:15Z</dc:date>
    </item>
  </channel>
</rss>

