<?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: Graph calculate days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957497#M1219963</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187989"&gt;@PeggieP&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;changes on excel sheet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;At excel sheet i have the below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Planned Start Date &amp;amp; Completion Date.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Planned Start Date is filled with dates.&lt;/P&gt;
&lt;P&gt;Completion Date in not until the code is completed.&lt;/P&gt;
&lt;P&gt;So i have the below issue.&lt;/P&gt;
&lt;P&gt;How qlikview can retrieve data dates if excel dont have one.&lt;/P&gt;
&lt;P&gt;I mean i want ta make the report today for tomorrow presentation. Can qlikview take the current date i am gonna make the report and how?&lt;/P&gt;
&lt;P&gt;I attached also the chart i wanna make&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20220719_092856.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84487iE4B929D8DD59A59B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20220719_092856.jpg" alt="IMG_20220719_092856.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Thank you so much for your time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 07:01:21 GMT</pubDate>
    <dc:creator>cmano</dc:creator>
    <dc:date>2022-07-19T07:01:21Z</dc:date>
    <item>
      <title>Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1953651#M1219831</link>
      <description>&lt;P&gt;Hello guys/girls.&lt;/P&gt;
&lt;P&gt;I have the below table (example).&lt;/P&gt;
&lt;P&gt;Fyi i have a serial number (unique order ) which have 2 codes ( 7 &amp;amp; 8). Each of the codes have a start and a planned end date.&lt;/P&gt;
&lt;TABLE width="325"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;Serial Number&lt;/TD&gt;
&lt;TD width="61px"&gt;Code&lt;/TD&gt;
&lt;TD width="60px"&gt;Start date&lt;/TD&gt;
&lt;TD width="60px"&gt;Planned End date&lt;/TD&gt;
&lt;TD width="77px"&gt;Current date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;1&lt;/TD&gt;
&lt;TD width="61px"&gt;7&lt;/TD&gt;
&lt;TD width="60px"&gt;16-02-22&lt;/TD&gt;
&lt;TD width="60px"&gt;17-02-22&lt;/TD&gt;
&lt;TD width="77px"&gt;08-03-22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;1&lt;/TD&gt;
&lt;TD width="61px"&gt;8&lt;/TD&gt;
&lt;TD width="60px"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="60px"&gt;25-02-22&lt;/TD&gt;
&lt;TD width="77px"&gt;09-03-22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;2&lt;/TD&gt;
&lt;TD width="61px"&gt;7&lt;/TD&gt;
&lt;TD width="60px"&gt;16-02-22&lt;/TD&gt;
&lt;TD width="60px"&gt;17-02-22&lt;/TD&gt;
&lt;TD width="77px"&gt;10-03-22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;2&lt;/TD&gt;
&lt;TD width="61px"&gt;8&lt;/TD&gt;
&lt;TD width="60px"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="60px"&gt;28-02-22&lt;/TD&gt;
&lt;TD width="77px"&gt;11-03-22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;3&lt;/TD&gt;
&lt;TD width="61px"&gt;7&lt;/TD&gt;
&lt;TD width="60px"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="60px"&gt;20-02-22&lt;/TD&gt;
&lt;TD width="77px"&gt;12-03-22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66px"&gt;3&lt;/TD&gt;
&lt;TD width="61px"&gt;8&lt;/TD&gt;
&lt;TD width="60px"&gt;21-02-22&lt;/TD&gt;
&lt;TD width="60px"&gt;01-03-22&lt;/TD&gt;
&lt;TD width="77px"&gt;13-03-22&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to make a graph (probably funnel ) to show the total time that needed for both codes and if is possible to read the current date and calculate current date in case codes exceeds planned end time.&lt;/P&gt;
&lt;P&gt;Thanks for you time.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 14:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1953651#M1219831</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2022-07-09T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1953665#M1219832</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131740"&gt;@cmano&lt;/a&gt;&amp;nbsp; Please see the code below to calculate the total days required for both the codes.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load [Serial Number],&lt;BR /&gt;Code,&lt;BR /&gt;Date(Date#([Start date],'DD-MM-YY'),'MM/DD/YYYY') as [Start date],&lt;BR /&gt;Date(Date#([Planned End date],'DD-MM-YY'),'MM/DD/YYYY') as [Planned End date],&lt;BR /&gt;Date(Date#([Current date],'DD-MM-YY'),'MM/DD/YYYY') as [Current date]&lt;BR /&gt;&lt;BR /&gt;Inline [&lt;BR /&gt;Serial Number,Code,Start date,Planned End date,Current date&lt;BR /&gt;1,7,16-02-22,17-02-22,08-03-22&lt;BR /&gt;1,8,18-02-22,25-02-22,09-03-22&lt;BR /&gt;2,7,16-02-22,17-02-22,10-03-22&lt;BR /&gt;2,8,18-02-22,28-02-22,11-03-22&lt;BR /&gt;3,7,18-02-22,20-02-22,12-03-22&lt;BR /&gt;3,8,21-02-22,01-03-22,13-03-22&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp1:&lt;BR /&gt;Load [Serial Number],&lt;BR /&gt;sum(interval([Planned End date]-previous([Start date]),'DD')) as totalDays&lt;BR /&gt;&lt;BR /&gt;Resident Temp&lt;BR /&gt;Group by [Serial Number];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 19:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1953665#M1219832</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-09T19:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1953725#M1219837</link>
      <description>&lt;P&gt;What is your question here? What part do you need help with?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 16:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1953725#M1219837</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-07-10T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957001#M1219946</link>
      <description>&lt;P&gt;Hello there.&lt;/P&gt;
