<?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: Statusupdates on a day-by-day basis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266357#M851491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that prevents you from creating columns of status dates for one record rather than having them in rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would go about it, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statuses:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Statuses&lt;/P&gt;&lt;P&gt;Ordered&lt;/P&gt;&lt;P&gt;Shipped&lt;/P&gt;&lt;P&gt;Delivered&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i=1 to NoofRows('Statuses')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vStatuses= PEEK('Statuses', $(i)-1, 'Statuses');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ALT(NoofRows('FinalTable'), 0) &amp;gt; 0 THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET vLeftJoin= 'LEFT JOIN(FinalTable)';&lt;/P&gt;&lt;P&gt;&amp;nbsp; END IF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FinalTable:&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vLeftJoin)&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date as $(vStatuses)_Date&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [Whatever the source]&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE Substatus = '$(vStatuses)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Statuses;&lt;/P&gt;&lt;P&gt;SET vLeftJoin = '';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense. As soon as you have your status dates in columns it becomes much easier to take date differences and making bucket/interval values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also want to check GENERIC function in Qlik if you are not already familiar with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2017 11:50:10 GMT</pubDate>
    <dc:creator>cheenu_janakira</dc:creator>
    <dc:date>2017-02-26T11:50:10Z</dc:date>
    <item>
      <title>Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266352#M851486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Hi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I store my data in one single table as seen below. Is it possible to follow the day-by-day changes of specific OrderId:s so that the users by selection can see which ones that have proceeded from ‘Ordered’ to ‘Shipped’ and so on?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154454_pastedImage_8.png" style="max-height: 900px; max-width: 1200px;" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Anna&lt;/SPAN&gt;&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/Statusupdates-on-a-day-by-day-basis/m-p/1266352#M851486</guid>
      <dc:creator>annanirvin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266353#M851487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In what form you would like to see dashboard for the user?&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>Sat, 25 Feb 2017 14:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266353#M851487</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-25T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266354#M851488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Arial',sans-serif;"&gt;Hi Andrey.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Arial',sans-serif;"&gt;Thanks for your reply. Well, I haven’t actually decided since I wasn´t sure if it can be done at all. Anyway would do, I suppose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Arial',sans-serif;"&gt;Best regards, Anna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 15:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266354#M851488</guid>
      <dc:creator>annanirvin</dc:creator>
      <dc:date>2017-02-25T15:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266355#M851489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Full freedom for fantasy.Let's try to start to create. Maybe something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154450_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154457_2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.jpg" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/154458_3.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What other information would you like to see? In what form?&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>Sat, 25 Feb 2017 16:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266355#M851489</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-25T16:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266356#M851490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; mso-ansi-language: EN-US; font-family: 'Arial',sans-serif;"&gt;Thank you. What I´m really after though, is a function that evaluates which OrderID:s has changed their substatus compared to a specific day or period, for example "from 2017-02-19 to 2017-02-20" or "the last three days". (I have approximately 12 000 OrderID:s to evaluate.) For a start I´d like to be able to see the specific OrderID:s in for example a straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; mso-ansi-language: EN-US; font-family: 'Arial',sans-serif;"&gt;Any idea of how to solve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; mso-ansi-language: EN-US; font-family: 'Arial',sans-serif;"&gt;Regards, Anna&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 10:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266356#M851490</guid>
      <dc:creator>annanirvin</dc:creator>
      <dc:date>2017-02-26T10:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266357#M851491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that prevents you from creating columns of status dates for one record rather than having them in rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would go about it, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statuses:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Statuses&lt;/P&gt;&lt;P&gt;Ordered&lt;/P&gt;&lt;P&gt;Shipped&lt;/P&gt;&lt;P&gt;Delivered&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i=1 to NoofRows('Statuses')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vStatuses= PEEK('Statuses', $(i)-1, 'Statuses');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ALT(NoofRows('FinalTable'), 0) &amp;gt; 0 THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET vLeftJoin= 'LEFT JOIN(FinalTable)';&lt;/P&gt;&lt;P&gt;&amp;nbsp; END IF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FinalTable:&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vLeftJoin)&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date as $(vStatuses)_Date&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [Whatever the source]&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE Substatus = '$(vStatuses)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Statuses;&lt;/P&gt;&lt;P&gt;SET vLeftJoin = '';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense. As soon as you have your status dates in columns it becomes much easier to take date differences and making bucket/interval values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also want to check GENERIC function in Qlik if you are not already familiar with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 11:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266357#M851491</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T11:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266358#M851492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just saw from your raw data table above that an OrderID can have multiple "shipped" dates. Is this just a 'demo' sample? Can an order have multiple dates for one status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 11:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266358#M851492</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T11:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266359#M851493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attached script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 12:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266359#M851493</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266360#M851494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; mso-ansi-language: EN-US; font-family: 'Arial',sans-serif;"&gt;Hi Cheenu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; mso-ansi-language: EN-US; font-family: 'Arial',sans-serif;"&gt;Thank you for helping me out here. Your solution would absolutely work but is not quite what I´m looking for in this case. My main concern is to be able to see how many OrderID:s that has proceeded to the next level in the process on a particular day/period and also to be able to identify these specific OrderID:s.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; mso-ansi-language: EN-US; font-family: 'Arial',sans-serif;"&gt;Kind regards, Anna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 12:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266360#M851494</guid>
      <dc:creator>annanirvin</dc:creator>
      <dc:date>2017-02-26T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266361#M851495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Anna,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In the attached QVW, could you not use set analysis on any of the fields generated?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kr,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 12:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266361#M851495</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T12:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266362#M851496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for a kind of Sankey chart? I'm still not sure (as per Andrey above) how you want to represent this for your users. Can you give more details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 12:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266362#M851496</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266363#M851497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what about a "best status" column, as attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 13:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266363#M851497</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Statusupdates on a day-by-day basis?</title>
      <link>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266364#M851498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very helpful, thanks a lot! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 14:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Statusupdates-on-a-day-by-day-basis/m-p/1266364#M851498</guid>
      <dc:creator>annanirvin</dc:creator>
      <dc:date>2017-02-26T14:33:00Z</dc:date>
    </item>
  </channel>
</rss>

