<?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: Keep original values visible after selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10606#M607178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost Sunny! I already had the same output for the column far right, that's why I've added that to my sample as well. But the two target columns are getting closer the correct answer as well! The only thing is that it shows the new values for both containers, even if select only one container. In the latter case only three values should increase instead of six.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 12:08:56 GMT</pubDate>
    <dc:creator>pvanderkolk</dc:creator>
    <dc:date>2018-04-10T12:08:56Z</dc:date>
    <item>
      <title>Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10592#M607164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached Excel sheet you find three straight tables with a different selection. It is showing the inventory on articles where a customer has put an order against. When I'm selecting a Containerno I get extra stock (see column Container) it logically shows a value and amount for the articles that are available in the selected container, like the second table Output.&lt;/P&gt;&lt;P&gt;However, I want my straight table as shown in the below straight table Desired output. So the original expression values shouldn't dissapear and the extra stock from the container should also be visible in the columns Value and Deliverable. I'm using below formula and it works when I don't select any container, but will turn into the second table in the Excel attachment when I do select a container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(&lt;/P&gt;&lt;P&gt;If(sum({&amp;lt;ArtHasInventory={1}&amp;gt;}OrdAmountOrdered-&lt;SPAN style="font-size: 13.3333px;"&gt;OrdAmountDelivered&lt;/SPAN&gt;)&amp;lt;=&lt;/P&gt;&lt;P&gt;If(GetSelectedCount(Containerno)&amp;gt;=1,sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;ArtHasInventory&lt;/SPAN&gt;={1}&amp;gt;}Container),0)+&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;ArtHasInventory&lt;/SPAN&gt;={1}&amp;gt;}if(Stock&amp;lt;0,0,&lt;SPAN style="font-size: 13.3333px;"&gt;Stock&lt;/SPAN&gt;)),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;ArtHasInventory&lt;/SPAN&gt;={1},&lt;SPAN style="font-size: 13.3333px;"&gt;Containerno&lt;/SPAN&gt;=&amp;gt;}(&lt;SPAN style="font-size: 13.3333px;"&gt;OrdAmountOrdered&lt;/SPAN&gt;-&lt;SPAN style="font-size: 13.3333px;"&gt;OrdAmountDelivered&lt;/SPAN&gt;)*(Price-(Price*Discount/100)),&lt;/P&gt;&lt;P&gt;(If(GetSelectedCount(&lt;SPAN style="font-size: 13.3333px;"&gt;Containerno&lt;/SPAN&gt;)&amp;gt;=1,sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;ArtHasInventory&lt;/SPAN&gt;={1},&lt;SPAN style="font-size: 13.3333px;"&gt;Containerno&lt;/SPAN&gt;=&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;Container&lt;/SPAN&gt;),0)+sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;ArtHasInventory&lt;/SPAN&gt;={1},&lt;SPAN style="font-size: 13.3333px;"&gt;Containerno&lt;/SPAN&gt;=&amp;gt;}if(&lt;SPAN style="font-size: 13.3333px;"&gt;Stock&lt;/SPAN&gt;&amp;lt;0,0,&lt;SPAN style="font-size: 13.3333px;"&gt;Stock&lt;/SPAN&gt;)))*&lt;SPAN style="font-size: 13.3333px;"&gt;(Price-(Price*Discount/100))&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;,Order,Article))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;OrdAmountOrdered-&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;OrdAmountDelivered is the formula of the column To Deliver.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is this problem solvable (without using Alternative State)?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Pim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 08:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10592#M607164</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10593#M607165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to share a sample app to trouble shoot this issue?&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>Tue, 10 Apr 2018 09:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10593#M607165</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10594#M607166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;and what about using identifier 1 in your set analysis so they don't take care of your current sélections ?&lt;/P&gt;&lt;P&gt;i.e : sum({1&amp;lt; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10594#M607166</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-10T09:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10595#M607167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10595#M607167</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T10:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10596#M607168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I've tried that as well.. But unfortunately I've ended up with the same problem that it only showed the values of the selected container and removed the rest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10596#M607168</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10597#M607169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to fix the Deliverable expression, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10597#M607169</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10598#M607170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Containerno is not available for all Article here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199066_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that how the data is? What is the expected output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I posted a screenshot, let me know if you would like me to delete it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10598#M607170</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T10:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10599#M607171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deliverable and Value. But I guess it's the same issue. So if we solve the one, we have solved the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10599#M607171</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10600#M607172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the containers (shown as containerno in listbox) should increase the value/deliverable when selected, but also show the original values (instead of disapearing).&lt;/P&gt;&lt;P&gt;In the example: the total value should increase with 480 euros and we should be able to see the three new values in the table together with the original values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10600#M607172</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T11:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10601#M607173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Value disappears because there are a lot of Article where there is no container information available. In my screenshot you will see that there are only 6 articles with container information... is this how you expect the data to be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10601#M607173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T11:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10602#M607174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny, only those six articles are available in the two containers. The field isn't a column in the table, but will only be used as a list box. But when selecting (one of) the containers, the value and deliverables should increase and be added to the totals that are covered by the warehouse stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10602#M607174</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T11:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10603#M607175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not entirely sure I understand your business... but is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199070_Capture.PNG" style="height: 334px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/199071_Capture.PNG" style="height: 334px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10603#M607175</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T11:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10604#M607176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the far right column is doing what the columns Value and Deliverable have to do too: when you select container 55685... the three articles in that container change from 0 to the new value. The articles that aren't in one of the containers should't change and must retain their values. When I added the If-function to the column far right, I got the same issue as in the columns Value and Deliverables..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10604#M607176</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T11:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10605#M607177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my bad... I inquired about the wrong expression... but you description to my incorrect inquiry helped a lot (I think)... is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="199073" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199073_Capture.PNG" style="height: 360px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10605#M607177</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T11:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10606#M607178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost Sunny! I already had the same output for the column far right, that's why I've added that to my sample as well. But the two target columns are getting closer the correct answer as well! The only thing is that it shows the new values for both containers, even if select only one container. In the latter case only three values should increase instead of six.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10606#M607178</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10607#M607180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="199084" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199084_Capture.PNG" style="height: 361px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10607#M607180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T12:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10608#M607182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As usual you've hit the nail on the head! This was exactly what I needed Sunny!&lt;/P&gt;&lt;P&gt;Played a lot with the field Containernummer in the Set Analysis, but I couldn't execute it with the right result. Besides that I haven't put this field between the Sum and Aggr function, so I was doomed to fail anyways &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Could you please remove your two qvw's from the post (no password needed anymore).&lt;/P&gt;&lt;P&gt;Thanks again for the great help Sunny, much appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10608#M607182</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T12:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10609#M607184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qvw removed... images can stay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10609#M607184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T12:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Keep original values visible after selection</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10610#M607185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 13:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-original-values-visible-after-selection/m-p/10610#M607185</guid>
      <dc:creator>pvanderkolk</dc:creator>
      <dc:date>2018-04-10T13:06:33Z</dc:date>
    </item>
  </channel>
</rss>

