<?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: Can anyone explain following code ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698913#M1054048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;This is not giving any kind of error. This is example provided by Qlikview. Presidents.qvw. In that script it is written. Can u explain it what is happening ? I mean how predecessor and successor working ??&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, 27 Oct 2014 05:47:04 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2014-10-27T05:47:04Z</dc:date>
    <item>
      <title>Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698911#M1054046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Can anyone explain the following code and also what is semantic load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Semantic Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Previous(Sequence) as P1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Successor' as Relation,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sequence as P2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Predecessor' as Relation&lt;/P&gt;&lt;P&gt;resident Presidents&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, 27 Oct 2014 05:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698911#M1054046</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-27T05:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698912#M1054047</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;This will give you error as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Relation&lt;/STRONG&gt;&lt;/SPAN&gt; is repeated twice.&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, 27 Oct 2014 05:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698912#M1054047</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-27T05:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698913#M1054048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;This is not giving any kind of error. This is example provided by Qlikview. Presidents.qvw. In that script it is written. Can u explain it what is happening ? I mean how predecessor and successor working ??&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, 27 Oct 2014 05:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698913#M1054048</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-27T05:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698914#M1054049</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;I did not notice it was semantic load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the definition from help.&lt;/P&gt;&lt;P class="Code"&gt;Semantic Load * from abc.csv;&lt;/P&gt;&lt;P class="Code"&gt;Semantic Select Object1, Relation, Object2, InverseRelation from table1;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&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, 27 Oct 2014 05:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698914#M1054049</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-27T05:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698915#M1054050</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 do see in help but no such Explain of Semantic load is there.&lt;/P&gt;&lt;P&gt;Can you explain please.&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, 27 Oct 2014 06:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698915#M1054050</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-27T06:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698916#M1054051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is nothing but use as a semantic table which having relationships that is used not for join for more read below thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/102825"&gt;Semantic Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 06:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698916#M1054051</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-27T06:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698917#M1054052</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;You can go through the extract given in the book (Qlikview_Reference_Manual)&amp;nbsp; at Page 385 of 942&amp;nbsp; to know about semantic load and their related examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the extracts is as follows : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Semantic links are created by loading tables containing the relations between the objects.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;l The table must contain exactly three or four columns.&lt;/LI&gt;&lt;LI&gt;l A semantic table must either contain relations between field values of different fields or between field&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;values of the same field. A mixture between the two is not accepted.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;l The load or select statement loading a semantic table must be preceded by a semantic qualifier to&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;show that it is not a logical table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally four columns are used, the first one containing the field values that have a relation to some other&lt;/P&gt;&lt;P&gt;field value and the third one containing the related field value.&lt;/P&gt;&lt;P&gt;The second column must contain the names of the relations, and finally,&lt;/P&gt;&lt;P&gt;the fourth one must contain the names of the inverse relations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If three columns are used, no explicit names for the inverse relations can be given. The names given in the&lt;/P&gt;&lt;P&gt;second column are used both for the relation and the inverse relation. The names are then preceded or followed&lt;/P&gt;&lt;P&gt;by arrows.&lt;/P&gt;&lt;P&gt;If the relations are between field values of the same field, the first and third columns must have the same&lt;/P&gt;&lt;P&gt;name. Also the names of the second and fourth column, i.e. the type of the relations, must be the same.&lt;/P&gt;&lt;P&gt;However,if the relations are between field values of different fields, all columns must have different names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for detailed understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698917#M1054052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698918#M1054053</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 downloaded the reference manual you attached&amp;nbsp; but it is not opening.&lt;/P&gt;&lt;P&gt;What to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698918#M1054053</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-27T11:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698919#M1054054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698919#M1054054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698920#M1054055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey geeta,&lt;/P&gt;&lt;P&gt;I was reading the page you referred for Semantic link. But htere i read that ":&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Semantic Links describe the relations between the objects rather than the objects themselves."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What does it mean ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698920#M1054055</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-28T05:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698921#M1054056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer Page No. 367 of 942&amp;nbsp; of the same book.&lt;/P&gt;&lt;P&gt;Hope information on that page will clear your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698921#M1054056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T05:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698922#M1054057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;But can you please explain what is Objects 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>Tue, 28 Oct 2014 06:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698922#M1054057</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-28T06:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698923#M1054058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extract of PageNo. 260 of 942 which is as follows :-&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;"Tables containing relations between objects can be loaded through a semantic prefix.&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P&gt;semantic( loadstatement | selectstatement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Semantic Load * from abc.csv;&lt;/P&gt;&lt;P&gt;Semantic Select Object1, Relation, Object2, InverseRelation from&lt;/P&gt;&lt;P&gt;table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables loaded through a semantic statement cannot be concatenated."&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above snipet clearly signifies that "Object" in semantic&amp;nbsp; refers to field(Column) in a table&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698923#M1054058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T06:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698924#M1054059</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 Geeta . My doubt is resolved.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can You please explain this also:&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;Previous(Sequence) as Sequence,&amp;nbsp;&amp;nbsp; // What is the value of (Sequence) here ?? And value of (Previous Of sequence) ??&lt;/P&gt;&lt;P&gt;'Succesor' as Relation,&lt;/P&gt;&lt;P&gt;Sequence,&lt;/P&gt;&lt;P&gt;'Predecessor' as Relation&lt;/P&gt;&lt;P&gt;resident President_Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to me default value of Sequence should be latest value of U.S President. But when i click Predecessor it shows me Barack Obama and when i click Successor it shows me George Washington. Hows that possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please resolve the doubt.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698924#M1054059</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-28T06:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698925#M1054060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here use of 'Previous()' comes into picture.&lt;/P&gt;&lt;P&gt;Previous()&amp;nbsp; will save the above value of&amp;nbsp; the current row of 'sequence field' that is why when you click predecessor ,it shows you the row that belongs to (current sequence -1) .&lt;/P&gt;&lt;P&gt;Means,keep in mind the sequence field value when you click on Predecessor or successor value of ListBox (Relation)&amp;nbsp; available in the Presidents tab of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 07:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698925#M1054060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698926#M1054061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks but ,&lt;/P&gt;&lt;P&gt;If default value of Sequence is of current president , Right ??&lt;/P&gt;&lt;P&gt;Then, if i click Successor which is Previous(Sequence) then , it should show previous of Barack obama , i.e GWBush(at No.43). But it is not happening right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 07:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698926#M1054061</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-28T07:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698927#M1054063</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;If you see carefully the rules of Semantic (Page No. 385 of 942) ,it tells that&amp;nbsp; &lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Normally four columns are used, &lt;/P&gt;&lt;P&gt;the &lt;STRONG&gt;first one containing the field values that have a relation&lt;/STRONG&gt; &lt;STRONG&gt;to some other&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;field value&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;and the third one containing the related field value. &lt;/P&gt;&lt;P&gt;The second column must contain the names&lt;/P&gt;&lt;P&gt;of the relations, &lt;/P&gt;&lt;P&gt;and finally, &lt;STRONG&gt;the fourth one must contain the names of the inverse relations&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If three columns are used, no explicit names for the inverse relations can be given. The names given in the&lt;/P&gt;&lt;P&gt;second column are used both for the relation and the inverse relation. The names are then preceded or followed&lt;/P&gt;&lt;P&gt;by arrows.&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally selections are made explicitly by clicking on the field values&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;here field value means values of the same column)&lt;/STRONG&gt;&lt;/EM&gt; that are interesting.&lt;/P&gt;&lt;P&gt;There is, however,&lt;/P&gt;&lt;P&gt;also a way to make selections indirectly through semantic links. These are similar to field values&lt;STRONG&gt;&lt;EM&gt;(here field values of field comes from two different columns having same name as 'Relation')&lt;/EM&gt;&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;but with the difference that they describe the relations between the objects rather than the objects themselves.&lt;/P&gt;&lt;P&gt;They appear as a list of buttons.&lt;/P&gt;&lt;P&gt;When clicking on a semantic link, a selection is made in an other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now ,you can&amp;nbsp; understand&amp;nbsp; the meaning of a line&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;'they describe the relations between the objects rather than the objects themselves'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Semantic Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;Previous(Sequence) as P1&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Successor' as Relation,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sequence as P2,&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt; 'Predecessor' as Relation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resident Presidents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,we only have to follow the rules of semantic ,Qlikview will automatically parse that code and consider previous(sequence) as predecessor and not successor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Geeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698927#M1054063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-28T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can anyone explain following code ??</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698928#M1054065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;Ohhk Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-explain-following-code/m-p/698928#M1054065</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-10-28T10:17:18Z</dc:date>
    </item>
  </channel>
</rss>

