<?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: Network days using monthend and monthstart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094130#M920541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried your code but it tells me that I have an error in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the syntax of &lt;SPAN style="text-decoration: underline;"&gt;NetworkDays(Start_Date, End_Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at the positioning of the brackets and they are fine. I have also tried to use Variables to set the Month Start Date and Month End Date and it still give me errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like it should work as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 16:03:29 GMT</pubDate>
    <dc:creator>shonarach</dc:creator>
    <dc:date>2016-04-25T16:03:29Z</dc:date>
    <item>
      <title>Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094128#M920539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to find the average logged in a month to use in a calculation to see the average logged as at that day in the month, ie. the total is always automatically updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([&lt;EM style="color: #ff0000;"&gt;Reference&lt;/EM&gt;])/(num(Monthend(max([&lt;EM style="color: #ff0000;"&gt;BillingDateCreated&lt;/EM&gt;])))- (Monthstart(min([&lt;EM style="color: #ff0000; font-size: 13.3333px;"&gt;BillingDateCreated&lt;/EM&gt;]))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working perfectly and is giving me the average per month and increases daily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to build in network days to find out how many item on average are logged during the working week. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great.&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/Network-days-using-monthend-and-monthstart/m-p/1094128#M920539</guid>
      <dc:creator>shonarach</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094129#M920540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&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;Count([&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;Reference&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;]) / Networkdays( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Monthstart(min([&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;BillingDateCreated&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;])), &lt;/SPAN&gt;Monthend(max([&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;BillingDateCreated&lt;/EM&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 15:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094129#M920540</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-25T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094130#M920541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried your code but it tells me that I have an error in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the syntax of &lt;SPAN style="text-decoration: underline;"&gt;NetworkDays(Start_Date, End_Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at the positioning of the brackets and they are fine. I have also tried to use Variables to set the Month Start Date and Month End Date and it still give me errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like it should work as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094130#M920541</guid>
      <dc:creator>shonarach</dc:creator>
      <dc:date>2016-04-25T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094131#M920542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't see anything obvious, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me more about the context you are using this expression in? E.g. are you using this in a chart?&lt;/P&gt;&lt;P&gt;What are the dimensions / expressions of that chart?&lt;/P&gt;&lt;P&gt;And how are the fields Reference and BillingDateCreate related to each other in your data model?&lt;/P&gt;&lt;P&gt;I assume BillingDateCreated is interpreted as a date, so that you can get the max() and min() numeric values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094131#M920542</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-25T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094132#M920543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using 2 dimensions in a straight table. Country_Overview and Target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target is an excel sheet that is updated weekly that is related to a country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The count(Reference) is the amount of billing documents created. All billing documents have a billing date which is stored as a date function so max and min should work. All billing documents also belong to a country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would there be a way in set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094132#M920543</guid>
      <dc:creator>shonarach</dc:creator>
      <dc:date>2016-04-26T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094133#M920544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Analysis? Don't think that this will help us here, as far as I understood your request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out why you get an error, create separate expressions for each part, like&lt;/P&gt;&lt;P&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; background-color: #f2f2f2;"&gt;Count([&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000; background-color: #f2f2f2;"&gt;Reference&lt;/EM&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Min([BillingDateCreated])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Monthstart(Min([BillingDateCreated]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part gives an error? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094133#M920544</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T16:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094134#M920545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out my error.&lt;/P&gt;&lt;P&gt;I was missing one of the brackets after the function&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;It is now working perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the help on this, much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094134#M920545</guid>
      <dc:creator>shonarach</dc:creator>
      <dc:date>2016-04-27T16:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Network days using monthend and monthstart</title>
      <link>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094135#M920546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your issue is resolved, then please close this thread.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Network-days-using-monthend-and-monthstart/m-p/1094135#M920546</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-27T16:34:44Z</dc:date>
    </item>
  </channel>
</rss>

