<?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: Set Analysis and the NUM function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865495#M302797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes the $ symbol will do that.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will evaluate the inside of the value. See this if you are interested..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 03:40:09 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-07-14T03:40:09Z</dc:date>
    <item>
      <title>Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865489#M302791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a variable to return a result.&amp;nbsp; in the variable it uses set analysis to ensure that regardless of what fiscalyear is selected the result for ALL years will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; color: #0000ff;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;($(vResultAllYears),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; color: #ff0000;"&gt;NumberFormat&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The next thing I do is use a field to determine the number format.&amp;nbsp; In the instance below it should be formatted as '#.##%'.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the table below, when a single fiscalyear (2011-12) is selected, all values are displayed but the NumberFormat is only applied to the selected range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92753_Capture.JPG" style="height: 107px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I overcome this?&amp;nbsp; Keeping in mind that depending on the indicator being displayed this number format will change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached sample.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 02:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865489#M302791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T02:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865490#M302792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=NUM($(vResultAllYears), Only({$ &amp;lt;FiscalYear = &amp;gt;}NumberFormat))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865490#M302792</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-14T03:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865491#M302793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Sunindia,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thank you, that solution works for this situation.&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Unfortunately I was being a little bit simple in my calculation in the variable vResultsAllYears and instead of looking like this:&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;it actually looks like this.&amp;nbsp; For some reason regardless of the set analysis it only displays a result for the selected year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(CalculationRule='N/D'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)&lt;/P&gt;&lt;P&gt;,IF(CalculationRule='(N/D)/R'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)/Rate)&lt;/P&gt;&lt;P&gt;,IF(CalculationRule='(N/D)/100'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)/100)&lt;/P&gt;&lt;P&gt;,IF(CalculationRule='(N/D)/1000'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)/1000)&lt;/P&gt;&lt;P&gt;,IF(CalculationRule='(N/D)*R'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)*Rate)&lt;/P&gt;&lt;P&gt;,IF(CalculationRule='(N/D)*100'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)*100)&lt;/P&gt;&lt;P&gt;,IF(CalculationRule='(N/D)*1000'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)*1000)&lt;/P&gt;&lt;P&gt;)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you know how to force this to display across all years?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865491#M302793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T03:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865492#M302794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;NUM($(vResultAllYears),&lt;STRONG&gt;'$(=NumberFormat)'&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865492#M302794</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-14T03:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865493#M302795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settu_periasamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is a very interesting solution and it also works.&amp;nbsp; But what is it doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865493#M302795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T03:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865494#M302796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;IF(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule)='N/D'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule) ='(N/D)/R'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)/Rate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule) ='(N/D)/100'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)/100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule) ='(N/D)/1000'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)/1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule) ='(N/D)*R'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)*Rate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule) ='(N/D)*100'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)*100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$ &amp;lt;FiscalYear = &amp;gt;} &lt;/SPAN&gt;CalculationRule) ='(N/D)*1000'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; ,(SUM({$ &amp;lt;FiscalYear = &amp;gt;} Numerator)/SUM({$ &amp;lt;FiscalYear = &amp;gt;} Denominator)*1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;)))))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865494#M302796</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-14T03:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865495#M302797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes the $ symbol will do that.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will evaluate the inside of the value. See this if you are interested..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865495#M302797</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-14T03:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865496#M302798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its amazing.&amp;nbsp; I've never seen an expression like this before.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 03:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865496#M302798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T03:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and the NUM function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865497#M302799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both.&amp;nbsp; This has been a valuable experience for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 04:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-the-NUM-function/m-p/865497#M302799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T04:04:49Z</dc:date>
    </item>
  </channel>
</rss>

