<?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: Selecting NULL-Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039403#M927347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest using something like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; ({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;"YES"&lt;/SPAN&gt;}&lt;EM&gt;&lt;STRONG&gt;, KeyField = e({&amp;lt; &lt;SPAN style="font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;={&lt;SPAN style="font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;"*"&lt;/SPAN&gt;}&amp;gt;}) &lt;/STRONG&gt;&lt;/EM&gt;&amp;gt;} &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 17:05:41 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-01T17:05:41Z</dc:date>
    <item>
      <title>Selecting NULL-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039401#M927345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some Problems with a SetAnalysis Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to select values based on a field (Z_ZahlungsCode) that only contains two values. These values are NULL or the character "*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"*"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get the the correct results (the sum of all records where Z_Zahlungscode is *)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But actually I want it the other way around. I would like to have the sum of all records with the NULL-Value. I tried different things like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;""&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;=NULL&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsCode]-&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"*"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;=0&amp;gt;}&lt;SPAN style="color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But all these variations did not work. The result was allways Sum = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Does anybody have an idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks a lot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Achim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039401#M927345</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039402#M927346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;STRONG&gt;({$&amp;lt;&lt;SPAN style="font-style: inherit;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="font-style: inherit;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #ff0000; font-style: inherit;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;={&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;"=NullCount([Z_ZahlungsCode]) &amp;gt; 0"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-style: inherit;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sum({$&amp;lt;&lt;SPAN style="font-style: inherit;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="font-style: inherit;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #ff0000; font-style: inherit;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;={&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;"=Len(Trim([Z_ZahlungsCode])) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-style: inherit;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Sum({$&amp;lt;&lt;SPAN style="font-style: inherit;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="font-style: inherit;"&gt;"YES"&lt;/SPAN&gt;}, &lt;SPAN style="color: #ff0000; font-style: inherit;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;={&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;"=IsNull([Z_ZahlungsCode])"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-style: inherit;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039402#M927346</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-01T17:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039403#M927347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest using something like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; ({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;[R_Debitor_abgschlossen]&lt;/SPAN&gt;={&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;"YES"&lt;/SPAN&gt;}&lt;EM&gt;&lt;STRONG&gt;, KeyField = e({&amp;lt; &lt;SPAN style="font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;[Z_ZahlungsCode]&lt;/SPAN&gt;={&lt;SPAN style="font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;"*"&lt;/SPAN&gt;}&amp;gt;}) &lt;/STRONG&gt;&lt;/EM&gt;&amp;gt;} &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #800000;"&gt;[Z_ZahlungsBetrag]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039403#M927347</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-01T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039404#M927348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. Unfortunatly this does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is an issue of the database and the datamodel that I use. As you can see below. I have two records for each bill (bill number in first colum, highlighted in green). One record stands for the sum on the bill (highlighted in yellow) indicated bei the *(highlighted in pink). I can calculate a sum on these records with the * (see Chart, red bar). I also opend a list box to filter the field "Z_Zahlungscode". But if you can see, there ist only the * that I can select. In the table below the "NULL"-Values seem to be indicated bei a "-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120472_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you have another idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Achim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039404#M927348</guid>
      <dc:creator />
      <dc:date>2016-04-05T07:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039405#M927349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. Unfortunatly this does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is an issue of the database and the datamodel that I use. As you can see below. I have two records for each bill (bill number in first colum, highlighted in green). One record stands for the sum on the bill (highlighted in yellow) indicated bei the *(highlighted in pink). I can calculate a sum on these records with the * (see Chart, red bar). I also opend a list box to filter the field "Z_Zahlungscode". But if you can see, there ist only the * that I can select. In the table below the "NULL"-Values seem to be indicated bei a "-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you have another idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Achim&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120483_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039405#M927349</guid>
      <dc:creator />
      <dc:date>2016-04-05T07:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039406#M927350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What have you used as KeyField? You need to use a KeyField that with unique values for the single lines in your table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-NULL-Values/m-p/1039406#M927350</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-05T17:00:22Z</dc:date>
    </item>
  </channel>
</rss>