&lt;P&gt;I dont not understand. Do we have an automated way to collect the dates?&lt;BR /&gt;I have a big sheet of data.&lt;/P&gt;
&lt;P&gt;Thank again for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 10:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957001#M1219946</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2022-07-18T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957013#M1219947</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Let me make a&amp;nbsp;restatement&lt;/P&gt;
&lt;TABLE width="420"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Serial Number&lt;/TD&gt;
&lt;TD width="64"&gt;Code&lt;/TD&gt;
&lt;TD width="73"&gt;Start date&lt;/TD&gt;
&lt;TD width="73"&gt;Planned End date&lt;/TD&gt;
&lt;TD width="73"&gt;Finished date&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;1&lt;/TD&gt;
&lt;TD width="64"&gt;7&lt;/TD&gt;
&lt;TD width="73"&gt;16-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;17-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;17-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;1&lt;/TD&gt;
&lt;TD width="64"&gt;8&lt;/TD&gt;
&lt;TD width="73"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;25-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;25-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;2&lt;/TD&gt;
&lt;TD width="64"&gt;7&lt;/TD&gt;
&lt;TD width="73"&gt;16-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;17-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;2&lt;/TD&gt;
&lt;TD width="64"&gt;8&lt;/TD&gt;
&lt;TD width="73"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;28-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;01-03-22&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;3&lt;/TD&gt;
&lt;TD width="64"&gt;7&lt;/TD&gt;
&lt;TD width="73"&gt;18-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;20-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;3&lt;/TD&gt;
&lt;TD width="64"&gt;8&lt;/TD&gt;
&lt;TD width="73"&gt;21-02-22&lt;/TD&gt;
&lt;TD width="73"&gt;01-03-22&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="73"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the above table and i want to make a chart (probably bar chart or similar).&lt;/P&gt;
&lt;P&gt;The chart is gonna show how much time it was needed to complete for e.g serial number 1 code 1 &amp;amp; 2.&lt;/P&gt;
&lt;P&gt;In general :&lt;BR /&gt;Serial number 1&lt;BR /&gt;Code : 1= 1 day&lt;BR /&gt;Code : 2= 7 day&lt;/P&gt;
&lt;P&gt;More specific : To see the finished date and calculate the diff. If the finished day have no values to calculate the days by current date.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Note:&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Is any way if&amp;nbsp; the serial number do not have finished date (&amp;nbsp; and still&amp;nbsp;pending ) to collect the date somehow by qlikview? e.g the day i make the report?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for your time&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 10:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957013#M1219947</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2022-07-18T10:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957026#M1219948</link>
      <description>&lt;DIV id="f0DVYq-MOPyMseMP2dK6aA__35"&gt;
