<?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: find the two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383949#M421516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your table with Rowno() with limited number of the rows this loads your first 10000 from first table and from second 5000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * From Source Where RowNo() &amp;lt; 10000&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * From Source Where RowNo() &amp;lt; 5000&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 11:51:40 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-09-11T11:51:40Z</dc:date>
    <item>
      <title>find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383947#M421514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let us assume that I have a two tables in that two tables each have&amp;nbsp; 2 million fields and i want know first table 10,000&amp;nbsp; field and second table 5000 field and how get the two field names ???&lt;/P&gt;&lt;P&gt;Note: there is no common fields in two tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 18:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383947#M421514</guid>
      <dc:creator>rajareddyjkl</dc:creator>
      <dc:date>2017-09-09T18:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383948#M421515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First 10000 Load * From T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First 5000 Load * From T2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 08:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383948#M421515</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-11T08:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383949#M421516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your table with Rowno() with limited number of the rows this loads your first 10000 from first table and from second 5000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * From Source Where RowNo() &amp;lt; 10000&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * From Source Where RowNo() &amp;lt; 5000&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 11:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383949#M421516</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-11T11:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383950#M421517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;Don't you mean the tables have millions of records rather than fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway In your load script add these statements after the fields have loaded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v10000&lt;SPAN style="font-size: 13.3333px;"&gt;Field1&lt;/SPAN&gt; = Peek('Field1',9999, 'Table1'); //index starts at zero&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let v5000&lt;SPAN style="font-size: 13.3333px;"&gt;Field&lt;/SPAN&gt;2 = Peek('Field2',4999, 'Table2');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If a field is composed of unique values then in script or front end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;v10000&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; = FieldValue('Field1',10000)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Andrew&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 13:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383950#M421517</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-11T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383951#M421518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand it. Can you please elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 13:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383951#M421518</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-11T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383952#M421519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Fieldname(10,000,'abc') as Third&lt;/P&gt;&lt;P&gt;Resident abc;&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;Fieldname(5000,'xyz') as onetwo&lt;/P&gt;&lt;P&gt;Resident xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have&amp;nbsp;&amp;nbsp; done&amp;nbsp; like&amp;nbsp; this . let&amp;nbsp; me&amp;nbsp; know&amp;nbsp; right&amp;nbsp; or&amp;nbsp; wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383952#M421519</guid>
      <dc:creator>rajareddyjkl</dc:creator>
      <dc:date>2017-09-11T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383953#M421520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Fieldname(10,000,'abc') as Third&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident abc;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Fieldname(5000,'xyz') as onetwo&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident xyz;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i have&amp;nbsp;&amp;nbsp; done&amp;nbsp; like&amp;nbsp; this . let&amp;nbsp; me&amp;nbsp; know&amp;nbsp; right&amp;nbsp; or&amp;nbsp; wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383953#M421520</guid>
      <dc:creator>rajareddyjkl</dc:creator>
      <dc:date>2017-09-11T17:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383954#M421521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is wrong way can explain with an example what you want to achieve this is not understandable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383954#M421521</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-11T17:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383955#M421522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Fieldname(10,000,'abc') as Third&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident abc;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Fieldname(5000,'xyz') as onetwo&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident xyz;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i have&amp;nbsp;&amp;nbsp; done&amp;nbsp; like&amp;nbsp; this . let&amp;nbsp; me&amp;nbsp; know&amp;nbsp; right&amp;nbsp; or&amp;nbsp; wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383955#M421522</guid>
      <dc:creator>rajareddyjkl</dc:creator>
      <dc:date>2017-09-11T17:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383956#M421523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have  done  like  this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc:&lt;/P&gt;&lt;P&gt;LOAD gglhg,&lt;/P&gt;&lt;P&gt;     jjkjkl,&lt;/P&gt;&lt;P&gt;     hjhkj,&lt;/P&gt;&lt;P&gt;     jghgh,&lt;/P&gt;&lt;P&gt;     hbkg,&lt;/P&gt;&lt;P&gt;     bhkgh,&lt;/P&gt;&lt;P&gt;     jbhjg,&lt;/P&gt;&lt;P&gt;     hjhh,&lt;/P&gt;&lt;P&gt;     kjklh,&lt;/P&gt;&lt;P&gt;     jhb,&lt;/P&gt;&lt;P&gt;     hjh,&lt;/P&gt;&lt;P&gt;     jmh,&lt;/P&gt;&lt;P&gt;     mhjh,&lt;/P&gt;&lt;P&gt;     nbjh,&lt;/P&gt;&lt;P&gt;     hjhjh&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;xyz:&lt;/P&gt;&lt;P&gt;LOAD abc,&lt;/P&gt;&lt;P&gt;     cfd,&lt;/P&gt;&lt;P&gt;     asd,&lt;/P&gt;&lt;P&gt;     ahhh,&lt;/P&gt;&lt;P&gt;     lhh,&lt;/P&gt;&lt;P&gt;     jkhh,&lt;/P&gt;&lt;P&gt;     hjkjkl,&lt;/P&gt;&lt;P&gt;     jhjlh,&lt;/P&gt;&lt;P&gt;     nmjk,&lt;/P&gt;&lt;P&gt;     klgbmn,&lt;/P&gt;&lt;P&gt;     mbnnn,&lt;/P&gt;&lt;P&gt;     kcg,&lt;/P&gt;&lt;P&gt;     abcq,&lt;/P&gt;&lt;P&gt;     jhgj,&lt;/P&gt;&lt;P&gt;     hghb&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&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;load&lt;/P&gt;&lt;P&gt;Fieldname(5,'abc') as Third&lt;/P&gt;&lt;P&gt;Resident abc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Fieldname(1,'xyz') as onetwo&lt;/P&gt;&lt;P&gt;Resident xyz;&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;On Mon, Sep 11, 2017 at 10:45 PM, Anand Chouhan &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383956#M421523</guid>
      <dc:creator>rajareddyjkl</dc:creator>
      <dc:date>2017-09-11T17:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: find the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383957#M421524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7538"&gt;Qlik Community Tip: Posting Successful Discussion Threads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/131530"&gt;How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3098"&gt;Its not about the answer, rather it’s about the question…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 22:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-the-two-fields/m-p/1383957#M421524</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-09-11T22:31:13Z</dc:date>
    </item>
  </channel>
</rss>

