<?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 Following script !! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756369#M1049810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could have been explained the way you want in a class-room training. But here, it would be a bit lenghty, better you narrow down your issue. I would suggest to explain the specific doubt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 07:26:27 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-11-17T07:26:27Z</dc:date>
    <item>
      <title>Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756358#M1049799</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;Something going wrong in my following script. Please tell me where it is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Data1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD Months, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MissingCount(Item) as CountOfMissingItem&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) Group By Months ;&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;/P&gt;&lt;P&gt;Months and Item are Characters and Value are Numeric.&amp;nbsp; In Item field i have put some values empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 06:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756358#M1049799</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T06:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756359#M1049800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove group by clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="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;"&gt;LOAD Months,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MissingCount(Item) as CountOfMissingItem&lt;/P&gt;&lt;P style="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;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, &lt;SPAN class="c7m87dg47" style="font-style: inherit; font-family: inherit; margin: 0 !important; padding: 0 !important; border-bottom-width: 1px !important; text-decoration: underline !important; color: #d50000 !important;"&gt;embedded&lt;/SPAN&gt; labels, table is Sheet1) ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756359#M1049800</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-17T07:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756360#M1049801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the no of field in load/select statement should included in group by clause.. so add Value in your Group by as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group by Month, Value;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756360#M1049801</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-11-17T07:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756361#M1049802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to take all dimensions in the load (except for the one used in aggregation function) under group by clause like:&lt;/P&gt;&lt;P&gt;Group By Months, &lt;STRONG&gt;Value;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756361#M1049802</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T07:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756362#M1049803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;Without GroupByClause , MissingCount will not work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756362#M1049803</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T07:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756363#M1049804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;IT works but i could not get what this MissingCount() function returns ??&lt;/P&gt;&lt;P&gt;I thought it will return numeric value(1 , 0) corresponding to other columns where values are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756363#M1049804</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T07:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756364#M1049805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is function then add other fields to group by clause.&lt;/P&gt;&lt;P&gt;if not then&lt;/P&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;Months&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only(Value) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Value,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MissingCount(Item) as CountOfMissingItem&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(ooxml, &lt;SPAN class="c7m87dg47" style="font-style: inherit; font-family: inherit; margin: 0 !important; padding: 0 !important; border-bottom-width: 1px !important; text-decoration: underline !important; color: #d50000 !important;"&gt;&lt;SPAN class="c7m87dg47" style="font-style: inherit; font-family: inherit; margin: 0 !important; padding: 0 !important; border-bottom-width: 1px !important;"&gt;embedded&lt;/SPAN&gt;&lt;/SPAN&gt; labels, &lt;SPAN class="c7m87dg47" style="font-style: inherit; font-family: inherit; margin: 0 !important; padding: 0 !important; border-bottom-width: 1px !important; text-decoration: underline !important; color: #d50000 !important;"&gt;table&lt;/SPAN&gt; is Sheet1) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Group By Months ;&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756364#M1049805</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-17T07:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756365#M1049806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;I just want to know that if we have 'n' no of dimensions then in GroupByClause we have to take 'n-1' dimensions ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it so ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756365#M1049806</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T07:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756366#M1049807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use only function as shown above to avoid adding dimension to groupby clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756366#M1049807</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-17T07:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756367#M1049808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, it returns numeric value. Issue could be somewhere else, like, an understanding-gap between your expectation and our understanding. Hence, try to share a sample data and explain the expected output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756367#M1049808</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T07:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756368#M1049809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I have attach the application sample. Please check it out and kindly tell me how the output of MissingCount Working here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756368#M1049809</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T07:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756369#M1049810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could have been explained the way you want in a class-room training. But here, it would be a bit lenghty, better you narrow down your issue. I would suggest to explain the specific doubt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756369#M1049810</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756370#M1049811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;According to me ,&lt;/P&gt;&lt;P&gt;Under CountOfMissingItem field, it should show 0 in place where item is missing and 1 in place where item is not missing. But the output is somehow random. Can you explain it now ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756370#M1049811</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T07:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756371#M1049812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The source table you have:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="71399" alt="Screen Shot 11-17-14 at 01.06 PM.PNG.png" class="jive-image" src="/legacyfs/online/71399_Screen Shot 11-17-14 at 01.06 PM.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;And you are counting missing value for &lt;STRONG&gt;Item(&lt;/STRONG&gt;and&lt;STRONG&gt; not Value)&lt;/STRONG&gt; field and they are missing at position for Months Mar and Apr. It is fine, I see.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="71400" alt="Screen Shot 11-17-14 at 01.09 PM.PNG.png" class="jive-image" src="/legacyfs/online/71400_Screen Shot 11-17-14 at 01.09 PM.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 07:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756371#M1049812</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T07:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756372#M1049813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;Thanks i got it where i was wrong. I was actually seeing the value instead of item.&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 09:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756372#M1049813</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756373#M1049814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nikhil,&lt;/P&gt;&lt;P&gt;It's a good idea to close the thread by properly marking answer helpfui/rigth answer, it makes other people know that the question/thread is answered and might not require further clarification to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 09:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Following-script/m-p/756373#M1049814</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T09:07:38Z</dc:date>
    </item>
  </channel>
</rss>

