<?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: Expression Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107278#M16835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize, I am doing a very poor job of explaining this. I also need to sum the count of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2018 14:19:17 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2018-09-25T14:19:17Z</dc:date>
    <item>
      <title>Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107272#M16829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression:&lt;/P&gt;&lt;P&gt;=COUNT(DISTINCT {&amp;lt;Flag={1}&amp;gt;} UserID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a condition into this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(RoleName = 'Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I structure this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107272#M16829</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-25T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107273#M16830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the purpose of the If-condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, as it stands now, it's just outputting text based on the RoleName. It has no connection with your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you mean the following:&lt;/P&gt;&lt;P&gt;If RoleName=Season Ticket Gold OR Season Ticket Elite Gold OR Platinum, then count the UserID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107273#M16830</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-25T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107274#M16831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is your Goal?&lt;/P&gt;&lt;P&gt;a Chart with a calulated Dimension IF(RoleName = 'Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum') and your expr4ession above would give you the Count for both roles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;what do you want to Combine? what is your expected Output? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107274#M16831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-25T14:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107275#M16832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT(DISTINCT {&amp;lt;Flag={1}, RoleName = {'Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum'}&amp;gt;} UserID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107275#M16832</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-25T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107276#M16833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i want to count based on those RoleNames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107276#M16833</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-25T14:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107277#M16834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then try the following:&lt;BR /&gt;&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(Distinct{&amp;lt;RoleName={'Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Flag={1}&lt;/SPAN&gt;&amp;gt;} UserID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107277#M16834</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-25T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107278#M16835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize, I am doing a very poor job of explaining this. I also need to sum the count of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107278#M16835</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-25T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107279#M16836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might just be me, but what do you want exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To count the UserID where the RoleName is '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum'?&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;Count how many times &lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum' appears in your data?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107279#M16836</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-25T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107280#M16837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, I am doing a bad job of explaining. This data set has roughly 89000 unique UserID's, however each can have multiple RoleNames. In the script I did the following (based on the suggestion of another Qlik community member) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapLoad:&lt;/P&gt;&lt;P&gt;Mapping LOAD * INLINE &lt;/P&gt;&lt;P&gt;[RoleName,&amp;nbsp;&amp;nbsp;&amp;nbsp; Rank&lt;/P&gt;&lt;P&gt; Platinum,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;&lt;P&gt; Season Ticket Elite Gold,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt; Season Ticket Elite Red,&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt; Season Ticket Gold,&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt; Season Ticket Red,&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt; Silver,&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; 3&lt;/P&gt;&lt;P&gt; Bronze,&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; 2&lt;/P&gt;&lt;P&gt; Blue,&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; 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TBL_USERROLES:&lt;/P&gt;&lt;P&gt;LOAD UserRoleID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RoleGroupID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RoleGroupName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RoleID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RoleName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapLoad', RoleName) AS RoleRank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ExpiryDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EffectiveDate&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; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[User_Roles.tsv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq) WHERE(RoleName &amp;lt;&amp;gt; 'Season Ticket Holders') and (RoleName &amp;lt;&amp;gt; 'Top 138') and (RoleName &amp;lt;&amp;gt; 'Diamond') and (RoleName &amp;lt;&amp;gt; 'Gold') and (RoleName &amp;lt;&amp;gt; 'Employees');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank_Map:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD UserID &amp;amp;'|'&amp;amp; Max_Value as Key,&lt;/P&gt;&lt;P&gt;1 as Flag;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;UserID,&lt;/P&gt;&lt;P&gt;Max(RoleRank) as Max_Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident TBL_USERROLES&lt;/P&gt;&lt;P&gt;Group By UserID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;ApplyMap('Rank_Map',UserID &amp;amp;'|'&amp;amp; RoleRank, 0) as Flag&lt;/P&gt;&lt;P&gt;Resident TBL_USERROLES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table TBL_USERROLES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have already accomplished counting the number of times these RoleNames appear. However, I was posed a different question. In this data set, a UserId that has a RoleName of Season Ticket Red, Season Ticket Elite Red or Platinum can be considered to be a member of Group 1. A User ID that has a role name of Season Ticket Gold, Season Ticket Elite Gold or Platinum can be considered to be a member of Group 2. So, I was asked how many Users are in each group. This isn't defined anywhere in my script or data set, which is why I was trying to do this in an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107280#M16837</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-25T14:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107281#M16838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off, as you have two overlapping RoleNames (Platinum) in each group, you might have UserID's that belong to both groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Flag=1 is still a requirement, try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group 1: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(Distinct{&amp;lt;RoleName={'Season Ticket Red',' Season Ticket Elite Red', 'Platinum'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Flag={1}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} UserID)&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;Group 2: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(Distinct{&amp;lt;RoleName={'Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Flag={1}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} UserID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So in Group 1 you will have all distinct userID which have Red, Elite Red or Platinum as the RoleName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And Group 2 will have all distinct userID which have Gold, Elite Gold or Platinum as the RoleName.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As mentioned at the beginning, the sum of these two counts should be more than the total UserID's you have as UserID's that have the Platinum RoleName will be counted in both measures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107281#M16838</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-25T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107282#M16839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked perfectly, thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Question/m-p/107282#M16839</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-25T14:57:19Z</dc:date>
    </item>
  </channel>
</rss>

