<?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: error in exp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377493#M815663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 07:23:41 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-09-08T07:23:41Z</dc:date>
    <item>
      <title>error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377483#M815653</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;&lt;/P&gt;&lt;P&gt;currently my variable value is&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCurrentWeekk=Week(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in&amp;nbsp; expression I used&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; =Count({&amp;lt;WeekNumber={$(=vThisWeek)}&amp;gt;}id)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this will only only&amp;nbsp; this week data if I select other week in&amp;nbsp; filter it is not reflecting&amp;nbsp;&amp;nbsp; so I tried below expression but its giving error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount()=0,week(today(),max(WeekNumber)))&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/error-in-exp/m-p/1377483#M815653</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377484#M815654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&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({&amp;lt;WeekNumber={ "$(=Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekNumber&lt;/SPAN&gt;))" }&amp;gt;}id)&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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if( GetSelectedCount()=0,week(today() &lt;SPAN style="color: #333300; font-size: 14pt;"&gt;)&lt;/SPAN&gt;,max(WeekNumber))) // In this you forget ")"&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377484#M815654</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-08T07:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377485#M815655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be missed parenthesis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=if(GetSelectedCount()=0,week(today()&lt;STRONG&gt;)&lt;/STRONG&gt;,max(WeekNumber))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377485#M815655</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-08T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377486#M815656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still error in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377486#M815656</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-08T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377487#M815657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; still same error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377487#M815657</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-08T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377488#M815658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this is correct statement &lt;/P&gt;&lt;P&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({&amp;lt;WeekNumber={ "$(=Max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WeekNumber&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;))" }&amp;gt;}id)&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;Or&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;EM&gt;=IF( GetSelectedCount()=0, Week(Today()), Max(WeekNumber))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377488#M815658</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-08T07:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377489#M815659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still the error in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377489#M815659</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-08T07:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377490#M815660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this? Try and check &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;STRONG&gt;=Count({&amp;lt;WeekNumber={'$(=Week(Today()))'}&amp;gt;}id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377490#M815660</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-08T07:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377491#M815661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create variable on front end with below expression&lt;/P&gt;&lt;P&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;=if(&lt;STRONG&gt;GetSelectedCount(Week)=0&lt;/STRONG&gt;,week(today()),max(WeekNumber))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now try this expression&lt;/P&gt;&lt;P&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({&amp;lt;WeekNumber={"$(=vThisWeek)"}&amp;gt;}id)&amp;nbsp; &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;or&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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count({&amp;lt;WeekNumber={"$(vThisWeek)"}&amp;gt;}id)&amp;nbsp; &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;Update: Error corrected in variable expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377491#M815661</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-08T07:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377492#M815662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as well &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;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=Count( {&amp;lt;WeekNumber={ "$(=Max(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))" }&amp;gt;} id )&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;"&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;"&gt;Or&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;"&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;"&gt;=Count( {&amp;lt;WeekNumber={ '$(=Max(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))' }&amp;gt;} id )&lt;/SPAN&gt;&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;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Or&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;"&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;EM style="font-weight: inherit; font-family: inherit;"&gt;=IF( GetSelectedCount()=0, Week(Today()), Max(WeekNumber))&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Or&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;=IF( GetSelectedCount() = &lt;STRONG&gt;IsNull()&lt;/STRONG&gt;, Week(Today()), Max(WeekNumber))&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377492#M815662</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-08T07:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377493#M815663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377493#M815663</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-08T07:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377494#M815664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just missed to pass the filed inside the get function,its working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377494#M815664</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-08T07:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377495#M815665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use this too?&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;"&gt;&lt;STRONG&gt;=if(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekNumber&lt;/SPAN&gt;)=0,week(today()),max(WeekNumber))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377495#M815665</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-08T07:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: error in exp</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377496#M815666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes used the same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 08:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-exp/m-p/1377496#M815666</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-09-08T08:43:39Z</dc:date>
    </item>
  </channel>
</rss>

