<?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: Historical Backlog in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325742#M842217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.. I still have the personal edition so I can't open your file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you kindly paste the load script and the expression on the thread, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2017 08:16:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-18T08:16:41Z</dc:date>
    <item>
      <title>Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325740#M842215</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;I have this table in Business Objects which is showing the number of Open tickets and closed over the last 13 monthx and the backlog for each month of those 13 months. I'm trying to have the same one in QlikView:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="backlog-westbury-20170417-01.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160236_backlog-westbury-20170417-01.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here are the expressions I created for the Open (new) and Closed. But I can't get my head around how to the backlog:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;New:&lt;/H6&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14924362487687388" jivemacro_uid="_14924362487687388" modifiedtitle="true"&gt;
&lt;P&gt;=Count(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; TOTAL &amp;lt;ProblemCanonicalDateMonthYear&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&amp;lt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ProblemCanonicalDateMonthYear={&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '&amp;gt;=$(=date(AddMonths(ProblemCanonicalDateMonthYear,-12),'MMM-YYYY'))&amp;lt;=$(=date(ProblemCanonicalDateMonthYear,'MMM-YYYY'))'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; PRDateType={'PROpenDate'}&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ID&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;Closed:&lt;/H6&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14924364226554614" jivemacro_uid="_14924364226554614" modifiedtitle="true"&gt;
&lt;P&gt;=Count(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; TOTAL &amp;lt;ProblemCanonicalDateMonthYear&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&amp;lt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ProblemCanonicalDateMonthYear={&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '&amp;gt;=$(=date(AddMonths(ProblemCanonicalDateMonthYear,-12),'MMM-YYYY'))&amp;lt;=$(=date(ProblemCanonicalDateMonthYear,'MMM-YYYY'))'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; PRDateType={'PRCloseDate'}&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ID&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read multiple articles and discussions but I failed to apply a logic behind calculating the backlog historically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me get this done.&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/Historical-Backlog/m-p/1325740#M842215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325741#M842216</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;In attached file BacklogCalculate field calculate according to the fields New and Closed. May be so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 07:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325741#M842216</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-04-18T07:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325742#M842217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.. I still have the personal edition so I can't open your file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you kindly paste the load script and the expression on the thread, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 08:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325742#M842217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T08:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325743#M842218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/150954"&gt;ahaahaaha&lt;/A&gt; could you respond kindly, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 09:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325743#M842218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-23T09:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325744#M842219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain your logic of calculating Backlogs? you've nowhere mentioned that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aslo can you post a sample data that best represents your data set with expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you can post the BO expression for backlog, we can recreate the same using qlikview functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 10:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325744#M842219</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-23T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325745#M842220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think sharing how I did on BO would answer all your questions. I have to run three queries on the same report:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;New Problems: It extracts the monthly count of new problems over the last 13 months based on the field name [Open Time]&lt;/LI&gt;&lt;LI&gt;Closed Problems: &lt;SPAN style="font-size: 13.3333px;"&gt;It extracts the monthly count of closed problems over the last 13 months based on the field name [Close Time]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Open in Period: It extracts the [Problem ID] based on the following criteria:&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Close Time is Null, OR Close Time is within the selected month OR the preceding 13 months of that selected month), AND&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Open Time is within the selected month OR the preceding 13 months of that selected month)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Initial Backlog:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14929433737532407" jivemacro_uid="_14929433737532407" modifiedtitle="true"&gt;
&lt;P&gt;=If(IsNull(Count([Problem ID]));0;Count([Problem ID]))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;New: The count of the problems extracted from the query "New Problems"&lt;/LI&gt;&lt;LI&gt;Closed: &lt;SPAN style="font-size: 13.3333px;"&gt;The count of the problems extracted from the query "Closed Problems"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Backlog:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14929439882379064 jive_text_macro" jivemacro_uid="_14929439882379064"&gt;
&lt;P&gt;=([Initial Backlog]+[New])-[Closed]&lt;/P&gt;
&lt;P&gt;+(Previous([New])-Previous([Closed]))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous([New]))-Previous(Previous([Closed])))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous([New])))-Previous(Previous(Previous([Closed]))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous([New]))))-Previous(Previous(Previous(Previous([Closed])))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous([New])))))-Previous(Previous(Previous(Previous(Previous([Closed]))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous([New]))))))-Previous(Previous(Previous(Previous(Previous(Previous([Closed])))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New])))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed]))))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New]))))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed])))))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New])))))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed]))))))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New]))))))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed])))))))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New])))))))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed]))))))))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New]))))))))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed])))))))))))))&lt;/P&gt;
&lt;P&gt;+(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([New])))))))))))))-Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous(Previous([Closed]))))))))))))))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the end result that I'm aiming to achieve:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="backlog-westbury-20170423-01.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160922_backlog-westbury-20170423-01.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 10:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325745#M842220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-23T10:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325746#M842221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some sample data to work with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 10:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325746#M842221</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-23T10:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325747#M842222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 11:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325747#M842222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-23T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325748#M842223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression for [initialBacklog]?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Apr 2017 11:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325748#M842223</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-23T11:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325749#M842224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean in QlikView? I don't know. I only shared the one of BO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow me to re-iterate, it's extracted from the query "Open in Period". For example, the DB got deployed on 2012 and before this date there was no backlog so consider the backlog as 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 05:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325749#M842224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T05:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325750#M842225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/216189"&gt;vinieme12&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to look into my reply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325750#M842225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T07:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325751#M842226</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;Looking into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what is the logic for initial backlog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example how did we arrive at &lt;STRONG&gt;44 Backlog for 2015/06&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 08:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325751#M842226</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-25T08:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325752#M842227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The [Initial Backlog] counts the number of problem IDs extracted from the query "Open in Period". This query is formed of the following fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Problem ID&lt;/LI&gt;&lt;LI&gt;Open Time (Month/Year)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As explained in an earlier post, the query criteria are the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(Close Time is Null, OR Close Time is within the selected month OR the preceding 13 months of that selected month), AND&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(Open Time is within the selected month OR the preceding 13 months of that selected month)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry that I am not making myself clear enough but this is the maximum I can do to explain. The problem is that I'm not very technical and I've got into this field 4 months only. All I'm doing is self learning before taking it to the next step of a business case to the management.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 11:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1325752#M842227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T11:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Historical Backlog</title>
      <link>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1571050#M842228</link>
      <description>Did you manage to get anything new on this topic @Anonymous?</description>
      <pubDate>Thu, 18 Apr 2019 13:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Historical-Backlog/m-p/1571050#M842228</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-04-18T13:25:06Z</dc:date>
    </item>
  </channel>
</rss>

