<?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 Non working days in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107256#M510520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;Please help with making formula in visualization:&lt;/P&gt;&lt;P&gt;I need to take data for one parameter only for working days in Russia. But I have non inadequate results.&lt;/P&gt;&lt;P&gt;So I have bellow formula:&lt;/P&gt;&lt;P&gt;=COUNT([OBJKEY.UNIQ.FORCOUNT])/count(BELNR_HST)/networkdays(date($(vL.PeriodStart),'DD.MM.YYYY'),date(today(),'DD.MM.YYYY'),'01.01.2018','02.01.2018','03.01.2018','04.01.2018'&lt;/P&gt;&lt;P&gt;,'05.01.2018','06.01.2018','07.01.2018','08.01.2018','23.02.2018','08.03.2018','09.03.2018','30.04.2018','01.05.2018','09.05.2018',&lt;/P&gt;&lt;P&gt;'11.06.2018','12.06.2018','04.11.2018','05.11.2018','31.12.2018')&lt;/P&gt;&lt;P&gt;If I have such formula: &lt;SPAN style="font-size: 10pt;"&gt;=COUNT([OBJKEY.UNIQ.FORCOUNT])/count(BELNR_HST),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have normal data, but it crucial to remove holidays from final results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 07:01:38 GMT</pubDate>
    <dc:creator>ivanaksen</dc:creator>
    <dc:date>2018-08-06T07:01:38Z</dc:date>
    <item>
      <title>Non working days in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107256#M510520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;Please help with making formula in visualization:&lt;/P&gt;&lt;P&gt;I need to take data for one parameter only for working days in Russia. But I have non inadequate results.&lt;/P&gt;&lt;P&gt;So I have bellow formula:&lt;/P&gt;&lt;P&gt;=COUNT([OBJKEY.UNIQ.FORCOUNT])/count(BELNR_HST)/networkdays(date($(vL.PeriodStart),'DD.MM.YYYY'),date(today(),'DD.MM.YYYY'),'01.01.2018','02.01.2018','03.01.2018','04.01.2018'&lt;/P&gt;&lt;P&gt;,'05.01.2018','06.01.2018','07.01.2018','08.01.2018','23.02.2018','08.03.2018','09.03.2018','30.04.2018','01.05.2018','09.05.2018',&lt;/P&gt;&lt;P&gt;'11.06.2018','12.06.2018','04.11.2018','05.11.2018','31.12.2018')&lt;/P&gt;&lt;P&gt;If I have such formula: &lt;SPAN style="font-size: 10pt;"&gt;=COUNT([OBJKEY.UNIQ.FORCOUNT])/count(BELNR_HST),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have normal data, but it crucial to remove holidays from final results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107256#M510520</guid>
      <dc:creator>ivanaksen</dc:creator>
      <dc:date>2018-08-06T07:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Non working days in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107257#M510521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May create a variable vHolidays and add those holiday dates like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vHolidays = &lt;/P&gt;&lt;P&gt;'01.01.2018','02.01.2018','03.01.2018','04.01.2018','05.01.2018',&lt;/P&gt;&lt;P&gt;'06.01.2018','07.01.2018','08.01.2018','23.02.2018','08.03.2018',&lt;/P&gt;&lt;P&gt;'09.03.2018','30.04.2018','01.05.2018','09.05.2018','11.06.2018',&lt;/P&gt;&lt;P&gt;'12.06.2018','04.11.2018','05.11.2018','31.12.2018';&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: 13.3333px;"&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: 13.3333px;"&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: 13.3333px;"&gt;= COUNT({&amp;lt;YourdateField = {"= networkdays(date($(vL.PeriodStart),'DD.MM.YYYY'),date(today(),'DD.MM.YYYY'), vHolidays)"} &amp;gt;} [OBJKEY.UNIQ.FORCOUNT])&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: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; /&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: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; COUNT(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;{&amp;lt;YourdateField = {"= networkdays(date($(vL.PeriodStart),'DD.MM.YYYY'),date(today(),'DD.MM.YYYY'), vHolidays)"} &amp;gt;}&lt;/SPAN&gt; BELNR_HST)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 16:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107257#M510521</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-06T16:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Non working days in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107258#M510522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! &lt;/P&gt;&lt;P&gt;It`s working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 06:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Non-working-days-in-Set-Analysis/m-p/107258#M510522</guid>
      <dc:creator>ivanaksen</dc:creator>
      <dc:date>2018-08-07T06:29:25Z</dc:date>
    </item>
  </channel>
</rss>

