<?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: Using Peek in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417195#M610119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your excel file just for reloading purpose. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2017 16:16:54 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-10-24T16:16:54Z</dc:date>
    <item>
      <title>Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417187#M610111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question for using peek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data is already sorted by date, latest date is at the bottom.&lt;/P&gt;&lt;P&gt;I am trying to load an equation with peek().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(latest wip - (next to last wip - latest processed))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have in my script and is coming up with different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(WIP - ((Peek(WIP,-1)) - Processed)) as WIP_Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any tips or other methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit*&lt;/P&gt;&lt;P&gt;also tried Previous()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(WIP - ((Previous(WIP)) - Processed)) as WIP_Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't work either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 18:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417187#M610111</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-23T18:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417188#M610112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Peek(WIP, -2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417188#M610112</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-23T19:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417189#M610113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peek('WIP', -1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417189#M610113</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2017-10-23T19:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417190#M610114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Missed the Quotes. Just keep quotes around the Fieldname.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417190#M610114</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-23T19:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417191#M610115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still showing up different values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417191#M610115</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-23T19:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417192#M610116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said latest WIP right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try below?&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: 13px;"&gt;(Peek(WIP) - ((Peek(WIP,-2)) - Processed)) as WIP_Test&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417192#M610116</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-23T19:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417193#M610117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joshua,&lt;/P&gt;&lt;P&gt;If you are using this in your inline script, then below might help.&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: 13px;"&gt;(Peek('WIP') - ((Previous(WIP,-1)) - Processed)) as WIP_Test&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 09:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417193#M610117</guid>
      <dc:creator>madhumitha</dc:creator>
      <dc:date>2017-10-24T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417194#M610118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my file. I can't figure out why its not working correctly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 16:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417194#M610118</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-24T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417195#M610119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your excel file just for reloading purpose. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 16:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417195#M610119</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-24T16:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417196#M610120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 16:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417196#M610120</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-24T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417197#M610121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your expected output? How Area, Program, and Date Should be grou&lt;SPAN style="font-size: 10pt;"&gt;ped?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Vijay&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 17:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417197#M610121</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-10-24T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417198#M610122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get an average WIP inbound per client for the last 30 days. The table following this is showing the clients in Mechanical Inspection for the last 30 days and a total. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPI_0054.jpg" class="jive-image image-1" height="136" src="https://community.qlik.com/legacyfs/online/180771_KPI_0054.jpg" style="height: 136.224px; width: 599px;" width="599" /&gt;&lt;/P&gt;&lt;P&gt;I am also trying to get a current month daily inbound line graph as follows&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPI_0055.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/180772_KPI_0055.jpg" style="height: 89px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just trying to figure out how to create the "WIP Inbound" column in Qlik rather than computing it in excel first. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 17:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417198#M610122</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-24T17:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417199#M610123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this? Let me know if this is not what you looking for.&lt;/P&gt;&lt;P&gt;I created two variable for Max and Previous max of WIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;vWIP = Max(WIP)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - --&amp;gt; Max of WIP&lt;/P&gt;&lt;P&gt;vWIP2nd = Max(WIP, 2) ---&amp;gt; 2nd Max of WIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression will be like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WipTesting:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WIP,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(=vWIP) - ($(=vWIP2) - Processed) as WIP_Test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Resident WIP_Raw_Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 18:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417199#M610123</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-24T18:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417200#M610124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Avg(WIP_Test) should be the same as the "Average Inbound" that is already the third column in the sheet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 18:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417200#M610124</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-24T18:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417201#M610125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry can you explain a little. Why they both should be? Can you take one example and let me know for that specific Client name what should be your value for WIP_Test field. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain the expr you are trying to use for WIP_Test please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 19:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417201#M610125</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-24T19:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417202#M610126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the raw data file itself, there is only one row per client per day.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPI_0056.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180791_KPI_0056.jpg" style="height: 117px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;If you look at the output from the file you provided, there are multiple for each day instead of each day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="KPI_0057.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/180792_KPI_0057.jpg" style="height: 241px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that would throw off the average. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 19:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417202#M610126</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-24T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417203#M610127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got you PrevWIP for each record. I've small error that I'm trying to find and fix it. Let me know if this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WIP1.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/180818_WIP1.JPG" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WIP2.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/180819_WIP2.JPG" style="height: 169px; width: 620px;" /&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="180806" alt="PrevWIP2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/180806_PrevWIP2.JPG" style="height: 452px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="180802" alt="PrevWIP3.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180802_PrevWIP3.JPG" style="height: 452px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="180807" alt="PrevWIP1.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/180807_PrevWIP1.JPG" style="height: 452px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The error is that for some reason in table I got only 12326 records even though processing was for all records. I'm looking into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are duplicates. that is causing the difference in record count from original.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 05:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417203#M610127</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-10-25T05:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417204#M610128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this should work, I will look at it in a little while, few things to catch up on here, but after looking at your pics closer, the WIP Inbound is correct. Thanks man.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 13:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417204#M610128</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-10-25T13:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Peek</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417205#M610129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script processing may not be needed if we can come up with set analysis expression for Min Date record of each Area, Program combination. For that records we can ignore PrevWIP in WIPInbound calculation. Otherwise we have to use it. This is after PrevWIP value has been added in the table. This will allow to drop FOR LOOP processing that I've in the script. FOR LOOP slows down little bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope what I'm saying here makes sense and hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Peek/m-p/1417205#M610129</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-10-25T15:17:19Z</dc:date>
    </item>
  </channel>
</rss>