&lt;DIV class="wDYxhc" data-md="61"&gt;
&lt;DIV class="LGOjhe" role="heading" data-attrid="wa:/description" aria-level="3" data-hveid="CBwQAA"&gt;&lt;SPAN class="ILfuVd"&gt;&lt;SPAN class="hgKElc"&gt;To find the number of days between these two dates, you can&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;enter “=B2-B1” (without the quotes into cell B3). Once you hit enter, Excel will automatically calculate the number of days between the two dates entered.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="LGOjhe" role="heading" data-attrid="wa:/description" aria-level="3" data-hveid="CBwQAA"&gt;&lt;SPAN class="ILfuVd"&gt;&lt;SPAN class="hgKElc"&gt;&lt;A href="https://www.subwayliveiq.net/" target="_self"&gt;official website&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="f0DVYq-MOPyMseMP2dK6aA__36"&gt;
&lt;DIV class="g"&gt;
&lt;DIV data-hveid="CCAQAA" data-ved="2ahUKEwjvx7-7p4L5AhV8RmwGHVmpDg0QFSgAegQIIBAA"&gt;
&lt;DIV class="tF2Cxc"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jul 2022 04:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957026#M1219948</guid>
      <dc:creator>PeggieP</dc:creator>
      <dc:date>2022-07-19T04:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957390#M1219958</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131740"&gt;@cmano&lt;/a&gt;&amp;nbsp; Did you try the code that I mentioned above, it gives the exact result that you are looking for. Calculate the numbers of the days on the service level. Please try and let me know what error you are getting.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 02:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957390#M1219958</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-19T02:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957392#M1219959</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187989"&gt;@PeggieP&lt;/a&gt;&amp;nbsp; Yes it is possible, at the back end you just have to a write a small piece of code, something like below:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interval([End date]-[Start date],'DD'). This is Similar as 'B2-B1' in excel.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 02:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957392#M1219959</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-19T02:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957497#M1219963</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187989"&gt;@PeggieP&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;changes on excel sheet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;At excel sheet i have the below:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Planned Start Date &amp;amp; Completion Date.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Planned Start Date is filled with dates.&lt;/P&gt;
&lt;P&gt;Completion Date in not until the code is completed.&lt;/P&gt;
&lt;P&gt;So i have the below issue.&lt;/P&gt;
&lt;P&gt;How qlikview can retrieve data dates if excel dont have one.&lt;/P&gt;
&lt;P&gt;I mean i want ta make the report today for tomorrow presentation. Can qlikview take the current date i am gonna make the report and how?&lt;/P&gt;
&lt;P&gt;I attached also the chart i wanna make&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20220719_092856.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84487iE4B929D8DD59A59B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20220719_092856.jpg" alt="IMG_20220719_092856.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Thank you so much for your time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 07:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957497#M1219963</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2022-07-19T07:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957988#M1219975</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Can qlikview take the current date i am gonna make the report and how?"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes:&lt;BR /&gt;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/today.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/today.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 20:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1957988#M1219975</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-07-19T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Graph calculate days</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1958758#M1219996</link>
      <description>&lt;P&gt;i cant figure out how i am supposed to write this function and where &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 09:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-calculate-days/m-p/1958758#M1219996</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2022-07-21T09:09:19Z</dc:date>
    </item>
  </channel>
</rss>

