<?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 OR in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OR/m-p/217777#M70960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Symon&lt;/P&gt;&lt;P&gt;The following expression uses the OR statement (syntax is different to excel, but principles are the same):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum(IF(Employee='A.Jones' OR Employee='F.Perry',1,0))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Not too sure what you mean by "Only 3 conditions", I have an expression working as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=GetFieldSelections("YYY_FinancialData_Value") &amp;amp; ' by ' &amp;amp;&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_ClassName','Investment Class Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_ClassType','Investment Class Type',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Country','Investment Country',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Currency','Investment Currency',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_GeographicLocation','Investment Geographic Location',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_LegalName','Investment Legal Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Region','Investment Region',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_ShortName','Investment Short Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_StartDate','Investment Start Date',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Ticker','Investment Ticker',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_TradingCcy','Investment Trading Currency',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'RG_InvestmentType','RL Investment Type',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Type','Investment Type',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Vintage','Investment Vintage',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'RG_Investment','Investment Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'RG_Ownership','Ownership',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'PS_PurchaseYear','Purchase Year')))))))))))))))))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But maybe this is not what you're after, if it relates to conditions within a single IF statement then I haven't come across the problem yet, but there's always ways around the problem, you just need to be a bit more specific about the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 15:50:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-20T15:50:13Z</dc:date>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217775#M70958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to run a formular taken from Excel. This formular uses the OR function within the IF function to keep the formular short. Qulickview, however, does not support the OR fuinction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dose anyone know the equiverlant function within Qlickview? [:D]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217775#M70958</guid>
      <dc:creator />
      <dc:date>2010-01-20T15:20:44Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217776#M70959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;futher more I have relaised that Qlickview can only contain 3 conditions within the IF. I need more how do I get around this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217776#M70959</guid>
      <dc:creator />
      <dc:date>2010-01-20T15:37:01Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217777#M70960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Symon&lt;/P&gt;&lt;P&gt;The following expression uses the OR statement (syntax is different to excel, but principles are the same):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum(IF(Employee='A.Jones' OR Employee='F.Perry',1,0))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Not too sure what you mean by "Only 3 conditions", I have an expression working as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=GetFieldSelections("YYY_FinancialData_Value") &amp;amp; ' by ' &amp;amp;&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_ClassName','Investment Class Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_ClassType','Investment Class Type',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Country','Investment Country',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Currency','Investment Currency',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_GeographicLocation','Investment Geographic Location',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_LegalName','Investment Legal Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Region','Investment Region',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_ShortName','Investment Short Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_StartDate','Investment Start Date',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Ticker','Investment Ticker',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_TradingCcy','Investment Trading Currency',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'RG_InvestmentType','RL Investment Type',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Type','Investment Type',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'IT_Vintage','Investment Vintage',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'RG_Investment','Investment Name',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'RG_Ownership','Ownership',&lt;BR /&gt; IF(GetCurrentField("XXX_CycleGroup_Investment") = 'PS_PurchaseYear','Purchase Year')))))))))))))))))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But maybe this is not what you're after, if it relates to conditions within a single IF statement then I haven't come across the problem yet, but there's always ways around the problem, you just need to be a bit more specific about the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217777#M70960</guid>
      <dc:creator />
      <dc:date>2010-01-20T15:50:13Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217778#M70961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nigle&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;OR&lt;/STRONG&gt; works perfectly&lt;/P&gt;&lt;P&gt;As for the conditions. I am trying to get the following formular to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;SUM(IF(major_group='OTH' &lt;B&gt;OR&lt;/B&gt; LEN(ProductManager)&amp;gt;1 &lt;B&gt;OR&lt;/B&gt; major_group ='WAM' &lt;B&gt;OR&lt;/B&gt; LEFT(item_no,3)='SNB' &lt;B&gt;OR&lt;/B&gt; LEFT(order_no,1)='A' &lt;B&gt;OR&lt;/B&gt; promo_text2 ='CREDIT REBILL',0,IF(invoice_no,1)='D',sell_price*0.005,IF(major_group) ='PRO' &lt;B&gt;OR&lt;/B&gt; (LEN(promo_text&amp;amp;promo_text2)&amp;gt;1 &lt;B&gt;OR&lt;/B&gt; len(opg_bundleid)&amp;gt;1,(margin+(frontend_addback+backend_addback+customer_rebate+ProductManager),0))))&lt;B&gt;AS&lt;/B&gt; TEST&lt;/P&gt;&lt;P&gt;All the occurse is an error message stating that: [:'(]&lt;/P&gt;&lt;P&gt;"Error in expression:&lt;BR /&gt;If takes 2-3 parameters"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217778#M70961</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:15:30Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217779#M70962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of things there:&lt;/P&gt;&lt;P&gt;1. Is this a formula in your load script, or is it a formula in a chart/table?&lt;/P&gt;&lt;P&gt;2. If this is in a chart or table, I don't understand what the AS TEST part is at the end.&lt;/P&gt;&lt;P&gt;3. I think you have an issue in the middle of the formula where you have IF(Invoice_no,1), I'm guessing this should read IF(LEFT(Invoice_no,0))&lt;/P&gt;&lt;P&gt;4. There is also a problem in the second IF(MajorGroup because you are immediately closing the bracket on that&lt;/P&gt;&lt;P&gt;5. Your final result looks weird too, it appears that you might have:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;(Margin+(Frontend_addback+backend_addback+customer_rebate+ProductManager),0)&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;In this part, what is the ,0 supposed to be doing, I think you might have a bracket in the wrong place&lt;/P&gt;&lt;P&gt;See following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SUM&lt;BR /&gt; (&lt;BR /&gt; IF&lt;BR /&gt; (&lt;BR /&gt; major_group='OTH'&lt;BR /&gt; OR LEN(ProductManager)&amp;gt;1&lt;BR /&gt; OR major_group ='WAM'&lt;BR /&gt; OR LEFT(item_no,3)='SNB'&lt;BR /&gt; OR LEFT(order_no,1)='A'&lt;BR /&gt; OR promo_text2 ='CREDIT REBILL'&lt;BR /&gt; ,0&lt;BR /&gt; ,IF(invoice_no,1)='D' &lt;STRONG&gt;//First problem is here&lt;/STRONG&gt;&lt;BR /&gt; ,sell_price*0.005&lt;BR /&gt; ,IF(&lt;BR /&gt; major_group) ='PRO' &lt;STRONG&gt;//Second problem is here, should not be closing the bracket&lt;BR /&gt;&lt;/STRONG&gt; OR (LEN(promo_text&amp;amp;promo_text2)&amp;gt;1&lt;BR /&gt; OR len(opg_bundleid)&amp;gt;1&lt;BR /&gt; ,(margin+(frontend_addback+backend_addback+customer_rebate+ProductManager),0) &lt;STRONG&gt;//Next problem is here, assume the ,0 should be the ELSE part&lt;/STRONG&gt;&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; )AS TEST &lt;STRONG&gt;//Not sure about the AS TEST&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217779#M70962</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:27:52Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217780#M70963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way this is in my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done tyour corrections (thanks for them an all)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still comming up with the same error message&lt;/P&gt;&lt;P&gt;SUM(IF(major_group='OTH'&lt;/P&gt;&lt;P&gt;OR LEN(ProductManager)&amp;gt;1&lt;/P&gt;&lt;P&gt;OR major_group ='WAM'&lt;/P&gt;&lt;P&gt;OR LEFT(item_no,3)='SNB'&lt;/P&gt;&lt;P&gt;OR LEFT(order_no,1)='A'&lt;/P&gt;&lt;P&gt;OR promo_text2 ='CREDIT REBILL',0&lt;/P&gt;&lt;P&gt;,IF(left(invoice_no,1)='D',sell_price*0.005&lt;/P&gt;&lt;P&gt;,IF(major_group ='PRO'&lt;/P&gt;&lt;P&gt;OR LEN(promo_text&amp;amp;promo_text2)&amp;gt;1&lt;/P&gt;&lt;P&gt;OR LEN(opg_bundleid)&amp;gt;1&lt;/P&gt;&lt;P&gt;,(margin+(frontend_addback+backend_addback+customer_rebate+ProductManager),([Sales Margin]))))))AS TEST,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217780#M70963</guid>
      <dc:creator />
      <dc:date>2010-01-20T18:25:40Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217781#M70964</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;I have cracked it. Thanks to Neil &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;The key seemed to be to move the parts of the IF which created the qualifiers upon which the conditions worked&lt;/P&gt;&lt;P&gt;So instead of having =if(len(PM)&amp;gt;1 I move the Len(PM) into the load statment renamed it (condition1) and had IF(condition1&amp;gt;1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means relaoding the entier formula in the load statment at the top (the one with the magic *) but this was relaitivley easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;BR /&gt;*,&lt;BR /&gt;(MTD*WKD)/WDP as PrjSales,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(promo_text2='Credit Rebill',0,IF(condition3 ='SMB',0,IF(Condition1='A',sell_price*0.005,IF(salesperson='BARRY B',0,if(major_group='OTH' or 'WAM',0,if((Condition4)&amp;gt;0,margin,[Sales Margin])))))) as Trial,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;( MTDADJ*WKD)/WDP as PrjMargin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [RD-ID],&lt;BR /&gt; dim_invoice_key,&lt;BR /&gt; cono,&lt;BR /&gt; warehouse,&lt;BR /&gt; invoice_no,&lt;BR /&gt; ConsolidatedInvoice,&lt;BR /&gt; DATE(invoice_date,'YYYY-MM-DD') AS Truedate,&lt;BR /&gt; left(order_no,1) as &lt;STRONG&gt;Condition2&lt;/STRONG&gt;,&lt;BR /&gt; order_line,&lt;BR /&gt; left(item_no,3) as &lt;STRONG&gt;condition3&lt;/STRONG&gt;,&lt;BR /&gt; left(item_no,6) as Product,&lt;BR /&gt; source,&lt;BR /&gt; customer,&lt;BR /&gt; customer_class,&lt;BR /&gt; major_group,&lt;BR /&gt; minor_group,&lt;BR /&gt; item_div,&lt;BR /&gt; despatch_no,&lt;BR /&gt; direct_del_flag,&lt;BR /&gt; quantity,&lt;BR /&gt; sell_price,&lt;BR /&gt; cost,&lt;BR /&gt; margin,&lt;BR /&gt; [Sales Margin],&lt;BR /&gt; pref_supplier,&lt;BR /&gt; product_group,&lt;BR /&gt; promo_text,&lt;BR /&gt; opg_deal_version,&lt;BR /&gt; OPG_price,&lt;BR /&gt; OPG_percent,&lt;BR /&gt; OPGDeal_FrontEnd,&lt;BR /&gt; opg_supplier,&lt;BR /&gt; opg_comment,&lt;BR /&gt; opg_enduser,&lt;BR /&gt; opg_bundleid,&lt;BR /&gt; M_S,&lt;BR /&gt; reason_code,&lt;BR /&gt; credit_reason,&lt;BR /&gt; vat_number,&lt;BR /&gt; customer_name,&lt;BR /&gt; unit_price,&lt;BR /&gt; unit_cost,&lt;BR /&gt; salesperson,&lt;BR /&gt; team,&lt;BR /&gt; overgroup,&lt;BR /&gt; account_owners,&lt;BR /&gt; promo_text2,&lt;BR /&gt; backend_addback,&lt;BR /&gt; customer_rebate,&lt;BR /&gt; customer_rebate_provision,&lt;BR /&gt; pereferred_partner,&lt;BR /&gt; customer_order_ref,&lt;BR /&gt; gl_flag,&lt;BR /&gt; base_cost,&lt;BR /&gt; list_price,&lt;BR /&gt; updated,&lt;BR /&gt; base_list_price,&lt;BR /&gt; frontend_addback,&lt;BR /&gt; region_code,&lt;BR /&gt; period,&lt;BR /&gt; prod_manager,&lt;BR /&gt; type,&lt;BR /&gt; DD_PO_NO,&lt;BR /&gt; DD_PO_Line,&lt;BR /&gt; ProductManager,&lt;BR /&gt; line_value_prime,&lt;BR /&gt; vat_value_prime,&lt;BR /&gt; vat_code,&lt;BR /&gt; vat_rate,&lt;BR /&gt; currency_code,&lt;BR /&gt; mrupdated,&lt;BR /&gt; date_created,&lt;BR /&gt; Len(opg_bundleid&amp;amp;promo_text&amp;amp;promo_text2) as &lt;STRONG&gt;Condition4&lt;/STRONG&gt;,&lt;BR /&gt; left(invoice_no,1) as &lt;STRONG&gt;Condition1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 13:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217781#M70964</guid>
      <dc:creator />
      <dc:date>2010-01-21T13:20:35Z</dc:date>
    </item>
    <item>
      <title>OR</title>
      <link>https://community.qlik.com/t5/QlikView/OR/m-p/217782#M70965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use mixmatch function, it much better when working with multiples conditions.&lt;/P&gt;&lt;P&gt;FN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 00:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR/m-p/217782#M70965</guid>
      <dc:creator />
      <dc:date>2010-05-11T00:24:46Z</dc:date>
    </item>
  </channel>
</rss>

