<?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: Issue in following script !! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758040#M1049428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can minimize the number of the table .&lt;/P&gt;&lt;P&gt;You can use two tables, actually when you are playing with temp table then one temp table do not add a lot if it is omitted after use.&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;STRONG&gt;Data1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;LOAD Months,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Previous(Value) as Previous_Value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;//MissingCount(Item) as CountOfMissingItem,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FieldValue('Months' , 1) as FName&lt;/STRONG&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; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1) &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Order by&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Months&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 09:57:10 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-11-17T09:57:10Z</dc:date>
    <item>
      <title>Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758037#M1049425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue in following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data1:&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;&amp;nbsp; Value, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Previous(Value) as Previous_Value,&lt;/P&gt;&lt;P&gt;//MissingCount(Item) as CountOfMissingItem,&lt;/P&gt;&lt;P&gt;FieldValue('Months' , 1) as FName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output nothing is printed under the FName column.&lt;/P&gt;&lt;P&gt;Why is it so ? Please xplain.&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 09:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758037#M1049425</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T09:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758038#M1049426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sorting the columns first as &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data1:&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;&lt;BR /&gt;&lt;/SPAN&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;&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;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//MissingCount(Item) as CountOfMissingItem,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&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, embedded 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;Data2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&amp;nbsp; resident Data1 order by Months;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table Data1;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data3:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Months,Value,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Previous(Value) as Previous_Value,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldValue('Months' , 1) as FName&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;resident Data2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Drop table Data2;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 09:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758038#M1049426</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-17T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758039#M1049427</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 didnt get your approach. Why cannt we do it in a single table. Why need to make 3 tables for this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 09:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758039#M1049427</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758040#M1049428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can minimize the number of the table .&lt;/P&gt;&lt;P&gt;You can use two tables, actually when you are playing with temp table then one temp table do not add a lot if it is omitted after use.&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;STRONG&gt;Data1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;LOAD Months,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Previous(Value) as Previous_Value,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;//MissingCount(Item) as CountOfMissingItem,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FieldValue('Months' , 1) as FName&lt;/STRONG&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; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1) &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Order by&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Months&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 09:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758040#M1049428</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-17T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758041#M1049429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, By putting Order By Months , it is giving me error.&lt;/P&gt;&lt;P&gt;What to do ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758041#M1049429</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T10:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758042#M1049430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Order By works only on resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Data1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM&lt;BR /&gt;Example1.1.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data2:&lt;BR /&gt;Load&lt;BR /&gt; Months,&lt;BR /&gt; Value,&lt;BR /&gt; FieldValue('Months' , 1) as FName&lt;BR /&gt;&lt;STRONG&gt;Resident&lt;/STRONG&gt; Data1 ;&amp;nbsp; //Order By Months, Value;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // You may/may not use order by clause depending on your requirement.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;DROP Table Data1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758042#M1049430</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758043#M1049431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Your above code works well but why cannot we do it in a single table. Why we need to make Data2 and resident table ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data1:&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;&amp;nbsp; Value, &lt;/P&gt;&lt;P&gt;FieldValue('Months' , 1) as FName ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) ;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is not above code giving FName value ??&lt;/P&gt;&lt;P&gt;Please tell. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758043#M1049431</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758044#M1049432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly because:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;FieldValue - Returns the field value found in position &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; of the field &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt; &lt;SPAN style="text-decoration: underline;"&gt;(by load order)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And this &lt;STRONG&gt;load order&lt;/STRONG&gt; comes into play only in resident table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758044#M1049432</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758045#M1049433</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 but what do you mean by Load Order ?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 10:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758045#M1049433</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758046#M1049434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load order means - the order in which load is being performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have data - 1,2,5,4,3&lt;/P&gt;&lt;P&gt;It can be loaded in ascending order(1,2,3,4,5) or descending order(5,4,3,2,1) or as-it-is/without any order by clause(1,2,5,4,3). Possibly, qv doesn't take into consideration the order of the data load directly from data base, and that could make FieldValue() returning null while used without resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 11:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758046#M1049434</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T11:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758047#M1049435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order by works with Resident table because Qlikview doesn't recognize Order by&amp;nbsp; with Datafiles and QVD's.&lt;/P&gt;&lt;P&gt;Hence we need to load data from Datafiles and QVD's and if Order by required use it on Resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 11:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758047#M1049435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-17T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758048#M1049436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So does that mean that let say i have a field:&amp;nbsp; Values having value (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;1,2,5,4,3&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;Then if i load it using Resident Load then data will be loaded in Ascending or descending order ??&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 11:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758048#M1049436</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758049#M1049437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So does that mean that let say i have a field:&amp;nbsp; Values having value (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;1,2,5,4,3&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;Then if i load it using Resident Load then data will be loaded in Ascending or descending order ??&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 11:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758049#M1049437</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-17T11:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758050#M1049438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't mention any sort order it takes ASC (ascending) by default. Otherwise you can explicitly mention like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Resident &amp;lt;&amp;gt; Order By Asc/Desc FieldName, ...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758050#M1049438</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-17T12:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758051#M1049439</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;Yes by default Order by sorts Asc ,you need to specify for Desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758051#M1049439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-17T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758052#M1049440</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 for this explanation. &lt;/P&gt;&lt;P&gt;So , what i understand from above conversation is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field value works with Only "Resident Load" and by default it takes the field value in ascending order.&lt;/P&gt;&lt;P&gt;In ordinary load , FieldValue does not works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i right ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758052#M1049440</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-18T05:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758053#M1049441</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 for this explanation. &lt;/P&gt;&lt;P&gt;So , what i understand from above conversation is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field value works with Only "Resident Load" and by default it takes the field value in ascending order.&lt;/P&gt;&lt;P&gt;In ordinary load , FieldValue does not works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i right ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758053#M1049441</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-18T05:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758054#M1049442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it seems so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758054#M1049442</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-18T05:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758055#M1049443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758055#M1049443</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-11-18T05:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in following script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758056#M1049444</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;Mostly functions are most effective when used on resident load than on direct loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-following-script/m-p/758056#M1049444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T16:55:55Z</dc:date>
    </item>
  </channel>
</rss>

