<?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 show sheet condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323254#M409693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team, &lt;/P&gt;&lt;P&gt;I have set a show sheet condition as below. Meaning when the variable hit the value and sheet will show. Everythig is working fine,.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="setting.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170470_setting.png" style="height: 327px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my report view. But my question is, below is my view, it actually is a straight table. I want to know how do i put a condition if straight table contains no data then hide the sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170471_Untitled.png" style="height: 477px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 06:56:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-18T06:56:05Z</dc:date>
    <item>
      <title>show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323254#M409693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team, &lt;/P&gt;&lt;P&gt;I have set a show sheet condition as below. Meaning when the variable hit the value and sheet will show. Everythig is working fine,.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="setting.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170470_setting.png" style="height: 327px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my report view. But my question is, below is my view, it actually is a straight table. I want to know how do i put a condition if straight table contains no data then hide the sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170471_Untitled.png" style="height: 477px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 06:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323254#M409693</guid>
      <dc:creator />
      <dc:date>2017-07-18T06:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323255#M409694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an expression that calculates the number of rows, and compare that expression to zero in the Properties | Layout | Show conditional box. For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(DISTINCT dimension) &amp;gt; 0&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323255#M409694</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-07-18T07:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323256#M409695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chee,&lt;/P&gt;&lt;P&gt;If you have one expression and N dims in your straight table then try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(Aggr(&lt;EM&gt;Expr1&lt;/EM&gt;,&lt;EM&gt;Dim1&lt;/EM&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Dim2&lt;/EM&gt;, ..., &lt;EM&gt;DimN&lt;/EM&gt;&lt;/SPAN&gt;)) &amp;gt;0 as the show condition for the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more than one expression, say M then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(Aggr(&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px;"&gt;Expr1&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px;"&gt;Dim1&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Dim2&lt;/EM&gt;, ..., &lt;EM&gt;DimN&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)) ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(Aggr(&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px;"&gt;Expr2&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px;"&gt;Dim1&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Dim2&lt;/EM&gt;, ..., &lt;EM&gt;DimN&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)) ,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count(Aggr(&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px;"&gt;ExprM&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px;"&gt;Dim1&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Dim2&lt;/EM&gt;, ..., &lt;EM&gt;DimN&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;) &amp;gt;0&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;&lt;SPAN style="font-size: 13.3333px;"&gt;I've never did this before and so haven't checked it so if you try it please let me know how it goes.&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Cheers&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;&lt;SPAN style="font-size: 13.3333px;"&gt;Andrew&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323256#M409695</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-18T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323257#M409696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conditional :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vShow=1 and Sum(Aggr(1,Employee,StartTime,Job,..)) &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323257#M409696</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-18T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323258#M409697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if my page of data is chart instead of straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323258#M409697</guid>
      <dc:creator />
      <dc:date>2017-07-18T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323259#M409698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You wrote&lt;/P&gt;&lt;P&gt;&lt;EM&gt;' if straight table contains no data then hide the sheet.'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Employee,StartTime,.. are Dimensions of Your Straight Table&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323259#M409698</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-18T08:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323260#M409699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio, &lt;/P&gt;&lt;P&gt;what if my chart dimesion is calculated dimension instead of fixed field. for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(VS='VSR' and No=2, JOB_NO )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 01:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323260#M409699</guid>
      <dc:creator />
      <dc:date>2017-07-19T01:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323261#M409700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Sum{&amp;lt;VS={'VSR'},No={2}&amp;gt;} Aggr(1,JOB_NO,Dim,..)) &amp;gt; 0&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Sum(Aggr(If(VS='VSR' and No=2, 1,0),JOB_NO,Dim,...)) &amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 04:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323261#M409700</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T04:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323262#M409701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the DIM,..... after JOB_NO??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 04:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323262#M409701</guid>
      <dc:creator />
      <dc:date>2017-07-19T04:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323263#M409702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other Dimensions (Employee,StartTime,..)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 04:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323263#M409702</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T04:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323264#M409703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Or do you want to take a look of my file. actually if u use Ctrl+Shift+ 'S' and it will show all the sheet. But i have a condition to show only one sheet every 15 sec. so for sheet 'Chart1', Chart2 and CHart 3 are newly put in one. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The Chart 2 table contains no data. anyway for me to skip the chart 2? I have include your formula but it's not working. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Below is the link for the file&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://drive.google.com/file/d/0B6c7Q2c9qyF3aGhzUHNaWTMzdlk/view?usp=drivesdk"&gt;https://drive.google.com/file/d/0B6c7Q2c9qyF3aGhzUHNaWTMzdlk/view?usp=drivesdk&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 05:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323264#M409703</guid>
      <dc:creator />
      <dc:date>2017-07-19T05:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323265#M409704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case Dimensions &amp;gt; 0 and Expressions are 0&lt;/P&gt;&lt;P&gt;You need add Expressions in Conditional like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vShow&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;=5 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;VS&lt;/SPAN&gt;&lt;SPAN&gt;='VSR' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;No&lt;/SPAN&gt;&lt;SPAN&gt;=2 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Repair&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;&amp;gt; 0 or Scrap &amp;lt;&amp;gt; 0 or OtherExp &amp;lt;&amp;gt; 0, 1,0),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JOB_NO&lt;/SPAN&gt;&lt;SPAN&gt;)) &amp;gt; 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Repair&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;&amp;gt; 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 05:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323265#M409704</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T05:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323266#M409705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean i need to include all the dimension as well? cause i have 10 over dimension actually in place. Can you use my example and amend? to see whether the sheet named 'Sheet2' appear or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 05:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323266#M409705</guid>
      <dc:creator />
      <dc:date>2017-07-19T05:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: show sheet condition</title>
      <link>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323267#M409706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can elaborate more on this?? what if dimension is calculated dimension?&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(VS='VSR' and No=2, JOB_NO )&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 06:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-sheet-condition/m-p/1323267#M409706</guid>
      <dc:creator />
      <dc:date>2017-07-19T06:01:26Z</dc:date>
    </item>
  </channel>
</rss>

