<?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 Error in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996750#M970538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi got an error in expression can any one solve this,i got an error at ie., a red { with red underline the red brace is the position of the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if (CenterName='ThirdParty',0,1-((count({&amp;lt;Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY')=&lt;SPAN style="color: #ff0000;"&gt;{&lt;/SPAN&gt;"&amp;gt;=$(=(MonthStart(vYesterday)))&amp;lt;=$(=vYesterday)"}&amp;gt;} if((Satisfied&amp;lt;4.5),ServiceOrderNo))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)/(count({&amp;lt;%key={"&amp;gt;=$(=(MonthStart(vYester&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;day)))&amp;lt;=$(=vYesterday)"}&amp;gt;} ServiceOrderNo))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 07:07:43 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2015-09-22T07:07:43Z</dc:date>
    <item>
      <title>Error in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996750#M970538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi got an error in expression can any one solve this,i got an error at ie., a red { with red underline the red brace is the position of the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if (CenterName='ThirdParty',0,1-((count({&amp;lt;Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY')=&lt;SPAN style="color: #ff0000;"&gt;{&lt;/SPAN&gt;"&amp;gt;=$(=(MonthStart(vYesterday)))&amp;lt;=$(=vYesterday)"}&amp;gt;} if((Satisfied&amp;lt;4.5),ServiceOrderNo))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)/(count({&amp;lt;%key={"&amp;gt;=$(=(MonthStart(vYester&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;day)))&amp;lt;=$(=vYesterday)"}&amp;gt;} ServiceOrderNo))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 07:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996750#M970538</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-09-22T07:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996751#M970539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is how you want to proceed, I think you should use if statement, instead of set analysis:&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 style="font-style: inherit; font-family: inherit;"&gt;=If(CenterName = 'ThirdParty', 0 , 1-((Count(If(Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY') &amp;gt;= MonthStart(vYesterday) and &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY') &lt;/STRONG&gt;&amp;lt;= vYesterday and Satisfied &amp;lt; 4.5, ServiceOrderNo))&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)/(Count(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;If(Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY') &amp;gt;= MonthStart(vYesterday) and &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY') &lt;/STRONG&gt;&amp;lt;= vYesterday,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG style="font-family: inherit; line-height: 1.5em; font-style: inherit;"&gt; ServiceOrderNo)))))&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I might have missed a parenthesis, but see if this works.&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 07:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996751#M970539</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-22T07:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996752#M970540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen set expression modifier part having expression in left side like this - &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&amp;lt;Date#(KeepChar(%key,'0123456789/'), 'MM/DD/YYYY')=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think expression is only allowed in right side of Equal to sign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 07:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996752#M970540</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-22T07:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996753#M970541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the script and table structure and this Script is a two table script and above posted the the expression which i used on front end expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AuditCards_Raw:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'Customer Sat MTD Total(Inc3rdParty)' as dimsname,&lt;/P&gt;&lt;P&gt;'&amp;gt;= 90%' as 'Goals',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ServiceOrderNo],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Center],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE([EnterDate],'MM/DD/YYYY') AS [EnterDate],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Satisfied] ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Efficiency],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Attitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Satisfied_Base],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [TechNo],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [TYPE] as TechTypeName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //[Tech_Home] as [ServiceCenter] &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vQVDPath)\AuditCards_Servicecard_new.QVD (qvd)&amp;nbsp; where match([Center],'801','805','816','806','807','810','824','832','850','879',808) and match ([TYPE],'SS','QQ','AA','ZZ','CC','GG');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(AuditCards_Raw)&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;dimsname,Goals, ServiceOrderNo,&amp;nbsp;&amp;nbsp;&amp;nbsp; Center,&amp;nbsp;&amp;nbsp;&amp;nbsp; EnterDate,&amp;nbsp;&amp;nbsp;&amp;nbsp; Satisfied ,&amp;nbsp;&amp;nbsp;&amp;nbsp; Efficiency,&amp;nbsp;&amp;nbsp;&amp;nbsp; Attitude,&amp;nbsp;&amp;nbsp;&amp;nbsp; Satisfied_Base,&amp;nbsp;&amp;nbsp;&amp;nbsp; TechNo, TechTypeName&lt;/P&gt;&lt;P&gt;'Customer Sat MTD Total(Inc3rdParty)','&amp;gt;= 70%',808]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(AuditCards_Raw)&lt;/P&gt;&lt;P&gt;//*********************ServiceCenter Names*****************************//&lt;/P&gt;&lt;P&gt;ServiceCenterNames:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Center, CenterName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 805, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 816, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 806, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 807, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 810, E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 824, F&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 832, G&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 850, H&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 879, I&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 808,J&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;AuditCard:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;[EnterDate] &amp;amp;'_'&amp;amp; CenterName as %key&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp;&amp;nbsp; AuditCards_Raw;&lt;/P&gt;&lt;P&gt;DROP Table AuditCards_Raw;&lt;/P&gt;&lt;P&gt;DROP Field EnterDate From AuditCard; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//EXIT Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//*****************************3RD Party *****************************//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThirdPartyAuditCards:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ServiceOrderNo] as [ThirdPartySO#],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Center] as [ThirdPartyCenter],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DATE( [EnterDate],'MM/DD/YYYY') AS [EnterDate],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AuditCardTechNo] as [ThirdPartyAuditTechNo],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Satisfied] as [ThirdPartySatisfied],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Efficiency] as [ThirdPartyEfficiency],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Attitude] as [ThirdPartyAttitude],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Satisfied_Base] as [ThirdPartySatisfiedBase],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [TechNo] as [ThirdPartyTechNo],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREATE_DATE],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CREATE_TIME]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //[Tech_Home] as [ServiceCenter]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vQVDPath)\AuditCards_ThirdParty_Servicecard_old.QVD (qvd) where match([Center],801,805,806,816,810,807,808,824,832,850,879,808);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(ThirdPartyAuditCards)&lt;/P&gt;&lt;P&gt;//*********************3rd Party ServiceCenter Names*****************************//&lt;/P&gt;&lt;P&gt;ThirdPartyServiceCenterNames:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ThirdPartyCenter, ThirdCenterName&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 801, A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 805, B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 816, C&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 806, D&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 807, D&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 810, E&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 824, F&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 832, G&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 850, H&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 879, I&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 808,J&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;ThirdPartyAuditCards_Final:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;[EnterDate] &amp;amp; '-' &amp;amp; ThirdCenterName as %key&lt;/P&gt;&lt;P&gt;Resident ThirdPartyAuditCards;&lt;/P&gt;&lt;P&gt;DROP Table ThirdPartyAuditCards ;&lt;/P&gt;&lt;P&gt;DROP Field EnterDate From ThirdPartyAuditCards_Final;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //***********************************Excluding Third********************************************************//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AuditCardExcludingThird:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'Customer Sat MTD Total(No3rdParty)' as Dimname,&lt;/P&gt;&lt;P&gt;'&amp;gt;= 90%' as Goal,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ThirdPartySO#] as ExcludeThirdPartySO,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CenterName as ExcludeCenter, &lt;/P&gt;&lt;P&gt;&amp;nbsp; pick(match(CenterName,1,5,6,10,24,32,50,79,96),'A','B','C','D','E','F','G','H','I') as ExcludeCenterName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATE([EnterDate],'MM/DD/YYYY') AS [EnterDate],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ThirdPartySatisfied] as ExcludeThirdPartySat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ServiceOrderNo] as ExcludeSO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Satisfied] as ExcludeSAT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vQVDPath)\Servicecard_ExcludeThird.QVD (qvd) where match([CenterName],1,5,6,10,24,32,50,79,96);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (AuditCardExcludingThird)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Dimname,Goal, ExcludeThirdPartySO, ExcludeCenter, EnterDate,ExcludeThirdPartySat,ExcludeSO,ExcludeSAT&lt;/P&gt;&lt;P&gt;'Customer Sat MTD Total(No3rdParty)','&amp;gt;= 90%','ThirdParty',96]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;AuditCardExcludingThird_Final:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;[EnterDate] &amp;amp; '-'&amp;amp; ExcludeCenterName as %key&lt;/P&gt;&lt;P&gt;Resident AuditCardExcludingThird;&lt;/P&gt;&lt;P&gt;DROP Table AuditCardExcludingThird;&lt;/P&gt;&lt;P&gt;DROP Field [EnterDate] from AuditCardExcludingThird_Final;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99675_5.png" style="height: 411px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/996753#M970541</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-09-22T12:16:35Z</dc:date>
    </item>
  </channel>
</rss>

