<?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: NetworkDays in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388949#M145168</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 use LastWorkDate() to get the last nth working day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=lastworkdate (today(), 14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2012 14:58:22 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-10-31T14:58:22Z</dc:date>
    <item>
      <title>NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388948#M145167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I'm working with the NetWorkDays functions and can't come up with the solution on how to get the underlaying working days to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this formula: &lt;/P&gt;&lt;P&gt;=networkdays(Today()-14,Today())&lt;/P&gt;&lt;P&gt;This results in 11 workdays. I would like to change this a little bit, instead of 11 I would like it to say 14 and I would like to know which startdate and enddate it will return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a transaction table and I would like to display my sales values for these 14 days (Not 11). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I found the dates and how can I display this in a chart?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 14:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388948#M145167</guid>
      <dc:creator />
      <dc:date>2012-10-31T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388949#M145168</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 use LastWorkDate() to get the last nth working day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=lastworkdate (today(), 14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 14:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388949#M145168</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-31T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388950#M145169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with firstworkdate and lastworkdate&lt;/P&gt;&lt;P&gt;Start date&lt;/P&gt;&lt;P&gt;=FirstWorkDate(Today(),14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Date&lt;/P&gt;&lt;P&gt;=LastWorkDate(FirstWorkDate(Today(),14),14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 15:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388950#M145169</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-31T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388951#M145170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Unfortunatly this will not work. You describe the earliest ending date but I want to go BACK 14 work days from today's date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I would llike to get these dates presented as a dimension in my chart.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 15:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388951#M145170</guid>
      <dc:creator />
      <dc:date>2012-10-31T15:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388952#M145171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today()-(today()-14)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 15:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388952#M145171</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-10-31T15:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388953#M145172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Celambarasan&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks. That helped me, now I have the start date and the end date. Any ideas of how I can display this in a chart with all the dates on the dimension and sales for each date as an expression?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 15:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388953#M145172</guid>
      <dc:creator />
      <dc:date>2012-10-31T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388954#M145173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use DateField as Dimension&lt;/P&gt;&lt;P&gt;Expression as Sum({&amp;lt;DateField={"&amp;gt;=$(=StartDateExpression)&amp;lt;=$(=EndDateExpression)"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that StartDateExpression and EndDateExpression value date format is same as there in DateField.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 16:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388954#M145173</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-31T16:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: NetworkDays</title>
      <link>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388955#M145174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Sum({&amp;lt;DateField={"&amp;gt;=$(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=FirstWorkDate(Today(),14&lt;/SPAN&gt;))&amp;lt;=$(=LastWorkDate(FirstWorkDate(Today(),14),14))"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 18:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NetworkDays/m-p/388955#M145174</guid>
      <dc:creator />
      <dc:date>2012-10-31T18:40:34Z</dc:date>
    </item>
  </channel>
</rss>

