<?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 Detached object does not remain detached; have to re-attach after reload and upon opening document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228613#M80622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karl. I'm fairly new and haven't worked much, yet, with set analysis. I replaced my expression with yours, and it works: the arrow doesn't change even after I select a smaller data set. However, I only want the image to be based on a comparison of the value of one month this year vs. the same month last year. I am using the following expressions:&lt;/P&gt;&lt;P&gt;Expression 1 sums the total ACP for a certain month last year&lt;BR /&gt; =sum(if((time_year=$(vLastYear)) and Num((Month(activity_date))=($(vLastMonth))),ACP))&lt;BR /&gt;&lt;BR /&gt;Expression 2 sums the total ACP for the same month this year&lt;BR /&gt; =sum(if((time_year=$(vCurrentYear)) and Num((Month(activity_date))=($(vLastMonth))),ACP))&lt;BR /&gt;&lt;BR /&gt;Expression 3 calculates the difference between Current Year value and value Last Year&lt;BR /&gt; =Column(2)-Column(1)&lt;BR /&gt;&lt;BR /&gt;Expression 4 is used to express the difference as a percentage&lt;BR /&gt; =(Column(2)-Column(1))/Column(1)&lt;/P&gt;&lt;P&gt;Expression 5 is simply used to determine which arrow (up or down) to display&lt;BR /&gt; =if((Column(2)-Column(1))&amp;lt;0 ,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_g.png')&lt;/P&gt;&lt;P&gt;How would I incorporate set analysis into this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Dec 2010 20:55:53 GMT</pubDate>
    <dc:creator>bullish35</dc:creator>
    <dc:date>2010-12-20T20:55:53Z</dc:date>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228611#M80620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using images to present year-over-year trend data at a glance. I want the arrow under 'Division' to always reflect the division's trend overall and the arrow under 'Channel' to change based on selected channel data. The purpose is so that a channel head drilling down into their own data sees their performance relative to the Division as a whole - without having to reselect all data.&lt;/P&gt;&lt;P&gt;When I 'detach' the object for Division, this works perfectly. However, every time I reload data or re-open the file in QlikView, all objects are attached again. Will this behavior change once the document is published, or am missing something in the configuration at the document or object level? The arrow objects are charts, configured as a straight table, where the expression is represented by an image. &lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3105_sourceID:3105" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 19:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228611#M80620</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-20T19:41:37Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228612#M80621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since Detach is more for users and not for developers, I would assume you will see the same behavior when you publish it. Why don't you ignore the channel selection with set analysis in expression that show the division's tendency?&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Channel=&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 20:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228612#M80621</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-20T20:18:35Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228613#M80622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karl. I'm fairly new and haven't worked much, yet, with set analysis. I replaced my expression with yours, and it works: the arrow doesn't change even after I select a smaller data set. However, I only want the image to be based on a comparison of the value of one month this year vs. the same month last year. I am using the following expressions:&lt;/P&gt;&lt;P&gt;Expression 1 sums the total ACP for a certain month last year&lt;BR /&gt; =sum(if((time_year=$(vLastYear)) and Num((Month(activity_date))=($(vLastMonth))),ACP))&lt;BR /&gt;&lt;BR /&gt;Expression 2 sums the total ACP for the same month this year&lt;BR /&gt; =sum(if((time_year=$(vCurrentYear)) and Num((Month(activity_date))=($(vLastMonth))),ACP))&lt;BR /&gt;&lt;BR /&gt;Expression 3 calculates the difference between Current Year value and value Last Year&lt;BR /&gt; =Column(2)-Column(1)&lt;BR /&gt;&lt;BR /&gt;Expression 4 is used to express the difference as a percentage&lt;BR /&gt; =(Column(2)-Column(1))/Column(1)&lt;/P&gt;&lt;P&gt;Expression 5 is simply used to determine which arrow (up or down) to display&lt;BR /&gt; =if((Column(2)-Column(1))&amp;lt;0 ,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_g.png')&lt;/P&gt;&lt;P&gt;How would I incorporate set analysis into this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 20:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228613#M80622</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-20T20:55:53Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228614#M80623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expressions would be something like the following:&lt;/P&gt;&lt;P&gt;Expression 1 sums the total ACP for a certain month last year&lt;BR /&gt; =sum({$&amp;lt;Channel=&amp;gt;} if((time_year=$(vLastYear)) and Num((Month(activity_date))=($(vLastMonth))),ACP))&lt;BR /&gt;&lt;BR /&gt;Expression 2 sums the total ACP for the same month this year&lt;BR /&gt; =sum({$&amp;lt;Channel=&amp;gt;} if((time_year=$(vCurrentYear)) and Num((Month(activity_date))=($(vLastMonth))),ACP))&lt;BR /&gt;&lt;BR /&gt;Expression 3 calculates the difference between Current Year value and value Last Year&lt;BR /&gt; =Column(2)-Column(1)&lt;BR /&gt;&lt;BR /&gt;Expression 4 is used to express the difference as a percentage&lt;BR /&gt; =(Column(2)-Column(1))/Column(1)&lt;/P&gt;&lt;P&gt;Expression 5 is simply used to determine which arrow (up or down) to display&lt;BR /&gt; =if((Column(2)-Column(1))&amp;lt;0 ,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_g.png')&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228614#M80623</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-20T21:24:59Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228615#M80624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked perfectly! Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 23:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228615#M80624</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-20T23:20:55Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228616#M80625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;I am having a similar issue that Ellen had yesterday where my detached chart won't remain detached. Not sure how to follow your fix based on Ellen's expressions. Maybe you can help me with mine?&lt;/P&gt;&lt;P&gt;Upon opening my sheet, I have set some triggers on the sheet properties so that the entire sheet opens with certain actions in place. There is one object on the sheet that I don't want to follow these trigger actions. When I clear selections, select detach on the object, tab out and tab back in, my object is still detached and works fine. But when I save and close, then re-open, the detached object is now unattached.&lt;/P&gt;&lt;P&gt;Currently my expressions in this object (which is a pivot table) look like this and I want them all to ignore the triggers I have in place:&lt;/P&gt;&lt;P&gt;Expression 1 sums all revenue&lt;/P&gt;&lt;P&gt;Sum (Revenue)&lt;/P&gt;&lt;P&gt;Expression 2 sums all transaction count&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Sum&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(&lt;B&gt;[Transaction Count]&lt;/B&gt;) &lt;P&gt;Expression 3 counts all the "orderable SKUs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Is SKU a Migration?] = {'N'}, [Release Version] = {'0','1','2','3','4','5','6','7','8','9','10','11','12','13','21','23','2006','2007','2008','2009','2010','2011','3.7','2009.1'}, [Material Group] = {'License','Bundles','Coursewr','elicense','Services','Subretro','Subscrpt2','Subscrptn','Support','Training'},[Release Type] = {'blank','F'}&amp;gt;} (MaterialNumber))&lt;/P&gt;&lt;P&gt;Expression 4 counts all the migration SKUs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Is SKU a Migration?] = {'Y'}&amp;gt;} (MaterialNumber))&lt;/P&gt;&lt;P&gt;Expression 5 counts all the "non-orderable" SKUs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count (MaterialNumber)-(count({&amp;lt;[Is SKU a Migration?] = {'Y'}&amp;gt;} (MaterialNumber))+count({&amp;lt;[Is SKU a Migration?] = {'N'}, [Release Version] = {'0','1','2','3','4','5','6','7','8','9','10','11','12','13','21','23','2006','2007','2008','2009','2010','2011','3.7','2009.1'}, [Material Group] = {'License','Bundles','Coursewr','elicense','Services','Subretro','Subscrpt2','Subscrptn','Support','Training'},[Release Type] = {'blank','F'}&amp;gt;} (MaterialNumber)))&lt;/P&gt;&lt;P&gt;Expression 6 counts all the active SKUs&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;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Count&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(&lt;B&gt;MaterialNumber&lt;/B&gt;) &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 21:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228616#M80625</guid>
      <dc:creator />
      <dc:date>2010-12-21T21:07:47Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228617#M80626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of triggers do you have in place?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 22:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228617#M80626</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2010-12-21T22:45:40Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228618#M80627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On sheet properties &amp;gt; on activate sheet, I have added triggers to select certain selections automatically. But I have a trigger that says to exclude the object I want detached from all the selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 00:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228618#M80627</guid>
      <dc:creator />
      <dc:date>2010-12-22T00:14:35Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228619#M80628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ignore all selections put a one in front of your set analysis:&lt;/P&gt;&lt;P&gt;count({1&amp;lt;[Is SKU a Migration?] = {'Y'}&amp;gt;} (MaterialNumber))&lt;/P&gt;&lt;P&gt;or for every field selection you want to ignore put Field1=&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Field1=,Field2=,Field3=,[Is SKU a Migration?] = {'Y'}&amp;gt;} (MaterialNumber))&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 00:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228619#M80628</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-22T00:57:47Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228620#M80629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl. But what if the expression is not using a set analysis and I want it to ignore the selections? Example: &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;count&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;(&lt;B&gt;MaterialNumber&lt;/B&gt;) &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228620#M80629</guid>
      <dc:creator />
      <dc:date>2010-12-22T07:33:30Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228621#M80630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just use&lt;/P&gt;&lt;P&gt;count({1} MaterialNumber)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Field1=,Field2=,Field3=&amp;gt;} MaterialNumber)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 15:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228621#M80630</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-12-22T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228622#M80631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a pivot table for dispalying calendar according to quarters of last 2 years. I have used following expression for the same:-&lt;/P&gt;&lt;P&gt;actual_year_nbr &amp;amp; '-' &amp;amp; actual_mth_nbr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting calendar properly but now I need to detach it in my file so that it wont change as per parameters given. Kindly suggest how can I use above given solution for this. I tried:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;({1}actual_year_nbr) &amp;amp; '-' &amp;amp; ({1}actual_mth_nbr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kirti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228622#M80631</guid>
      <dc:creator />
      <dc:date>2012-05-11T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Detached object does not remain detached; have to re-attach after reload and upon opening document</title>
      <link>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228623#M80632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used &lt;/P&gt;&lt;P&gt;minstring({1} actual_year_nbr &amp;amp; '-' &amp;amp; actual_mth_nbr) and this is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kirti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 10:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Detached-object-does-not-remain-detached-have-to-re-attach-after/m-p/228623#M80632</guid>
      <dc:creator />
      <dc:date>2012-05-11T10:48:18Z</dc:date>
    </item>
  </channel>
</rss>

