<?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 Networkdays with Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361367#M30546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to build a Line Chart showing the percentage of orders received and inserted on the last day, for example: If "Variable A" represents the day that I received the order and "variable B" represents the day when I inserted it, I have to use the networkdays function to know the difference of days between the second variable versus the first one and then I have to make a division where my numerator is the orders inserted in 24h and my denominator includes all orders regardless&lt;SPAN lang="en"&gt; of whether they are inserted on the first day or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;At the moment I have the &lt;SPAN lang="en"&gt;the following formula which must have some syntax error, if someone could help me it would be great!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;=(count({&amp;lt;(NetWorkDays(Variable A,variable B))={"&amp;lt;=1"}&amp;gt;} Orders)) /&lt;/P&gt;&lt;P&gt;(count({&amp;lt;(NetWorkDays(Variable A,Variable B))={"&amp;gt;=0"}&amp;gt;} Orders))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2021 15:42:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2021-12-22T15:42:54Z</dc:date>
    <item>
      <title>Networkdays with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361367#M30546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to build a Line Chart showing the percentage of orders received and inserted on the last day, for example: If "Variable A" represents the day that I received the order and "variable B" represents the day when I inserted it, I have to use the networkdays function to know the difference of days between the second variable versus the first one and then I have to make a division where my numerator is the orders inserted in 24h and my denominator includes all orders regardless&lt;SPAN lang="en"&gt; of whether they are inserted on the first day or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;At the moment I have the &lt;SPAN lang="en"&gt;the following formula which must have some syntax error, if someone could help me it would be great!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;=(count({&amp;lt;(NetWorkDays(Variable A,variable B))={"&amp;lt;=1"}&amp;gt;} Orders)) /&lt;/P&gt;&lt;P&gt;(count({&amp;lt;(NetWorkDays(Variable A,Variable B))={"&amp;gt;=0"}&amp;gt;} Orders))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2021 15:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361367#M30546</guid>
      <dc:creator />
      <dc:date>2021-12-22T15:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Networkdays with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361368#M30547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not have feasibility to use expressions (instead of Fields) in modifiers section of set analysis. Please try to push the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NetWorkDays(Variable A,variable B) expression to script and create a field for the same; for say DateDiff. Post this you can create below sample expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=(count({&amp;lt;DateDiff={"&amp;lt;=1"}&amp;gt;} Orders)) / (count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateDiff&lt;/SPAN&gt;={"&amp;gt;=0"}&amp;gt;} Orders))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this will be helpful.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rahul Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 11:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361368#M30547</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-08-07T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Networkdays with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361369#M30548</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count({&amp;lt;Orders = {"=NetWorkDays(Variable A,variable B) &amp;lt;= 1"}&amp;gt;} Orders)/Count({&amp;lt;Orders = {"=NetWorkDays(Variable A,variable B) &amp;gt;= 0"}&amp;gt;} Orders)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Networkdays-with-Set-Analysis/m-p/1361369#M30548</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T12:00:20Z</dc:date>
    </item>
  </channel>
</rss>

