<?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: How to find the minimum value of selected rows within a column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16396#M14936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, your solution worked well for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selected_rows = 41::60(dtFile1);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;selected_values=dtFile1:d2IddVd2[selected_rows];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;minimum = min(selected_values);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 22:11:50 GMT</pubDate>
    <dc:creator>natalie_</dc:creator>
    <dc:date>2016-01-21T22:11:50Z</dc:date>
    <item>
      <title>How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16391#M14931</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 am writing a script, and I need to search for the minimum value in a column but only within a few rows.&amp;nbsp; Is there a way to do select these rows using the minimum function?&lt;/P&gt;&lt;P&gt;I thought about creating a subset and then using the minimum function, but I was wondering if there was a simpler way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:55:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16391#M14931</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-01-21T16:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16392#M14932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Consolas;"&gt;You can find the minimum of selected rows using the below &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Consolas;"&gt;TheMinimum = col minimum&lt;/SPAN&gt;&lt;SPAN style="; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Consolas;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Consolas;"&gt;selected&lt;/SPAN&gt;&lt;SPAN style="; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 10pt; font-family: Consolas;"&gt;Rowstate&lt;/SPAN&gt;&lt;SPAN style="; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG&gt;())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;==&lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;,&amp;lt;Place your column name here&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;));&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:45:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16392#M14932</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-21T18:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16393#M14933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand how these functions are working together.&amp;nbsp; I see that Row State Functions can have 6 characteristics; one of them being &lt;EM&gt;​Selected&lt;/EM&gt;​.&amp;nbsp; Setting it equal to one means that something has been selected (I think), but how do I specify which rows?&amp;nbsp; I tried selecting rows, but it didn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;minimum = dtFile1&amp;lt;&amp;lt;col minimum(if(selected(Rowstate(Select Rows(Index(41,60)))==1,"d2Id/dVd2",,.)));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:06:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16393#M14933</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-01-21T21:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16394#M14934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following code will do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;open&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"$sample_data\Big Class.jmp"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;selected_rows &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG style="color: navy; font-size: 10.0pt; font-family: 'Courier New';"&gt;get selected rows&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;nrows&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;selected_rows&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;==&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selected_rows &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;nrows&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;dt&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;selected_values &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;height&lt;STRONG&gt;[&lt;/STRONG&gt;selected_rows&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;min_value &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #0000dd;"&gt;min&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;selected_values&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:28:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16394#M14934</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-01-21T21:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16395#M14935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement I gave you assumes that you have interactively selected the rows.&amp;nbsp; Therefore, it is that action the statement I gave you is acting on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;minimum = col minimum(if(selected(Rowstate) == 1, ZIPPY, . ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of the variable MINIMUM will contain the minimum value found in the column ZIPPY for all rows that have been selected when the statement is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interpretation of the code, is the result of the internal IF statement.&amp;nbsp; As the COL MINIMUM function is run, it goes through each row in the data table.&amp;nbsp; If the row is selected, the value returned value from the SELECTED function when it looks at the ROWSTATE for that row, will equal 1, therefore it will use the value for the column ZIPPY for that row in its determination of the minimum.&amp;nbsp; If the row isn't SELECTED, it will us a missing value for the value of ZIPPY for that row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all you have to do is to replace "ZIPPY" with the name of the column you are attempting to get the minimum value for the selected rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not going to have the user of the program selecting the rows to act on, then a further discussion on using the col&amp;lt;&amp;lt;select rows where() function needs to take place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 21:50:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16395#M14935</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-01-21T21:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16396#M14936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, your solution worked well for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selected_rows = 41::60(dtFile1);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;selected_values=dtFile1:d2IddVd2[selected_rows];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;minimum = min(selected_values);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:11:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16396#M14936</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-01-21T22:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16397#M14937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jim, excellent explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 22:33:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16397#M14937</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-01-21T22:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16398#M14938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just adding to Jim's explanation that his clever formula can be written in a less explicit way, which also may be easier to understand.&lt;/P&gt;&lt;P&gt;These two lines of code are essentially the same. You'll find the latter faster for large tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;TheMinimum &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Col Minimum&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;If&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Selected&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Row State&lt;/SPAN&gt;&lt;STRONG&gt;())&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;==&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; height&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 14px; line-height: normal; font-family: Courier;"&gt;TheMinimum &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Col Minimum&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;If&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Selected&lt;/SPAN&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; height&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 09:00:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16398#M14938</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-01-22T09:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the minimum value of selected rows within a column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16399#M14939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I will keep this in mind!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:27:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-find-the-minimum-value-of-selected-rows-within-a-column/m-p/16399#M14939</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-01-22T14:27:04Z</dc:date>
    </item>
  </channel>
</rss>

