<?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: last working days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953822#M327954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last working day of the month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len([Date Closed]) &amp;lt;= 0, FirstWorkDate(MonthEnd([Date Closed]), 1), [Date Closed]) as DT2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2015 14:15:01 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-10-23T14:15:01Z</dc:date>
    <item>
      <title>last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953819#M327951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(len([Date Closed])&amp;lt;=0,now(),[Date Closed]) as DT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Now() i want to find last working days of [date closed] month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the date format is- 'mm/dd/yy hh:mi am/pm'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 13:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953819#M327951</guid>
      <dc:creator />
      <dc:date>2015-10-23T13:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953820#M327952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is max([Date Closed]) what you're looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953820#M327952</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-23T14:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953821#M327953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=WeekStart(MonthEnd([Date Closed]), 5)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953821#M327953</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-23T14:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953822#M327954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last working day of the month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len([Date Closed]) &amp;lt;= 0, FirstWorkDate(MonthEnd([Date Closed]), 1), [Date Closed]) as DT2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953822#M327954</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-23T14:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953823#M327955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't [Date Closed] unknown for those records where the condition is true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which Month / Last Working Date do you want to use then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt; FirstWorkDate(MonthEnd(Today()), 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953823#M327955</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-23T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953824#M327956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too true &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this instead&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Len([Date Closed]) = 0, FirstWorkDate(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthEnd(&lt;/SPAN&gt;Today()), 1), [Date Closed]) as DT2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953824#M327956</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-23T14:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953825#M327957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I followed your suggestion and the date is converted into number and I have tried vice versa but it didn't('mm/dd/yy hh:mi am/pm').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 16:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953825#M327957</guid>
      <dc:creator />
      <dc:date>2015-10-23T16:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953826#M327958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&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: 13px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Date(&lt;/SPAN&gt;If(Len([Date Closed]) = 0, FirstWorkDate(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthEnd(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Today()), 1), [Date Closed])&lt;SPAN style="color: #ff0000;"&gt;, 'MM/DD/YY hh:mm TT')&lt;/SPAN&gt; as DT2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953826#M327958</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-23T17:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953827#M327959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Almost reaching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have august data then it shpould come 31st of aug and sep -30th sep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is showing oct -30th&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be we have used today() but inplace of today() if we use Date Closed then it is giving us different result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953827#M327959</guid>
      <dc:creator />
      <dc:date>2015-10-23T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953828#M327960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with using [Date Closed] is that you are saying that if Len([Date Closed]) = 0 (meaning it is empty) then do the first thing which give you null() or 0 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Have you tried this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;Date(WeekStart(MonthEnd([Date Closed]), 5)&lt;/SPAN&gt;&lt;STRONG style=": ; color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;, 'MM/DD/YY hh:mm TT') as DT2&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953828#M327960</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-23T17:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953829#M327961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(If(len([Date Closed]&amp;lt;0,today()-1,[Date Closed],'MM/DD/YY hh:mm TT')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS DT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will fill the null value with previous day and rest will have Date closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953829#M327961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-23T17:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953830#M327962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is showing november date-2nd nov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 02:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953830#M327962</guid>
      <dc:creator />
      <dc:date>2015-10-24T02:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953831#M327963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, that make sense. Finally try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Date(&lt;/STRONG&gt;FirstWorkDate(MonthEnd([Closed Date]), 1)&lt;STRONG style="color: #575757; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;, 'MM/DD/YY hh:mm TT') as DT2&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 11:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953831#M327963</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-24T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953832#M327964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for helping me. Apprecite it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No its not helped me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 11:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953832#M327964</guid>
      <dc:creator />
      <dc:date>2015-10-24T11:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953833#M327965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;No its not helped me.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I believe that's because we are just guessing around. If you want help, you need to detail on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- where we are starting from: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Post some sample lines of your data records, e.g. an Excel table, INLINE script code or a small sample QVW.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;- where we are heading to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Describe your requirements, i.e. the expected results, in more detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could be your data records, after transformation, attached to your post e.g. as Excel table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently think we are missing both pieces of the puzzle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 12:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953833#M327965</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-24T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953834#M327966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the QVW file. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 03:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953834#M327966</guid>
      <dc:creator />
      <dc:date>2015-10-25T03:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953835#M327967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the file.Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 03:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953835#M327967</guid>
      <dc:creator />
      <dc:date>2015-10-25T03:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953836#M327968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sesa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please elaborate on your requirement more.&lt;/P&gt;&lt;P&gt;As per your information it looks like,data for max month &lt;/P&gt;&lt;P&gt;in source&amp;nbsp; Oct/Nov is shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 09:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953836#M327968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-25T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953837#M327969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, maybe try this:&lt;/P&gt;&lt;P&gt;if(len([Date Closed])&amp;lt;=0,&lt;/P&gt;&lt;P&gt;Date(Floor(MonthEnd([Date Closed]),1)-if(WeekDay(MonthEnd([Date Closed]))&amp;gt;4,WeekDay(MonthEnd([Date Closed]))-4,0),'&lt;STRONG style="color: #575757; font-style: inherit; font-size: 13px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;MM/DD/YY hh:mm TT'&lt;/STRONG&gt;&lt;/STRONG&gt;),[Date Closed]) as DT2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 09:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953837#M327969</guid>
      <dc:creator />
      <dc:date>2015-10-25T09:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: last working days</title>
      <link>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953838#M327970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload your input data table (the Excel file)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the OPEN status records don't show [Date Closed] values in your input records, which is reasonable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your original post, you said:&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;Instead of Now() i want to find last working days of [date closed] month."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Since the [date closed] is not set for those records, which month do you want to show then?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understood what you are going to do (calculating a duration between open and close, excluding weekends, holidays and non working hours) Now() seems to be reasonable for me to (without actually knowing your requirements ... see my last post why it's important to tell us more if you want help from the community).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to calculate the last working date of a month with above expressions, if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 13:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-working-days/m-p/953838#M327970</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-25T13:31:34Z</dc:date>
    </item>
  </channel>
</rss>

