<?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: Pivot table or straight table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399372#M568956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's a lot for your help!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pivot table looks fine now and I have learned more about QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 22:04:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-05T22:04:31Z</dc:date>
    <item>
      <title>Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399364#M568948</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 a problem with showing some information in a dashboard.&amp;nbsp;&amp;nbsp; I want to show information from 2 tables in the same table in a dashboard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a big data modell with many tabels loaded from MS-SQL into qvd-files.&amp;nbsp; My need is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One table named "&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;OCMQM1&lt;/STRONG&gt;&lt;/SPAN&gt;" contains information about incoming orders. Example of fields:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;OCMQM1.&lt;/SPAN&gt;Number = unique reference for the order&amp;nbsp; (Q1001)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #000000;"&gt;OCMQM1&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;Company = name of the company&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #000000;"&gt;OCMQM1&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;Open_time = when the order were registered&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The orders are often so complicated that they have to be divided into sub-orders.&amp;nbsp; We have a table called "&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;OCMLM1&lt;/STRONG&gt;&lt;/SPAN&gt;" that contains information about sub-orders. One order can have many sub-orders.&amp;nbsp;&amp;nbsp; Example of fields:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;OCMLM1.&lt;/SPAN&gt;Number = unique reference for this suborder (Q1001-01)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;OCMLM1.&lt;/SPAN&gt;Company = name of the company&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;OCMLM1.&lt;/SPAN&gt;Open_time = when the suborder were registeret &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;OCMLM1.&lt;/SPAN&gt;Parent_order=Reference to the main order in "OCMQM1&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table for sub-orders has a field with reference to the "OCMQM1"-table, so there is no problem to link this two table together (OCMLM1.parent_order are linked to OCMQM1.number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My need is to show information about both the main-order and the belonging sub-orders in the same table in QlikView (if possible). I shall not do any calculations, but only show fields from both the tables.&amp;nbsp; I need to use expressions tho select which orders to show.&amp;nbsp;&amp;nbsp; I know it is a possibility to have 2 tables, but the best solution is to show all information in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show something like this in the dasbboard (orange fields are from table OCMQM1 and green fields from table OCMLM1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #ff9900;"&gt;Main-order&amp;nbsp; Open-time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assigned-to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;Sub-order&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assigned-to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Q1001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12.11.01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XXXXX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-RT-MAIL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Open&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1001-01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-RT-Network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1001-02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-RT-SAN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Open&lt;/P&gt;&lt;P&gt;Q1002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12.11.02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XXXXX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-RT-SAN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Open&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1002-01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT-RT-Mail&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 dimensions (order and sub-order), that shall show information from 2 different tables.&amp;nbsp; I suppose the solution is very simple, but I have been testing with pivot-table without finding a solution. I have such a pivot-table working fine in Excel, but I have problems with fixing it in QV.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am grateful for any help with this problem.&amp;nbsp; Must I use something like "Dimensionality"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Torunn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 12:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399364#M568948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-04T12:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399365#M568949</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;You should load your data in a right way. I've mentioned that there is no problem to link the tables.&lt;/P&gt;&lt;P&gt;Have you linked them in QV ?&lt;/P&gt;&lt;P&gt;(QV links tables by similar field names)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have dozens of tables in QV data model and use different fields from different tables in one chart (pivot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also have to make some expression to see the rows (pivot or straight table).&lt;/P&gt;&lt;P&gt;Try =count(OCMLM1.Number) for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 16:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399365#M568949</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-11-04T16:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399366#M568950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we have linked them in QV.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the rows from both tables when I am testing, but I am not able to create a table that shows both main-order information and information about all the associated sub-orders in the same table. The first columns in the table shall show info about the main-order and the rest of the columns info about each sub-order.&amp;nbsp; We can have up to 15 sub-orders for some orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shall the unique id-field to the main order and the unique id-field to sub-orders be dimensions?&amp;nbsp;&amp;nbsp; The pivot table works fine if I only select these two fields as dimensions and select other fields from the sub-orders as expressions.&amp;nbsp; How can I show several fields from the main-order, before the info about sub-orders are shown? Must these fields also be dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling that the solution is very simple, but I am not able to see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Torunn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2012 18:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399366#M568950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-04T18:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399367#M568951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just add as dimensions (pivot table mode):&lt;/P&gt;&lt;P&gt;OCMQM1.Number&lt;/P&gt;&lt;P&gt;OCMQM1.Company&lt;/P&gt;&lt;P&gt;OCMQM1.Open_time&lt;/P&gt;&lt;P&gt;OCMLM1.Number&lt;/P&gt;&lt;P&gt;OCMLM1.Company&lt;/P&gt;&lt;P&gt;OCMLM1.Open_time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as expression:&lt;/P&gt;&lt;P&gt;=count(OCMLM1.Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't it almost what you want ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 07:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399367#M568951</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-11-05T07:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399368#M568952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, Whiteline!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is almost what I want!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing missing now is that I don't need to show the expression-column.&amp;nbsp; Do you have a solution of how to hide the expression column in the pivot table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried to hide it using a variabel in Chart Properties/Expressions Conditional, but then &lt;SPAN class="hps"&gt;disappeared&lt;/SPAN&gt; all the dimensions also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 20:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399368#M568952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-05T20:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399369#M568953</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;Are you only need the dimension alone in your chart?&lt;/P&gt;&lt;P&gt;OCMQM1.Number&lt;/P&gt;&lt;P&gt;OCMQM1.Company&lt;/P&gt;&lt;P&gt;OCMQM1.Open_time&lt;/P&gt;&lt;P&gt;OCMLM1.Number&lt;/P&gt;&lt;P&gt;OCMLM1.Company&lt;/P&gt;&lt;P&gt;OCMLM1.Open_time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without any expression? Then you can go with table box..not understand why you try to hide the expression-column..can you explain it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 20:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399369#M568953</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-05T20:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399370#M568954</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 don't think a table box will solve my problem. I shall not show all the records in the order-table, but only orders in a certain status.&amp;nbsp; When I use this expression in the pivot-table I get the correct number of&amp;nbsp; records in the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;SM9.CASES.TYPE={'QUOTE'}&amp;gt;}SM9.CASES.OPEN_COUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I could use calculated dimensions in the pivot instead?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you understand of my questions, I am quite new to QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 20:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399370#M568954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-05T20:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399371#M568955</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; You want to display only fields but not for certain condition,don't want to use any function like count/sum ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;only(FieldName) // by using this , pls see about only function in qv help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated dimension:&lt;/P&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;if(match(SM9.CASES.TYPE,'QUOTE'),SM9.CASES.TYPE&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: normal;"&gt; sorry, if i understand anything wrong means..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 21:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399371#M568955</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-05T21:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table or straight table?</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399372#M568956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's a lot for your help!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pivot table looks fine now and I have learned more about QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 22:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-or-straight-table/m-p/399372#M568956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-05T22:04:31Z</dc:date>
    </item>
  </channel>
</rss>

